public class ClasspathContainerSourceContainer
extends CompositeSourceContainer
This class may be instantiated.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE_ID
Unique identifier for Java project source container type
(value
org.eclipse.jdt.launching.sourceContainer.classpathContainer). |
| Constructor and Description |
|---|
ClasspathContainerSourceContainer(IPath containerPath)
Constructs a new source container for the given classpath container.
|
| Modifier and Type | Method and Description |
|---|---|
protected ISourceContainer[] |
createSourceContainers() |
boolean |
equals(java.lang.Object obj) |
IClasspathContainer |
getClasspathContainer()
Returns the associated container or
null if unavailable. |
java.lang.String |
getName() |
IPath |
getPath()
Returns the classpath container's path
|
ISourceContainerType |
getType() |
int |
hashCode() |
public static final java.lang.String TYPE_ID
org.eclipse.jdt.launching.sourceContainer.classpathContainer).public ClasspathContainerSourceContainer(IPath containerPath)
containerPath - classpath container pathpublic java.lang.String getName()
public ISourceContainerType getType()
protected ISourceContainer[] createSourceContainers()
throws CoreException
CoreExceptionpublic IPath getPath()
public boolean equals(java.lang.Object obj)
public int hashCode()
public IClasspathContainer getClasspathContainer()
throws CoreException
null if unavailable.nullCoreException - if unable to retrieve container