| Interface | Description |
|---|---|
| IWorksetInitializationListener |
Specifies the methods for listeners that need to be informed about the
initialization progress of a workset.
|
| WorksetVersionAware |
Common interface for all objects that need to do some special handling
depending on the version of a workset definition loaded from a file.
|
| Class | Description |
|---|---|
| ClasspathMetadata |
Holds all additional metadata about classpath elements.
|
| ClasspathPartDefinition |
Specifies one or more classpath elements by a string pattern or an exact
name.
|
| ContainerInfo |
Holds additional information about physical class containers.
|
| StructuredCache |
This cache can be used to store various objects in different categories.
|
| VariablePool |
The container for all variables.
|
| Variables |
This is a specialized container for variables (placeholders).
|
| WorksetVersion |
The representation of a workset version.
|
| Enum | Description |
|---|---|
| ClasspathPartDefinitionType |
Defines the supported types of classpath part definitions.
|
| ContainerIdentifierCalculator |
The enum values provide different variants of container identifier calculation.
|
| IWorksetInitializationListener.EventType |