Uses of Class
org.apache.subversion.javahl.types.Version
-
Packages that use Version Package Description org.apache.subversion.javahl org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion.org.tmatesoft.svn.core.javahl17 -
-
Uses of Version in org.apache.subversion.javahl
Methods in org.apache.subversion.javahl that return Version Modifier and Type Method Description VersionISVNClient. getVersion()VersionISVNRepos. getVersion()static VersionNativeResources. getVersion()Returns version information about the underlying native libraries.VersionSVNClient. getVersion()VersionSVNRepos. getVersion() -
Uses of Version in org.tigris.subversion.javahl
Constructors in org.tigris.subversion.javahl with parameters of type Version Constructor Description Version(Version aVersion) -
Uses of Version in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return Version Modifier and Type Method Description VersionSVNClientImpl. getVersion()VersionSVNReposImpl. getVersion()
-