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 Summary
Modifier and Type Method Description String
getName()
String
getVersion()
-
Method Details
-
getName
- Returns:
- Library name.
-
getVersion
- Returns:
- Library version (may be #null).
-