Class VersionExtended.LoadedLib

java.lang.Object
org.apache.subversion.javahl.types.VersionExtended.LoadedLib
Enclosing class:
VersionExtended

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

    • getName

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

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