Uses of Interface
org.apache.subversion.javahl.callback.InfoCallback
Packages that use InfoCallback
-
Uses of InfoCallback in org.apache.subversion.javahl
Methods in org.apache.subversion.javahl with parameters of type InfoCallbackModifier and TypeMethodDescriptionvoidISVNClient.info2(String pathOrUrl, Revision revision, Revision pegRevision, Depth depth, Collection<String> changelists, InfoCallback callback) Retrieve information about repository or working copy items.voidSVNClient.info2(String pathOrUrl, Revision revision, Revision pegRevision, Depth depth, Collection<String> changelists, InfoCallback callback) -
Uses of InfoCallback in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type InfoCallbackModifier and TypeMethodDescriptionprivate ISvnObjectReceiver<SvnInfo>SVNClientImpl.getInfoReceiver(InfoCallback callback) voidSVNClientImpl.info2(String pathOrUrl, Revision revision, Revision pegRevision, Depth depth, Collection<String> changelists, InfoCallback callback)