Class VersionExtended.LinkedLib
java.lang.Object
org.apache.subversion.javahl.types.VersionExtended.LinkedLib
- Enclosing class:
- VersionExtended
Dependent library information.
Describes the name and versions of known dependencies
used by libsvn_subr.
-
Field Details
-
wrapper
-
index
private final int index
-
-
Constructor Details
-
LinkedLib
LinkedLib(VersionExtended wrapper, int index)
-
-
Method Details
-
getName
- Returns:
- Library name.
-
getCompiledVersion
- Returns:
- Compile-time version string.
-
getRuntimeVersion
- Returns:
- Run-time version string (may be #null, which indicates that the library is embedded or statically linked).
-