Class LibraryInfo


  • public class LibraryInfo
    extends Object
    Stores the boot path and extension directories associated with a VM.
    • Constructor Detail

    • Method Detail

      • getVersion

        public String getVersion()
        Returns the version of this VM install.
        Returns:
        version
      • getExtensionDirs

        public String[] getExtensionDirs()
        Returns a collection of extension directory paths for this VM install.
        Returns:
        a collection of absolute paths
      • getBootpath

        public String[] getBootpath()
        Returns a collection of bootpath entries for this VM install.
        Returns:
        a collection of absolute paths
      • getEndorsedDirs

        public String[] getEndorsedDirs()
        Returns a collection of endorsed directory paths for this VM install.
        Returns:
        a collection of absolute paths