Uses of Class
org.apache.subversion.javahl.types.Info
-
Packages that use Info Package Description org.apache.subversion.javahl.callback 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 Info in org.apache.subversion.javahl.callback
Methods in org.apache.subversion.javahl.callback with parameters of type Info Modifier and Type Method Description voidInfoCallback. singleInfo(Info info)the method will be called for every line in a file. -
Uses of Info in org.tigris.subversion.javahl
Constructors in org.tigris.subversion.javahl with parameters of type Info Constructor Description Info(Info aInfo)A backward-compat constructorInfo2(Info aInfo)A backward-compat constructor. -
Uses of Info in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return Info Modifier and Type Method Description private InfoSVNClientImpl. getInfo(SvnInfo info)
-