java.lang.Object org.eclipse.core.runtime.PlatformObject org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainer org.eclipse.debug.core.sourcelookup.containers.CompositeSourceContainer org.eclipse.jdt.launching.sourcelookup.containers.JavaProjectSourceContainer
public class JavaProjectSourceContainer
Java project source container. Searches for source in a project's source folders.
This class may be instantiated.
static String
TYPE_ID
org.eclipse.jdt.launching.sourceContainer.javaProject
EMPTY
JavaProjectSourceContainer ( IJavaProject project)
protected ISourceContainer[]
createSourceContainers ()
void
dispose ()
boolean
equals ( Object obj)
Object[]
findSourceElements ( String name)
IJavaProject
getJavaProject ()
String
getName ()
ISourceContainerType
getType ()
int
hashCode ()
findSourceElements, getSourceContainers, isComposite
abort, getDirector, getSourceContainerType, init, isFindDuplicates, warn
getAdapter
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public static final String TYPE_ID
public JavaProjectSourceContainer( IJavaProject project)
project
public String getName()
public ISourceContainerType getType()
public IJavaProject getJavaProject()
protected ISourceContainer[] createSourceContainers() throws CoreException
createSourceContainers
CompositeSourceContainer
CoreException
public boolean equals( Object obj)
equals
Object
public int hashCode()
hashCode
public Object[] findSourceElements( String name) throws CoreException
findSourceElements
ISourceContainer
public void dispose()
dispose