Class VersionExtended.LoadedLib
java.lang.Object
org.apache.subversion.javahl.types.VersionExtended.LoadedLib
- Enclosing class:
- VersionExtended
Loaded shared library information.
Describes the name and, where available, version of the shared
libraries loaded by the running program.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
wrapper
-
index
private final int index
-
-
Constructor Details
-
LoadedLib
LoadedLib(VersionExtended wrapper, int index)
-
-
Method Details
-
getName
- Returns:
- Library name.
-
getVersion
- Returns:
- Library version (may be #null).
-