Class LibraryInfo
java.lang.Object
org.eclipse.tycho.compiler.jdt.copied.LibraryInfo
Stores the boot path and extension directories associated with a VM.
-
Constructor Summary
ConstructorsConstructorDescriptionLibraryInfo(String version, String[] bootpath, String[] extDirs, String[] endDirs) -
Method Summary
Modifier and TypeMethodDescriptionString[]Returns a collection of bootpath entries for this VM install.String[]Returns a collection of endorsed directory paths for this VM install.String[]Returns a collection of extension directory paths for this VM install.Returns the version of this VM install.
-
Constructor Details
-
LibraryInfo
-
-
Method Details
-
getVersion
Returns the version of this VM install.- Returns:
- version
-
getExtensionDirs
Returns a collection of extension directory paths for this VM install.- Returns:
- a collection of absolute paths
-
getBootpath
Returns a collection of bootpath entries for this VM install.- Returns:
- a collection of absolute paths
-
getEndorsedDirs
Returns a collection of endorsed directory paths for this VM install.- Returns:
- a collection of absolute paths
-