Uses of Class
org.tmatesoft.svn.core.wc.admin.SVNChangeEntry
Packages that use SVNChangeEntry
Package
Description
This package provides API for administrative managing Subversion repositories on a local machine.
-
Uses of SVNChangeEntry in org.tmatesoft.svn.cli.svnlook
Methods in org.tmatesoft.svn.cli.svnlook with parameters of type SVNChangeEntry -
Uses of SVNChangeEntry in org.tmatesoft.svn.core.internal.wc2.admin
Methods in org.tmatesoft.svn.core.internal.wc2.admin that return SVNChangeEntryMethods in org.tmatesoft.svn.core.internal.wc2.admin with parameters of type SVNChangeEntryModifier and TypeMethodDescriptionvoid
SvnRepositoryGetChangedImpl.handleEntry
(SVNChangeEntry entry) -
Uses of SVNChangeEntry in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return types with arguments of type SVNChangeEntryModifier and TypeMethodDescriptionstatic ISvnObjectReceiver<SVNChangeEntry>
SvnCodec.changeEntryReceiver
(ISVNChangeEntryHandler handler) -
Uses of SVNChangeEntry in org.tmatesoft.svn.core.wc.admin
Methods in org.tmatesoft.svn.core.wc.admin with parameters of type SVNChangeEntryModifier and TypeMethodDescriptionvoid
ISVNChangeEntryHandler.handleEntry
(SVNChangeEntry entry) Handles information on a changed path.