Class RuntimeVersion
java.lang.Object
org.apache.subversion.javahl.types.Version
org.apache.subversion.javahl.types.RuntimeVersion
public class RuntimeVersion extends Version
Encapsulates the run-time version of the
libsvn_clinent
library that was loaded by the current
process. The result may be different from that provided by Version
, because the latter returns compile-time, not run-time
information.-
Constructor Summary
Constructors Constructor Description RuntimeVersion()
-
Method Summary
-
Constructor Details
-
RuntimeVersion
public RuntimeVersion()
-
-
Method Details