org.apache.subversion.javahl.types
Class VersionExtended.LoadedLib

java.lang.Object
  extended by 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 Summary
 String getName()
           
 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 String getName()
Returns:
Library name.

getVersion

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