Uses of Class
org.tigris.subversion.javahl.Info2
Packages that use Info2
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
-
Uses of Info2 in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl that return Info2Modifier and TypeMethodDescriptionstatic Info2
JavaHLObjectFactory.createInfo2
(SVNInfo info) Info2[]
Info2[]
SVNClientInterface.info2
(String pathOrUrl, Revision revision, Revision pegRevision, boolean recurse) Deprecated.Info2[]
SVNClientSynchronized.info2
(String pathOrUrl, Revision revision, Revision pegRevision, boolean recurse) Deprecated.Use#info2(String, Revision, Revision, int, InfoCallback)
instead.Methods in org.tigris.subversion.javahl with parameters of type Info2Modifier and TypeMethodDescriptionvoid
InfoCallback.singleInfo
(Info2 info) the method will be called for every line in a file. -
Uses of Info2 in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl that return Info2
#info2(String, Revision, Revision, int, InfoCallback)
instead.