Package | Description |
---|---|
org.tmatesoft.svn.cli.svn | |
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc16 | |
org.tmatesoft.svn.core.internal.wc17 | |
org.tmatesoft.svn.core.internal.wc2 | |
org.tmatesoft.svn.core.internal.wc2.ng | |
org.tmatesoft.svn.core.internal.wc2.old | |
org.tmatesoft.svn.core.javahl17 | |
org.tmatesoft.svn.core.wc |
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
|
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.
|
Modifier and Type | Method and Description |
---|---|
private void |
SVNPropListCommand.printInhertiedProperties(SvnTarget target,
java.util.List<SvnInheritedProperties> propsList) |
private void |
SVNPropListCommand.printInhertiedPropertiesXML(SvnTarget target,
java.util.List<SvnInheritedProperties> propsList) |
private void |
SVNPropGetCommand.printInhertiedPropertiesXML(SvnTarget target,
java.lang.String propertyName,
java.util.List<SvnInheritedProperties> propsList) |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
SVNExternalsUtil.makeExternalDescription(SvnTarget localAbsPathOrUrl,
SVNExternal item,
SVNRevision externalPegRevision) |
private static SVNPropertyValue |
SVNExternalsUtil.pinExternalProps(SVNWCContext context,
SvnRepositoryAccess repositoryAccess,
SVNPropertyValue externalsPropValue,
java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin,
SVNURL reposRootUrl,
SvnTarget localAbsPathOrUrl) |
static java.util.Map<java.lang.String,SVNPropertyValue> |
SVNExternalsUtil.resolvePinnedExternals(SVNWCContext context,
SvnRepositoryAccess repositoryAccess,
java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin,
SvnTarget pairSource,
SvnTarget pairDst,
long pairSourceRevision,
SVNRepository svnRepository,
SVNURL reposRootUrl) |
Modifier and Type | Method and Description |
---|---|
private SVNCommitInfo |
SVNCopyDriver.copyReposToRepos(java.util.List copyPairs,
boolean makeParents,
boolean isMove,
boolean pinExternals,
java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin,
java.lang.String message,
SVNProperties revprops,
ISVNCommitHandler commitHandler) |
private static SVNPropertyValue |
SVNExternalsUtil.pinExternalProps(SVNWCContext context,
SvnRepositoryAccess repositoryAccess,
SVNPropertyValue externalsPropValue,
java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin,
SVNURL reposRootUrl,
SvnTarget localAbsPathOrUrl) |
static java.util.Map<java.lang.String,SVNPropertyValue> |
SVNExternalsUtil.resolvePinnedExternals(SVNWCContext context,
SvnRepositoryAccess repositoryAccess,
java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin,
SvnTarget pairSource,
SvnTarget pairDst,
long pairSourceRevision,
SVNRepository svnRepository,
SVNURL reposRootUrl) |
protected SVNCommitInfo |
SVNCopyDriver.setupCopy(SVNCopySource[] sources,
SVNPath dst,
boolean isMove,
boolean makeParents,
boolean pinExternals,
java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin,
java.lang.String message,
SVNProperties revprops,
ISVNCommitHandler commitHandler,
ISVNCommitParameters commitParameters,
ISVNExternalsHandler externalsHandler) |
Modifier and Type | Method and Description |
---|---|
private void |
SVNCopyClient16.doCopy(SVNCopySource[] sources,
java.io.File dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists,
boolean pinExternals,
java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin) |
SVNCommitInfo |
SVNCopyClient16.doCopy(SVNCopySource[] sources,
SVNURL dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists,
boolean pinExternals,
java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin,
java.lang.String commitMessage,
SVNProperties revisionProperties) |
Modifier and Type | Method and Description |
---|---|
void |
SVNWCContext.ConflictStatusWalker.receive(SvnTarget target,
SvnStatus status) |
void |
SVNRemoteStatusEditor17.receive(SvnTarget target,
SvnStatus status) |
void |
SVNRemoteStatusEditor17.DirectoryInfo.receive(SvnTarget target,
SvnStatus status) |
Modifier and Type | Field and Description |
---|---|
private SvnTarget |
SvnDiffGenerator.baseTarget |
private SvnTarget |
SvnDiffGenerator.originalTarget1 |
private SvnTarget |
SvnDiffGenerator.originalTarget2 |
private SvnTarget |
SvnDiffGenerator.relativeToTarget |
private SvnTarget |
SvnOldDiffGenerator.repositoryRoot |
private SvnTarget |
SvnDiffGenerator.repositoryRoot |
Modifier and Type | Method and Description |
---|---|
private SvnTarget |
SvnNgMergeReintegrate.calculateLeftHandSide(SVNWCContext context,
java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNMergeRangeList>> mergedToSourceCatalog,
java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNMergeRangeList>> unmergedToSourceCatalog,
java.io.File targetAbsPath,
java.io.File targetReposRelPath,
java.util.Map<java.io.File,java.lang.String> subtreesWithMergeInfo,
long targetRev,
java.io.File sourceReposRelPath,
SVNURL sourceReposRoot,
SVNURL targetReposRoot,
long sourceRev,
SVNRepository sourceRepository,
SVNRepository targetRepository) |
private SvnTarget |
SvnNewDiffGenerator.getAbsoluteTarget(java.lang.String path) |
private SvnTarget |
SvnDiffCallback.getTarget(java.io.File path) |
private SvnTarget |
SvnNewDiffGenerator.getTarget(java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
private void |
SvnNgAdd.add(SvnTarget target) |
Structure<SvnRepositoryAccess.RepositoryInfo> |
SvnNgRepositoryAccess.createRepositoryFor(SvnTarget target,
SVNRevision revision,
SVNRevision pegRevision,
java.io.File baseDirectory) |
void |
SvnOldDiffGenerator.displayAddedDirectory(SvnTarget displayPath,
java.lang.String revision1,
java.lang.String revision2,
java.io.OutputStream outputStream) |
void |
ISvnDiffGenerator.displayAddedDirectory(SvnTarget target,
java.lang.String revision1,
java.lang.String revision2,
java.io.OutputStream outputStream) |
void |
SvnDiffGenerator.displayAddedDirectory(SvnTarget target,
java.lang.String revision1,
java.lang.String revision2,
java.io.OutputStream outputStream) |
void |
SvnOldDiffGenerator.displayContentChanged(SvnTarget displayPath,
java.io.File leftFile,
java.io.File rightFile,
java.lang.String revision1,
java.lang.String revision2,
java.lang.String mimeType1,
java.lang.String mimeType2,
SvnDiffCallback.OperationKind operation,
java.io.File copyFromPath,
SVNProperties originalProperties,
SVNProperties propChanges,
java.io.OutputStream outputStream) |
void |
ISvnDiffGenerator.displayContentChanged(SvnTarget target,
java.io.File leftFile,
java.io.File rightFile,
java.lang.String revision1,
java.lang.String revision2,
java.lang.String mimeType1,
java.lang.String mimeType2,
SvnDiffCallback.OperationKind operation,
java.io.File copyFromPath,
SVNProperties originalProperties,
SVNProperties propChanges,
java.io.OutputStream outputStream) |
void |
SvnDiffGenerator.displayContentChanged(SvnTarget target,
java.io.File leftFile,
java.io.File rightFile,
java.lang.String revision1,
java.lang.String revision2,
java.lang.String mimeType1,
java.lang.String mimeType2,
SvnDiffCallback.OperationKind operation,
java.io.File copyFromPath,
SVNProperties originalProperties,
SVNProperties propChanges,
java.io.OutputStream outputStream) |
void |
SvnOldDiffGenerator.displayDeletedDirectory(SvnTarget displayPath,
java.lang.String revision1,
java.lang.String revision2,
java.io.OutputStream outputStream) |
void |
ISvnDiffGenerator.displayDeletedDirectory(SvnTarget target,
java.lang.String revision1,
java.lang.String revision2,
java.io.OutputStream outputStream) |
void |
SvnDiffGenerator.displayDeletedDirectory(SvnTarget target,
java.lang.String revision1,
java.lang.String revision2,
java.io.OutputStream outputStream) |
private void |
SvnDiffGenerator.displayGitHeaderFields(java.io.OutputStream outputStream,
SvnTarget target,
java.lang.String revision1,
java.lang.String revision2,
SvnDiffCallback.OperationKind operation,
java.lang.String copyFromPath) |
void |
SvnOldDiffGenerator.displayPropsChanged(SvnTarget displayPath,
java.lang.String revision1,
java.lang.String revision2,
boolean dirWasAdded,
SVNProperties originalProps,
SVNProperties propChanges,
java.io.OutputStream outputStream) |
void |
ISvnDiffGenerator.displayPropsChanged(SvnTarget target,
java.lang.String revision1,
java.lang.String revision2,
boolean dirWasAdded,
SVNProperties originalProps,
SVNProperties propChanges,
java.io.OutputStream outputStream) |
void |
SvnDiffGenerator.displayPropsChanged(SvnTarget target,
java.lang.String revision1,
java.lang.String revision2,
boolean dirWasAdded,
SVNProperties originalProps,
SVNProperties propChanges,
java.io.OutputStream outputStream) |
static void |
SvnNgDiffUtil.doArbitraryNodesDiff(SvnTarget target1,
SvnTarget target2,
SVNDepth depth,
SVNWCContext context,
ISvnDiffCallback callback,
ISVNCanceller canceller) |
private void |
SvnNgDiff.doDiff(SvnTarget target1,
SVNRevision revision1,
SVNRevision pegRevision,
SvnTarget target2,
SVNRevision revision2) |
private void |
SvnNgDiffSummarize.doDiff(SvnTarget target1,
SVNRevision revision1,
SvnTarget target2,
SVNRevision revision2,
SVNRevision pegRevision,
SVNDepth depth,
boolean useAncestry,
ISVNDiffStatusHandler handler) |
private void |
SvnNgDiff.doDiffReposRepos(SvnTarget svnTarget1,
SVNRevision revision1,
SVNRevision pegRevision,
SvnTarget svnTarget2,
SVNRevision revision2) |
private void |
SvnNgDiff.doDiffReposWC(SvnTarget target1,
SVNRevision revision1,
SVNRevision pegRevision,
SvnTarget target2,
SVNRevision revision2,
boolean reverse) |
private void |
SvnNgDiffSummarize.doDiffReposWC(SvnTarget target1,
SVNRevision revision1,
SvnTarget target2,
SVNRevision revision2,
SVNRevision pegRevision,
boolean reverse,
SVNDepth depth,
boolean useAncestry,
ISVNDiffStatusHandler handler) |
static void |
SvnNgDiffUtil.doDiffSummarizeReposWC(SvnTarget target1,
SVNRevision revision1,
SVNRevision pegRevision,
SvnTarget target2,
SVNRevision revision2,
boolean reverse,
SvnNgRepositoryAccess repositoryAccess,
SVNWCContext context,
boolean useGitDiffFormat,
SVNDepth depth,
boolean useAncestry,
java.util.Collection<java.lang.String> changelists,
boolean showCopiesAsAdds,
ISvnDiffGenerator generator,
ISVNDiffStatusHandler handler,
ISVNCanceller canceller) |
private void |
SvnNgDiff.doDiffWCWC(SvnTarget target1,
SVNRevision revision1,
SvnTarget target2,
SVNRevision revision2) |
private void |
SvnNgDiffSummarize.doDiffWCWC(SvnTarget target1,
SVNRevision revision1,
SvnTarget target2,
SVNRevision revision2,
SVNDepth depth,
boolean useAncestry,
ISVNDiffStatusHandler handler) |
private java.lang.String |
SvnOldDiffGenerator.getDisplayPath(SvnTarget path) |
private java.lang.String |
SvnDiffGenerator.getDisplayPath(SvnTarget target) |
private java.lang.String |
SvnDiffGenerator.getHeaderFieldsString(SvnTarget target,
java.lang.String displayPath,
java.lang.String label1,
java.lang.String label2,
java.lang.String revision1,
java.lang.String revision2,
SvnDiffCallback.OperationKind operation,
java.lang.String copyFromPath) |
private java.lang.String |
SvnDiffGenerator.getHeaderString(SvnTarget target,
java.lang.String displayPath,
boolean deleted,
boolean added,
SvnDiffCallback.OperationKind operation,
java.lang.String copyFromPath) |
static java.util.Map<java.lang.String,java.util.Map<java.lang.String,SVNMergeRangeList>> |
SvnNgMergeinfoUtil.getMergeInfo(SVNWCContext context,
SvnRepositoryAccess repoAccess,
SvnTarget target,
boolean includeDescendants,
boolean ignoreInvalidMergeInfo,
SVNURL[] root) |
private java.lang.String |
SvnDiffGenerator.getRelativeToRootPath(SvnTarget target,
SvnTarget originalTarget) |
Structure<SvnRepositoryAccess.RevisionsPair> |
SvnNgRepositoryAccess.getRevisionNumber(SVNRepository repository,
SvnTarget path,
SVNRevision revision,
Structure<SvnRepositoryAccess.RevisionsPair> youngestRevision) |
private long |
SvnNgDiff.getRevisionNumber(SVNRevision revision,
SVNRepository repository,
SvnTarget target) |
protected SVNURL |
SvnNgRepositoryAccess.getTargetURL(SvnTarget target) |
Structure<SvnRepositoryAccess.UrlInfo> |
SvnNgRepositoryAccess.getURLFromPath(SvnTarget path,
SVNRevision revision,
SVNRepository repository) |
private void |
SvnDiffGenerator.internalDiff(SvnTarget target,
java.io.OutputStream outputStream,
java.lang.String displayPath,
java.io.File file1,
java.io.File file2,
java.lang.String label1,
java.lang.String label2,
SvnDiffCallback.OperationKind operation,
java.lang.String copyFromPath,
java.lang.String revision1,
java.lang.String revision2) |
private void |
SvnNgMergeReintegrate.merge(SVNWCContext context,
SvnTarget mergeSource,
java.io.File mergeTarget,
boolean dryRun) |
java.util.List<SvnNgMergeDriver.MergeSource> |
SvnNgMergeDriver.normalizeMergeSources(SvnTarget source,
SVNURL sourceURL,
SVNURL sourceRootURL,
SVNRevision pegRevision,
java.util.Collection<SVNRevisionRange> rangesToMerge,
SVNRepository repository) |
void |
SvnNgLogMergeInfo.LogEntryReceiver.receive(SvnTarget target,
SVNLogEntry logEntry) |
void |
SvnNgCleanup.CleanupStatusWalk.receive(SvnTarget target,
SvnStatus status) |
void |
SvnNgDiffUtil.DiffStatusCallback.receive(SvnTarget target,
SvnStatus status) |
void |
SvnDiffStatusReceiver.receive(SvnTarget target,
SvnStatus status) |
void |
SvnNgPatch.CanDeleteBaton.receive(SvnTarget target,
SvnStatus status) |
void |
SvnNgMergeCallback2.VerifyTouchedByDelCheck.receive(SvnTarget target,
SvnStatus status) |
void |
SvnNgGetStatus.receive(SvnTarget target,
SvnStatus object) |
void |
SvnNgCommitUtil.CommitStatusWalker.receive(SvnTarget target,
SvnStatus status) |
void |
SvnOldDiffGenerator.setAnchors(SvnTarget originalTarget1,
SvnTarget originalTarget2) |
void |
ISvnDiffGenerator.setAnchors(SvnTarget anchor1,
SvnTarget anchor2) |
void |
SvnDiffGenerator.setAnchors(SvnTarget originalTarget1,
SvnTarget originalTarget2) |
void |
SvnOldDiffGenerator.setBaseTarget(SvnTarget baseTarget) |
void |
ISvnDiffGenerator.setBaseTarget(SvnTarget baseTarget) |
void |
SvnDiffGenerator.setBaseTarget(SvnTarget baseTarget) |
void |
SvnOldDiffGenerator.setOriginalTargets(SvnTarget originalTarget1,
SvnTarget originalTarget2) |
void |
ISvnDiffGenerator.setOriginalTargets(SvnTarget originalTarget1,
SvnTarget originalTarget2) |
void |
SvnDiffGenerator.setOriginalTargets(SvnTarget originalTarget1,
SvnTarget originalTarget2) |
void |
SvnDiffGenerator.setRelativeToTarget(SvnTarget relativeToTarget) |
void |
SvnOldDiffGenerator.setRepositoryRoot(SvnTarget repositoryRoot) |
void |
ISvnDiffGenerator.setRepositoryRoot(SvnTarget repositoryRoot) |
void |
SvnDiffGenerator.setRepositoryRoot(SvnTarget repositoryRoot) |
Modifier and Type | Method and Description |
---|---|
static SVNURL |
SvnNgLockUtil.collectLockInfo(SvnNgOperationRunner opRunner,
SVNWCContext context,
SvnNgRepositoryAccess wcAccess,
java.util.Collection<SvnTarget> targets,
java.util.Map lockInfo,
java.util.Map lockPaths,
boolean lock,
boolean stealLock) |
private java.util.Map<java.lang.String,SVNPropertyValue> |
SvnNgWcToWcCopy.resolvePinnedExternals(java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin,
SvnNgWcToWcCopy.SvnCopyPair copyPair,
SVNRepository svnRepository,
SVNURL reposRootUrl) |
Modifier and Type | Method and Description |
---|---|
Structure<SvnRepositoryAccess.RepositoryInfo> |
SvnOldRepositoryAccess.createRepositoryFor(SvnTarget target,
SVNRevision revision,
SVNRevision pegRevision,
java.io.File baseDirectory) |
Structure<SvnRepositoryAccess.RevisionsPair> |
SvnOldRepositoryAccess.getRevisionNumber(SVNRepository repository,
SvnTarget path,
SVNRevision revision,
Structure<SvnRepositoryAccess.RevisionsPair> youngestRevision) |
protected SVNURL |
SvnOldRepositoryAccess.getURL(SvnTarget target) |
Structure<SvnRepositoryAccess.UrlInfo> |
SvnOldRepositoryAccess.getURLFromPath(SvnTarget path,
SVNRevision revision,
SVNRepository repository) |
private void |
SvnOldCopy.throwCannotPerformOnUrl(SvnTarget target,
java.lang.String kind,
java.lang.String operation) |
Modifier and Type | Field and Description |
---|---|
private SvnTarget |
SVNClientImpl.PropertiesReceiverProvider.lastTarget |
Modifier and Type | Method and Description |
---|---|
private SvnTarget |
SVNClientImpl.getTarget(java.lang.String path) |
private SvnTarget |
SVNClientImpl.getTarget(java.lang.String path,
Revision revision) |
Modifier and Type | Method and Description |
---|---|
private void |
SVNDiffClient.doDiffStatus(SvnTarget source,
SVNRevision rN,
SVNRevision rM,
SVNDepth depth,
boolean useAncestry,
ISVNDiffStatusHandler handler) |
private void |
SVNDiffClient.doDiffStatus(SvnTarget source1,
SvnTarget source2,
SVNDepth depth,
boolean useAncestry,
ISVNDiffStatusHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
SVNCopyClient.doCopy(SVNCopySource[] sources,
java.io.File dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists,
boolean pinExternals,
java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin) |
SVNCommitInfo |
SVNCopyClient.doCopy(SVNCopySource[] sources,
SVNURL dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists,
java.lang.String commitMessage,
SVNProperties revisionProperties,
boolean pinExternals,
java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin) |
Modifier and Type | Field and Description |
---|---|
private SvnTarget |
SvnMerge.firstSource |
private SvnTarget |
SvnDiff.firstSource |
private SvnTarget |
SvnDiffSummarize.firstSource |
private SvnTarget |
SvnMerge.secondSource |
private SvnTarget |
SvnDiff.secondSource |
private SvnTarget |
SvnDiffSummarize.secondSource |
private SvnTarget |
SvnExport.source |
private SvnTarget |
SvnCheckout.source |
private SvnTarget |
SvnMerge.source |
private SvnTarget |
SvnLogMergeInfo.source |
private SvnTarget |
SvnDiff.source |
private SvnTarget |
SvnDiffSummarize.source |
private SvnTarget |
SvnCopySource.source |
private SvnTarget |
SvnSwitch.switchTarget |
private SvnTarget |
SvnInheritedProperties.target |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<SvnTarget,java.util.List<SVNExternal>> |
SvnRemoteCopy.externalsToPin |
private java.util.Map<SvnTarget,java.util.List<SVNExternal>> |
SvnCopy.externalsToPin |
private java.util.Collection<SvnTarget> |
SvnOperation.targets |
Modifier and Type | Method and Description |
---|---|
static SvnTarget |
SvnTarget.fromFile(java.io.File file)
Creates a target from file
|
static SvnTarget |
SvnTarget.fromFile(java.io.File file,
SVNRevision pegRevision)
Creates a target from file and its peg revision
|
static SvnTarget |
SvnTarget.fromURL(SVNURL url)
Creates a target from URL
|
static SvnTarget |
SvnTarget.fromURL(SVNURL url,
SVNRevision pegRevision)
Creates a target from URL and its peg revision
|
SvnTarget |
SvnMerge.getFirstSource()
Returns first source for merge between two sources.
|
SvnTarget |
SvnDiff.getFirstSource() |
SvnTarget |
SvnDiffSummarize.getFirstSource() |
SvnTarget |
SvnOperation.getFirstTarget()
Returns first target of the operation.
|
SvnTarget |
SvnMerge.getSecondSource()
Returns second source for merge between two sources.
|
SvnTarget |
SvnDiff.getSecondSource() |
SvnTarget |
SvnDiffSummarize.getSecondSource() |
SvnTarget |
SvnExport.getSource()
Returns export's source - working copy path or repository URL.
|
SvnTarget |
SvnCheckout.getSource()
Gets a repository location from where a working copy will be checked out.
|
SvnTarget |
SvnMerge.getSource()
Returns source for merge between revisions and reintegrate merge.
|
SvnTarget |
SvnLogMergeInfo.getSource()
Returns merge source, can represent URL or working copy path.
|
SvnTarget |
SvnDiff.getSource()
Gets the diff's
source with start and end revisions for one-target type of operation. |
SvnTarget |
SvnDiffSummarize.getSource()
Gets the diff's
source with start and end revisions for one-target type of operation. |
SvnTarget |
SvnCopySource.getSource()
Returns the copy source target, can be working copy file or URL with optional
pegRevision . |
SvnTarget |
SvnSwitch.getSwitchTarget()
Returns the repository location as a target against which the item will be switched.
|
SvnTarget |
SvnInheritedProperties.getTarget() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<SvnTarget,java.util.List<SVNExternal>> |
SvnRemoteCopy.getExternalsToPin() |
java.util.Map<SvnTarget,java.util.List<SVNExternal>> |
SvnCopy.getExternalsToPin() |
java.util.Collection<SvnTarget> |
SvnOperation.getTargets()
Returns all targets of the operation.
|
Modifier and Type | Method and Description |
---|---|
void |
SvnOperation.addTarget(SvnTarget target)
Adds one target to the operation's targets.
|
static SvnCopySource |
SvnCopySource.create(SvnTarget source,
SVNRevision revision)
Creates a new
SvnCopySource object and initializes its fields. |
void |
SvnReceivingOperation.receive(SvnTarget target,
T object)
Receives the object, adds it to objects list and calls
client's receiver if exists.
|
void |
ISvnObjectReceiver.receive(SvnTarget target,
T object)
Receives object with is target.
|
void |
SvnOperation.setSingleTarget(SvnTarget target)
Sets one target of the operation.
|
void |
SvnExport.setSource(SvnTarget source)
Sets export's source - working copy path or repository URL.
|
void |
SvnCheckout.setSource(SvnTarget source)
Sets a repository location from where a working copy will be checked out.
|
void |
SvnLogMergeInfo.setSource(SvnTarget source)
Returns merge source, can represent URL or working copy path.
|
private void |
SvnCopySource.setSource(SvnTarget source)
Sets the copy source target, can be working copy file or URL with optional
pegRevision . |
void |
SvnMerge.setSource(SvnTarget source,
boolean reintegrate)
Sets source of the merge with reintegrate flag.
|
void |
SvnDiff.setSource(SvnTarget source,
SVNRevision start,
SVNRevision end)
Sets the diff's
source with start and end revisions for one-source type of operation. |
void |
SvnDiffSummarize.setSource(SvnTarget source,
SVNRevision start,
SVNRevision end)
Sets the diff's
source with start and end revisions for one-source type of operation. |
void |
SvnMerge.setSources(SvnTarget source1,
SvnTarget source2)
Sets first and seconds sources of the merge.
|
void |
SvnDiff.setSources(SvnTarget source1,
SvnTarget source2)
Sets both diff's
sources . |
void |
SvnDiffSummarize.setSources(SvnTarget source1,
SvnTarget source2)
Sets both diff's
sources . |
void |
SvnSwitch.setSwitchTarget(SvnTarget switchTarget)
Sets the repository location as a target against which the item will be switched.
|
void |
SvnInheritedProperties.setTarget(SvnTarget target) |
Modifier and Type | Method and Description |
---|---|
void |
SvnRemoteCopy.setExternalsToPin(java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin) |
void |
SvnCopy.setExternalsToPin(java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin) |
Constructor and Description |
---|
SvnCopySource(SvnTarget source,
SVNRevision revision) |