public class LibraryInfo extends Object
Constructor and Description |
---|
LibraryInfo(String version,
String[] bootpath,
String[] extDirs,
String[] endDirs) |
Modifier and Type | Method and Description |
---|---|
String[] |
getBootpath()
Returns a collection of bootpath entries for this VM install.
|
String[] |
getEndorsedDirs()
Returns a collection of endorsed directory paths for this VM install.
|
String[] |
getExtensionDirs()
Returns a collection of extension directory paths for this VM install.
|
String |
getVersion()
Returns the version of this VM install.
|
public String getVersion()
public String[] getExtensionDirs()
public String[] getBootpath()
public String[] getEndorsedDirs()
Copyright © 2008–2018 Eclipse Foundation. All rights reserved.