Package | Description |
---|---|
org.netbeans.api.java.classpath |
Representation of Java classpaths, and the ability to find the classpath needed
for a particular purpose.
|
Modifier and Type | Method and Description |
---|---|
static ClassPath.PathConversionMode |
ClassPath.PathConversionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassPath.PathConversionMode[] |
ClassPath.PathConversionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
ClassPath.toString(ClassPath.PathConversionMode conversionMode)
Render this classpath in the conventional format used by the Java launcher.
|
String |
ClassPath.toString(ClassPath.PathConversionMode conversionMode,
ClassPath.PathEmbeddingMode pathEmbeddingMode)
Render this classpath in the conventional format used by the Java launcher.
|