org.eclipse.cdt.make.internal.core
Class ProjectTargets
java.lang.Object
org.eclipse.cdt.make.internal.core.ProjectTargets
public class ProjectTargets
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectTargets
public ProjectTargets(MakeTargetManager manager,
org.eclipse.core.resources.IProject project)
get
public IMakeTarget[] get(org.eclipse.core.resources.IContainer container)
findTarget
public IMakeTarget findTarget(org.eclipse.core.resources.IContainer container,
java.lang.String name)
add
public void add(MakeTarget target)
throws org.eclipse.core.runtime.CoreException
- Throws:
org.eclipse.core.runtime.CoreException
contains
public boolean contains(MakeTarget target)
remove
public boolean remove(MakeTarget target)
getProject
public org.eclipse.core.resources.IProject getProject()
saveTargets
public void saveTargets()
throws org.eclipse.core.runtime.CoreException
- Throws:
org.eclipse.core.runtime.CoreException