Class ClasspathVariableSourceContainer

All Implemented Interfaces:
IAdaptable, ISourceContainer

public class ClasspathVariableSourceContainer extends CompositeSourceContainer
A classpath variable source container contains a source container that is the resolved value of the associated variable.

This class may be instantiated.

Since:
3.0
Restriction:
This class is not intended to be subclassed by clients.
  • Field Details

    • TYPE_ID

      public static final String TYPE_ID
      Unique identifier for Java project source container type (value org.eclipse.jdt.launching.sourceContainer.classpathVariable).
  • Constructor Details

    • ClasspathVariableSourceContainer

      public ClasspathVariableSourceContainer(IPath variablePath)
      Constructs a new source container on the given variable and suffix.
      Parameters:
      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.
  • Method Details