Class VersionExtended.LoadedLib
- java.lang.Object
-
- org.apache.subversion.javahl.types.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.
-
-
Field Summary
Fields Modifier and Type Field Description private int
index
private VersionExtended
wrapper
-
Constructor Summary
Constructors Constructor Description LoadedLib(VersionExtended wrapper, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
java.lang.String
getVersion()
-
-
-
Field Detail
-
wrapper
private final VersionExtended wrapper
-
index
private final int index
-
-
Constructor Detail
-
LoadedLib
LoadedLib(VersionExtended wrapper, int index)
-
-