Class VersionExtended.LoadedLib

  • Enclosing class:
    VersionExtended

    public class VersionExtended.LoadedLib
    extends java.lang.Object
    Loaded shared library information. Describes the name and, where available, version of the shared libraries loaded by the running program.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.String getVersion()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getName

        public final java.lang.String getName()
        Returns:
        Library name.
      • getVersion

        public final java.lang.String getVersion()
        Returns:
        Library version (may be #null).