Uses of Interface
org.tmatesoft.svn.core.wc2.ISvnObjectReceiver
Packages that use ISvnObjectReceiver
Package
Description
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
NEW: this package contains command-style API to perform most of
Subversion operations that works directly on local repository
on the level of abstraction similar to that of the command line client.
-
Uses of ISvnObjectReceiver in org.tmatesoft.svn.core.internal.wc17
Classes in org.tmatesoft.svn.core.internal.wc17 that implement ISvnObjectReceiverModifier and TypeClassDescriptionclass
private class
private class
Fields in org.tmatesoft.svn.core.internal.wc17 declared as ISvnObjectReceiverModifier and TypeFieldDescriptionprotected ISvnObjectReceiver<SvnStatus>
SVNStatusEditor17.myStatusHandler
Methods in org.tmatesoft.svn.core.internal.wc17 that return ISvnObjectReceiverModifier and TypeMethodDescriptionprotected ISvnObjectReceiver<SvnStatus>
SVNStatusEditor17.getDefaultHandler()
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISvnObjectReceiverModifier and TypeMethodDescriptionprotected void
SVNStatusEditor17.getDirStatus
(java.io.File localAbsPath, java.lang.String selected, boolean skipThisDir, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo dirInfo, SVNFileType fileType, java.util.Collection<java.lang.String> ignorePatterns, SVNDepth depth, boolean getAll, boolean noIgnore, ISvnObjectReceiver<SvnStatus> handler) private void
SVNStatusEditor17.sendStatusStructure
(java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo info, SVNNodeKind pathKind, boolean pathSpecial, boolean getAll, ISvnObjectReceiver<SvnStatus> handler) private void
SVNStatusEditor17.sendUnversionedItem
(java.io.File nodeAbsPath, SVNNodeKind pathKind, boolean treeConflicted, java.util.Collection<java.lang.String> patterns, boolean noIgnore, int workingCopyFormat, ISvnObjectReceiver<SvnStatus> handler) Constructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISvnObjectReceiverModifierConstructorDescriptionSVNRemoteStatusEditor17
(java.io.File anchorAbsPath, java.lang.String targetBaseName, SVNWCContext wcContext, ISVNOptions options, boolean includeIgnored, boolean reportAll, SVNDepth depth, ISvnObjectReceiver<SvnStatus> realHandler) SVNStatusEditor17
(java.io.File path, SVNWCContext wcContext, ISVNOptions options, boolean noIgnore, boolean reportAll, SVNDepth depth, ISvnObjectReceiver<SvnStatus> handler) -
Uses of ISvnObjectReceiver in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type ISvnObjectReceiverModifier and TypeMethodDescriptionvoid
SVNWCDb.readPropertiesRecursively
(java.io.File localAbsPath, SVNDepth depth, boolean baseProperties, boolean pristineProperties, java.util.Collection<java.lang.String> changelists, ISvnObjectReceiver<SVNProperties> receiver) static void
SvnWcDbProperties.readPropertiesRecursively
(SVNWCDbRoot root, java.io.File relpath, SVNDepth depth, boolean baseProperties, boolean pristineProperties, java.util.Collection<java.lang.String> changelists, ISvnObjectReceiver<SVNProperties> receiver) -
Uses of ISvnObjectReceiver in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return ISvnObjectReceiverModifier and TypeMethodDescriptionstatic ISvnObjectReceiver<SvnAnnotateItem>
SvnCodec.annotateReceiver
(ISVNAnnotateHandler handler) static ISvnObjectReceiver<java.lang.String>
SvnCodec.changedDirectoriesReceiver
(ISVNChangedDirectoriesHandler handler) static ISvnObjectReceiver<SVNAdminPath>
SvnCodec.changedHistoryReceiver
(ISVNHistoryHandler handler) static ISvnObjectReceiver<SVNChangeEntry>
SvnCodec.changeEntryReceiver
(ISVNChangeEntryHandler handler) static ISvnObjectReceiver<java.lang.String>
SvnCodec.changelistReceiver
(ISVNChangelistHandler handler) static ISvnObjectReceiver<SvnDiffStatus>
SvnCodec.diffStatusReceiver
(ISVNDiffStatusHandler handler) static ISvnObjectReceiver<SVNLogEntry>
SvnCodec.logReceiver
(ISVNLogEntryHandler handler) static ISvnObjectReceiver<SVNPropertyData>
SvnCodec.propertyReceiver
(ISVNPropertyHandler handler) static ISvnObjectReceiver<SVNAdminPath>
SvnCodec.treeReceiver
(ISVNTreeHandler handler) -
Uses of ISvnObjectReceiver in org.tmatesoft.svn.core.internal.wc2.ng
Classes in org.tmatesoft.svn.core.internal.wc2.ng that implement ISvnObjectReceiverModifier and TypeClassDescriptionclass
private static class
private static class
private static class
class
private static class
private static class
private class
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as ISvnObjectReceiverModifier and TypeFieldDescriptionprivate ISvnObjectReceiver<SVNLogEntry>
SvnNgLogMergeInfo.LogEntryReceiver.receiver
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISvnObjectReceiverModifier and TypeMethodDescriptionprivate static ISVNDiffStatusHandler
SvnNgDiffSummarize.createHandlerForReceiver
(ISvnObjectReceiver<SvnDiffStatus> receiver) private void
SvnNgLogMergeInfo.logForMergeInfoRangeList
(SVNURL sourceURL, java.util.List<java.lang.String> mergeSourcePaths, boolean filteringMerged, SVNMergeRangeList rangelist, boolean oldestRevsFirst, java.util.Map<java.lang.String, java.util.Map<java.lang.String, SVNMergeRangeList>> targetCatalog, java.lang.String absReposTargetPath, boolean discoverChangedPaths, java.lang.String[] revprops, ISvnObjectReceiver<SVNLogEntry> receiver) static void
SvnNgPropertiesManager.setProperty
(SVNWCContext context, java.io.File path, java.lang.String propertyName, SVNPropertyValue propertyValue, SVNDepth depth, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver, java.util.Collection<java.lang.String> changelists) static void
SvnNgPropertiesManager.setProperty
(SVNWCContext context, java.io.File path, java.lang.String propertyName, SVNPropertyValue propertyValue, ISvnPropertyValueProvider pvProvider, SVNDepth depth, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver, java.util.Collection<java.lang.String> changelists) static void
SvnNgPropertiesManager.setProperty
(SVNWCContext context, java.io.File path, SVNNodeKind kind, java.lang.String propertyName, SVNPropertyValue value, ISvnPropertyValueProvider pvProvider, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver) -
Uses of ISvnObjectReceiver in org.tmatesoft.svn.core.internal.wc2.remote
Methods in org.tmatesoft.svn.core.internal.wc2.remote with parameters of type ISvnObjectReceiverModifier and TypeMethodDescriptionstatic void
SvnRemoteGetProperties.remotePropertyGet
(SVNURL url, SVNNodeKind kind, java.lang.String path, SVNRepository repos, long revNumber, SVNDepth depth, ISvnObjectReceiver<SVNProperties> receiver) -
Uses of ISvnObjectReceiver in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return ISvnObjectReceiverModifier and TypeMethodDescriptionprivate ISvnObjectReceiver<SvnAnnotateItem>
SVNClientImpl.getAnnotateItemReceiver
(BlameCallback callback) private ISvnObjectReceiver<SVNCommitInfo>
SVNClientImpl.getCommitInfoReceiver
(CommitCallback callback) private ISvnObjectReceiver<SvnDiffStatus>
SVNClientImpl.getDiffStatusReceiver
(DiffSummaryCallback receiver) private ISvnObjectReceiver<SVNDirEntry>
SVNClientImpl.getDirEntryReceiver
(ListCallback callback) private ISvnObjectReceiver<SvnInfo>
SVNClientImpl.getInfoReceiver
(InfoCallback callback) private ISvnObjectReceiver<java.util.List<SvnInheritedProperties>>
SVNClientImpl.PropertiesReceiverProvider.getInheritedPropertiesReceiver()
private ISvnObjectReceiver<SVNLogEntry>
SVNClientImpl.getLogEntryReceiver
(LogMessageCallback callback) private ISvnObjectReceiver<SVNProperties>
SVNClientImpl.PropertiesReceiverProvider.getPropertiesReceiver()
private ISvnObjectReceiver<SvnStatus>
SVNClientImpl.getStatusReceiver
(StatusCallback callback) private ISvnObjectReceiver<SVNProperties>
SVNClientImpl.getSVNPropertiesReceiver
(ProplistCallback callback) -
Uses of ISvnObjectReceiver in org.tmatesoft.svn.core.wc2
Classes in org.tmatesoft.svn.core.wc2 that implement ISvnObjectReceiverModifier and TypeClassDescriptionclass
Base class for operations that change repository.class
Represents annotate operation.class
Represents commit operation.class
Produces a diff summary which lists the changed items betweensource
in itspegRevision
, as it changed betweenstartRevision
andendRevision
, or diff summary betweenfirstSource
at itspegRevision
andsecondSource
at itspegRevision
.class
Gets paths belonging to the specifiedchangelists
discovered under the specifiedtargets
.class
Represents info command.class
Represents proplist operation.class
Represents status operation.class
Imports file or directorysource
into repository directory defined in operation'starget
at HEAD revision.class
Represents list operation.class
Represents log operation.class
Creates aSVNLogEntry
object with the revisions merged frommergeSource
(as ofmergeSource
'spegRevision
) intotarget
(as oftarget
'spegRevision
).class
Represents base class for all operations that can fetch object(s) for custom processing.class
Represents copy to repository operation.class
Represents delete operation.class
Creates directory(ies) in a repository.class
SetspropertyName
topropertyValue
on eachtargets
.class
Represents operation for locking files.class
Represents set property operation.class
Represents operation for unlocking files.Fields in org.tmatesoft.svn.core.wc2 declared as ISvnObjectReceiverModifier and TypeFieldDescriptionprivate ISvnObjectReceiver<java.util.List<SvnInheritedProperties>>
SvnGetProperties.inheritedPropertiesReceiver
private ISvnObjectReceiver<SVNPropertyData>
SvnRemoteSetProperty.propertyReceiver
private ISvnObjectReceiver<T>
SvnReceivingOperation.receiver
Methods in org.tmatesoft.svn.core.wc2 that return ISvnObjectReceiverModifier and TypeMethodDescriptionSvnRemoteSetProperty.getPropertyReceiver()
Returns operation's property receiver.SvnReceivingOperation.getReceiver()
Returns client's object receiver.ISvnObjectReceiver<java.util.List<SvnInheritedProperties>>
SvnGetProperties.getTargetInheritedPropertiesReceiver()
Methods in org.tmatesoft.svn.core.wc2 with parameters of type ISvnObjectReceiverModifier and TypeMethodDescriptionvoid
SvnRemoteSetProperty.setPropertyReceiver
(ISvnObjectReceiver<SVNPropertyData> propertyReceiver) Sets operation's property receiver.void
SvnReceivingOperation.setReceiver
(ISvnObjectReceiver<T> receiver) Sets client's object receiver.void
SvnGetProperties.setTargetInheritedPropertiesReceiver
(ISvnObjectReceiver<java.util.List<SvnInheritedProperties>> receiver) -
Uses of ISvnObjectReceiver in org.tmatesoft.svn.core.wc2.admin
Classes in org.tmatesoft.svn.core.wc2.admin that implement ISvnObjectReceiverModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class