public class ClasspathVariableSourceContainer
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.classpathVariable). |
| Constructor and Description |
|---|
ClasspathVariableSourceContainer(IPath variablePath)
Constructs a new source container on the given variable and suffix.
|
| Modifier and Type | Method and Description |
|---|---|
protected ISourceContainer[] |
createSourceContainers() |
java.lang.String |
getName() |
IPath |
getPath()
Returns the variable this container references as a path.
|
ISourceContainerType |
getType() |
public static final java.lang.String TYPE_ID
org.eclipse.jdt.launching.sourceContainer.classpathVariable).public ClasspathVariableSourceContainer(IPath variablePath)
variablePath - path representing a Java classpath variable.
The first segment is the variable name, and the following segments
(if any) are appended to the variable.protected ISourceContainer[] createSourceContainers()
throws CoreException
CoreExceptionpublic java.lang.String getName()
public IPath getPath()
public ISourceContainerType getType()