Uses of Interface
org.tmatesoft.svn.core.wc2.ISvnObjectReceiver
-
Packages that use ISvnObjectReceiver Package Description org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc17.db org.tmatesoft.svn.core.internal.wc2.compat org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.internal.wc2.remote org.tmatesoft.svn.core.javahl17 org.tmatesoft.svn.core.wc2 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.org.tmatesoft.svn.core.wc2.admin 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 ISvnObjectReceiver Modifier and Type Class Description classSVNRemoteStatusEditor17private classSVNRemoteStatusEditor17.DirectoryInfoprivate classSVNWCContext.ConflictStatusWalkerFields in org.tmatesoft.svn.core.internal.wc17 declared as ISvnObjectReceiver Modifier and Type Field Description protected ISvnObjectReceiver<SvnStatus>SVNStatusEditor17. myStatusHandlerMethods in org.tmatesoft.svn.core.internal.wc17 that return ISvnObjectReceiver Modifier and Type Method Description protected ISvnObjectReceiver<SvnStatus>SVNStatusEditor17. getDefaultHandler()Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISvnObjectReceiver Modifier and Type Method Description protected voidSVNStatusEditor17. 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 voidSVNStatusEditor17. sendStatusStructure(java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo info, SVNNodeKind pathKind, boolean pathSpecial, boolean getAll, ISvnObjectReceiver<SvnStatus> handler)private voidSVNStatusEditor17. 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 ISvnObjectReceiver Constructor Description SVNRemoteStatusEditor17(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 ISvnObjectReceiver Modifier and Type Method Description voidSVNWCDb. readPropertiesRecursively(java.io.File localAbsPath, SVNDepth depth, boolean baseProperties, boolean pristineProperties, java.util.Collection<java.lang.String> changelists, ISvnObjectReceiver<SVNProperties> receiver)static voidSvnWcDbProperties. 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
-
Uses of ISvnObjectReceiver in org.tmatesoft.svn.core.internal.wc2.ng
Classes in org.tmatesoft.svn.core.internal.wc2.ng that implement ISvnObjectReceiver Modifier and Type Class Description classSvnDiffStatusReceiverprivate static classSvnNgCleanup.CleanupStatusWalkprivate static classSvnNgCommitUtil.CommitStatusWalkerprivate static classSvnNgDiffUtil.DiffStatusCallbackclassSvnNgGetStatusprivate static classSvnNgLogMergeInfo.LogEntryReceiverprivate static classSvnNgMergeCallback2.VerifyTouchedByDelCheckprivate classSvnNgPatch.CanDeleteBatonFields in org.tmatesoft.svn.core.internal.wc2.ng declared as ISvnObjectReceiver Modifier and Type Field Description private ISvnObjectReceiver<SVNLogEntry>SvnNgLogMergeInfo.LogEntryReceiver. receiverMethods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISvnObjectReceiver Modifier and Type Method Description private static ISVNDiffStatusHandlerSvnNgDiffSummarize. createHandlerForReceiver(ISvnObjectReceiver<SvnDiffStatus> receiver)private voidSvnNgLogMergeInfo. 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 voidSvnNgPropertiesManager. 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 voidSvnNgPropertiesManager. 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 voidSvnNgPropertiesManager. 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 ISvnObjectReceiver Modifier and Type Method Description static voidSvnRemoteGetProperties. 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
-
Uses of ISvnObjectReceiver in org.tmatesoft.svn.core.wc2
Classes in org.tmatesoft.svn.core.wc2 that implement ISvnObjectReceiver Modifier and Type Class Description classAbstractSvnCommitBase class for operations that change repository.classSvnAnnotateRepresents annotate operation.classSvnCommitRepresents commit operation.classSvnDiffSummarizeProduces a diff summary which lists the changed items betweensourcein itspegRevision, as it changed betweenstartRevisionandendRevision, or diff summary betweenfirstSourceat itspegRevisionandsecondSourceat itspegRevision.classSvnGetChangelistPathsGets paths belonging to the specifiedchangelistsdiscovered under the specifiedtargets.classSvnGetInfoRepresents info command.classSvnGetPropertiesRepresents proplist operation.classSvnGetStatusRepresents status operation.classSvnImportImports file or directorysourceinto repository directory defined in operation'stargetat HEAD revision.classSvnListRepresents list operation.classSvnLogRepresents log operation.classSvnLogMergeInfoCreates aSVNLogEntryobject with the revisions merged frommergeSource(as ofmergeSource'spegRevision) intotarget(as oftarget'spegRevision).classSvnReceivingOperation<T>Represents base class for all operations that can fetch object(s) for custom processing.classSvnRemoteCopyRepresents copy to repository operation.classSvnRemoteDeleteRepresents delete operation.classSvnRemoteMkDirCreates directory(ies) in a repository.classSvnRemoteSetPropertySetspropertyNametopropertyValueon eachtargets.classSvnSetLockRepresents operation for locking files.classSvnSetPropertyRepresents set property operation.classSvnUnlockRepresents operation for unlocking files.Fields in org.tmatesoft.svn.core.wc2 declared as ISvnObjectReceiver Modifier and Type Field Description private ISvnObjectReceiver<java.util.List<SvnInheritedProperties>>SvnGetProperties. inheritedPropertiesReceiverprivate ISvnObjectReceiver<SVNPropertyData>SvnRemoteSetProperty. propertyReceiverprivate ISvnObjectReceiver<T>SvnReceivingOperation. receiverMethods in org.tmatesoft.svn.core.wc2 that return ISvnObjectReceiver Modifier and Type Method Description ISvnObjectReceiver<SVNPropertyData>SvnRemoteSetProperty. getPropertyReceiver()Returns operation's property receiver.ISvnObjectReceiver<T>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 ISvnObjectReceiver Modifier and Type Method Description voidSvnRemoteSetProperty. setPropertyReceiver(ISvnObjectReceiver<SVNPropertyData> propertyReceiver)Sets operation's property receiver.voidSvnReceivingOperation. setReceiver(ISvnObjectReceiver<T> receiver)Sets client's object receiver.voidSvnGetProperties. 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 ISvnObjectReceiver Modifier and Type Class Description classSvnRepositoryCopyRevisionPropertiesclassSvnRepositoryDumpclassSvnRepositoryFilterclassSvnRepositoryGetChangedclassSvnRepositoryGetChangedDirectoriesclassSvnRepositoryGetHistoryclassSvnRepositoryGetTreeclassSvnRepositoryInitializeclassSvnRepositoryListLocksclassSvnRepositoryListTransactionsclassSvnRepositoryLoadclassSvnRepositoryPackclassSvnRepositoryReceivingOperation<T>classSvnRepositoryRecoverclassSvnRepositoryRemoveLocksclassSvnRepositoryRemoveTransactionsclassSvnRepositorySynchronizeclassSvnRepositoryUpgradeclassSvnRepositoryVerify
-