Uses of Interface
org.tmatesoft.svn.core.wc.admin.ISVNChangeEntryHandler
-
Packages that use ISVNChangeEntryHandler Package Description org.tmatesoft.svn.cli.svnlook org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc2.admin org.tmatesoft.svn.core.internal.wc2.compat org.tmatesoft.svn.core.wc.admin This package provides API for administrative managing Subversion repositories on a local machine. -
-
Uses of ISVNChangeEntryHandler in org.tmatesoft.svn.cli.svnlook
Classes in org.tmatesoft.svn.cli.svnlook that implement ISVNChangeEntryHandler Modifier and Type Class Description classSVNLookChangedCommand -
Uses of ISVNChangeEntryHandler in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNChangeEntryHandler Modifier and Type Method Description private voidSVNNodeEditor. traverseChangedTreeImpl(SVNNodeEditor.Node node, java.lang.String path, boolean includeCopyInfo, ISVNChangeEntryHandler handler)voidSVNNodeEditor. traverseTree(boolean includeCopyInfo, ISVNChangeEntryHandler handler) -
Uses of ISVNChangeEntryHandler in org.tmatesoft.svn.core.internal.wc2.admin
Classes in org.tmatesoft.svn.core.internal.wc2.admin that implement ISVNChangeEntryHandler Modifier and Type Class Description classSvnRepositoryGetChangedImpl -
Uses of ISVNChangeEntryHandler in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISVNChangeEntryHandler Modifier and Type Method Description static ISvnObjectReceiver<SVNChangeEntry>SvnCodec. changeEntryReceiver(ISVNChangeEntryHandler handler) -
Uses of ISVNChangeEntryHandler in org.tmatesoft.svn.core.wc.admin
Methods in org.tmatesoft.svn.core.wc.admin with parameters of type ISVNChangeEntryHandler Modifier and Type Method Description voidSVNLookClient. doGetChanged(java.io.File repositoryRoot, java.lang.String transactionName, ISVNChangeEntryHandler handler, boolean includeCopyInfo)Traverses changed paths for the given transaction invoking the passed handler on each changed path.voidSVNLookClient. doGetChanged(java.io.File repositoryRoot, SVNRevision revision, ISVNChangeEntryHandler handler, boolean includeCopyInfo)Traverses changed paths for the given revision invoking the passed handler on each changed path.
-