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
Fields in org.apache.subversion.javahl declared as Version Modifier and Type Field Description private static VersionNativeResources. versionMethods 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
Fields in org.tigris.subversion.javahl declared as Version Modifier and Type Field Description private VersionVersion. aVersionConstructors in org.tigris.subversion.javahl with parameters of type Version Constructor Description Version(Version aVersion) -
Uses of Version in org.tmatesoft.svn.core.javahl17
Subclasses of Version in org.tmatesoft.svn.core.javahl17 Modifier and Type Class Description (package private) classSVNClientImplVersionMethods in org.tmatesoft.svn.core.javahl17 that return Version Modifier and Type Method Description static VersionSVNClientImplVersion. getInstance()VersionSVNClientImpl. getVersion()VersionSVNReposImpl. getVersion()
-