Modifier and Type | Class and Description |
---|---|
class |
ClassPathEntryBinaryElement
Describes an element under the element classpath referring to compiled classes.
|
class |
ClassPathEntryContainerElement
Describes an element classpathentry under the element classpath,
specifically the kind "con".
|
class |
ClassPathEntryLibraryElement
Describes an element classpathentry under the element classpath,
specifically the kind "lib".
|
class |
ClassPathEntryOutputElement
Describes an element classpathentry under the element classpath,
specifically the kind "src".
|
class |
ClassPathEntryPathElement
Describes an element under the element classpath referencing a path consisting
optionally from more elements (directories or files).
|
class |
ClassPathEntrySourceElement
Describes an element classpathentry under the element classpath,
specifically the kind "src".
|
class |
ClassPathEntryVariableElement
Describes an element classpathentry under the element classpath,
specifically the kind "var".
|