Class VersionExtended.LinkedLib
java.lang.Object
org.apache.subversion.javahl.types.VersionExtended.LinkedLib
- Enclosing class:
- VersionExtended
public class VersionExtended.LinkedLib extends Object
Dependent library information.
Describes the name and versions of known dependencies
used by libsvn_subr.
-
Method Summary
Modifier and Type Method Description String
getCompiledVersion()
String
getName()
String
getRuntimeVersion()
-
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).
-