Uses of Package
org.tmatesoft.svn.core.wc2
-
Packages that use org.tmatesoft.svn.core.wc2 Package Description org.tmatesoft.svn.cli.svn org.tmatesoft.svn.core.internal.db org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc17.db org.tmatesoft.svn.core.internal.wc2 org.tmatesoft.svn.core.internal.wc2.admin org.tmatesoft.svn.core.internal.wc2.compat org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.internal.wc2.old org.tmatesoft.svn.core.internal.wc2.remote org.tmatesoft.svn.core.io This package provides a low-level API for direct interacting with a Subversion repository on the SVN protocol level.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.wc.admin This package provides API for administrative managing Subversion repositories on a local machine.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.org.tmatesoft.svn.core.wc2.hooks NEW: this package contains callback interfaces for the new WC2 API. -
Classes in org.tmatesoft.svn.core.wc2 used by org.tmatesoft.svn.cli.svn Class Description SvnInheritedProperties SvnTarget Represents target of the operation on whose operation will be executed. -
Classes in org.tmatesoft.svn.core.wc2 used by org.tmatesoft.svn.core.internal.db Class Description SvnChecksum Represents a checksum for SVN files. -
Classes in org.tmatesoft.svn.core.wc2 used by org.tmatesoft.svn.core.internal.wc Class Description SvnTarget Represents target of the operation on whose operation will be executed. -
Classes in org.tmatesoft.svn.core.wc2 used by org.tmatesoft.svn.core.internal.wc16 Class Description SvnTarget Represents target of the operation on whose operation will be executed. -
Classes in org.tmatesoft.svn.core.wc2 used by org.tmatesoft.svn.core.internal.wc17 Class Description ISvnMerger Merge driver interface used bySVNKit
in merging operations.ISvnObjectReceiver This interface describes the operation that can receive object(s).SvnChecksum Represents a checksum for SVN files.SvnCommitItem Provides information about a committed revision.SvnMergeResult Represents a result of a text or properties merge operation.SvnOperation Base class for all Svn* operations.SvnStatus Provides detailed status information for a working copy item as a result of a status operation invoked by aSvnGetStatus
operation.SvnTarget Represents target of the operation on whose operation will be executed. -
Classes in org.tmatesoft.svn.core.wc2 used by org.tmatesoft.svn.core.internal.wc17.db Class Description ISvnObjectReceiver This interface describes the operation that can receive object(s).SvnChecksum Represents a checksum for SVN files. -
Classes in org.tmatesoft.svn.core.wc2 used by org.tmatesoft.svn.core.internal.wc2 Class Description ISvnOperationOptionsProvider Implementing this interface allows to handle the operation options: event handler, canceler, options, pool of repositories and authentication manager.ISvnOperationRunner This interface describes Svn* operation runner.SvnCommit Represents commit operation.SvnCommitPacket Represents storage forSvnCommitItem
objects which represent information on versioned items intended for being committed to a repository.SvnCopySource Provides copy source information in copy operations.SvnOperation Base class for all Svn* operations.SvnTarget Represents target of the operation on whose operation will be executed. -
Classes in org.tmatesoft.svn.core.wc2 used by org.tmatesoft.svn.core.internal.wc2.admin Class Description ISvnOperationRunner This interface describes Svn* operation runner.SvnOperation Base class for all Svn* operations. -
Classes in org.tmatesoft.svn.core.wc2 used by org.tmatesoft.svn.core.internal.wc2.compat Class Description ISvnAddParameters Represents callback that invokes when inconsistent EOLs are found in text files being scheduled for addition.ISvnCommitParameters Interface describes the parameters defining behavior for the commit operation that touches still versioned files or directories that are somehow missing.ISvnObjectReceiver This interface describes the operation that can receive object(s).SvnAnnotateItem Provides information for annotate item inSvnAnnotate
operation.SvnCommit Represents commit operation.SvnCommitItem Provides information about a committed revision.SvnCommitPacket Represents storage forSvnCommitItem
objects which represent information on versioned items intended for being committed to a repository.SvnCopySource Provides copy source information in copy operations.SvnDiffStatus Represents short information on path changes inSvnDiffSummarize
operation.SvnInfo Represents information details for versioned item's (located either in a working copy or a repository).SvnRevisionRange Represents a revision range between the start revision and the end revision.SvnStatus Provides detailed status information for a working copy item as a result of a status operation invoked by aSvnGetStatus
operation. -
Classes in org.tmatesoft.svn.core.wc2 used by org.tmatesoft.svn.core.internal.wc2.ng Class Description AbstractSvnUpdate Provides methods allowing to check out, update, switch and relocate a working copy as well as export an unversioned directory or file from a repository.ISvnAddParameters Represents callback that invokes when inconsistent EOLs are found in text files being scheduled for addition.ISvnCommitParameters Interface describes the parameters defining behavior for the commit operation that touches still versioned files or directories that are somehow missing.ISvnObjectReceiver This interface describes the operation that can receive object(s).ISvnOperationOptionsProvider Implementing this interface allows to handle the operation options: event handler, canceler, options, pool of repositories and authentication manager.ISvnOperationRunner This interface describes Svn* operation runner.SvnCheckout Represents checkout operation.SvnChecksum Represents a checksum for SVN files.SvnCleanup Represents cleanup operation.SvnCommit Represents commit operation.SvnCommitItem Provides information about a committed revision.SvnCommitPacket Represents storage forSvnCommitItem
objects which represent information on versioned items intended for being committed to a repository.SvnCopy Represents copy operation.SvnCopySource Provides copy source information in copy operations.SvnDiff Represents diff operation.SvnDiffStatus Represents short information on path changes inSvnDiffSummarize
operation.SvnDiffSummarize 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
.SvnGetMergeInfo Returns mergeinfo as aMap
with merge source URLs (asSVNURL
) mapped to range lists (SVNMergeRangeList
).SvnGetProperties Represents proplist operation.SvnInfo Represents information details for versioned item's (located either in a working copy or a repository).SvnLogMergeInfo Creates aSVNLogEntry
object with the revisions merged frommergeSource
(as ofmergeSource
'spegRevision
) intotarget
(as oftarget
'spegRevision
).SvnMerge Represents merge operation.SvnOperation Base class for all Svn* operations.SvnOperationFactory Represents factory for the Svn* operations.SvnRemoteCopy Represents copy to repository operation.SvnSchedule Describe the kind of schedule.SvnSetProperty Represents set property operation.SvnStatus Provides detailed status information for a working copy item as a result of a status operation invoked by aSvnGetStatus
operation.SvnStatusSummary Represents status summary information for local working copy item, including all its children.SvnSuggestMergeSources Returns a collection of potential merge sources (expressed as full repositoryURLs
) for working copytarget
attarget
'spegRevision
.SvnTarget Represents target of the operation on whose operation will be executed. -
Classes in org.tmatesoft.svn.core.wc2 used by org.tmatesoft.svn.core.internal.wc2.old Class Description ISvnOperationOptionsProvider Implementing this interface allows to handle the operation options: event handler, canceler, options, pool of repositories and authentication manager.ISvnOperationRunner This interface describes Svn* operation runner.SvnAnnotateItem Provides information for annotate item inSvnAnnotate
operation.SvnCheckout Represents checkout operation.SvnChecksum Represents a checksum for SVN files.SvnCommit Represents commit operation.SvnCommitPacket Represents storage forSvnCommitItem
objects which represent information on versioned items intended for being committed to a repository.SvnCopySource Provides copy source information in copy operations.SvnDiff Represents diff operation.SvnGetMergeInfo Returns mergeinfo as aMap
with merge source URLs (asSVNURL
) mapped to range lists (SVNMergeRangeList
).SvnGetProperties Represents proplist operation.SvnImport Imports file or directorysource
into repository directory defined in operation'starget
at HEAD revision.SvnInfo Represents information details for versioned item's (located either in a working copy or a repository).SvnLogMergeInfo Creates aSVNLogEntry
object with the revisions merged frommergeSource
(as ofmergeSource
'spegRevision
) intotarget
(as oftarget
'spegRevision
).SvnOperation Base class for all Svn* operations.SvnRemoteCopy Represents copy to repository operation.SvnSetProperty Represents set property operation.SvnStatus Provides detailed status information for a working copy item as a result of a status operation invoked by aSvnGetStatus
operation.SvnStatusSummary Represents status summary information for local working copy item, including all its children.SvnSuggestMergeSources Returns a collection of potential merge sources (expressed as full repositoryURLs
) for working copytarget
attarget
'spegRevision
.SvnTarget Represents target of the operation on whose operation will be executed. -
Classes in org.tmatesoft.svn.core.wc2 used by org.tmatesoft.svn.core.internal.wc2.remote Class Description ISvnObjectReceiver This interface describes the operation that can receive object(s).ISvnOperationRunner This interface describes Svn* operation runner.SvnAnnotate Represents annotate operation.SvnAnnotateItem Provides information for annotate item inSvnAnnotate
operation.SvnCat Represents cat operation.SvnDiff Represents diff operation.SvnExport Represents export operation.SvnGetInfo Represents info command.SvnGetProperties Represents proplist operation.SvnInfo Represents information details for versioned item's (located either in a working copy or a repository).SvnList Represents list operation.SvnRemoteCopy Represents copy to repository operation.SvnRemoteSetProperty SetspropertyName
topropertyValue
on eachtargets
.SvnSetLock Represents operation for locking files.SvnSetProperty Represents set property operation.SvnUnlock Represents operation for unlocking files. -
Classes in org.tmatesoft.svn.core.wc2 used by org.tmatesoft.svn.core.io Class Description SvnChecksum Represents a checksum for SVN files. -
Classes in org.tmatesoft.svn.core.wc2 used by org.tmatesoft.svn.core.javahl17 Class Description ISvnObjectReceiver This interface describes the operation that can receive object(s).SvnAnnotateItem Provides information for annotate item inSvnAnnotate
operation.SvnChecksum Represents a checksum for SVN files.SvnChecksum.Kind Describes the kind of used hash algorithm for computing the checksum.SvnCommitItem Provides information about a committed revision.SvnCopySource Provides copy source information in copy operations.SvnDiffStatus Represents short information on path changes inSvnDiffSummarize
operation.SvnInfo Represents information details for versioned item's (located either in a working copy or a repository).SvnInheritedProperties SvnOperationFactory Represents factory for the Svn* operations.SvnRevisionRange Represents a revision range between the start revision and the end revision.SvnSchedule Describe the kind of schedule.SvnStatus Provides detailed status information for a working copy item as a result of a status operation invoked by aSvnGetStatus
operation.SvnTarget Represents target of the operation on whose operation will be executed. -
Classes in org.tmatesoft.svn.core.wc2 used by org.tmatesoft.svn.core.wc Class Description SvnOperationFactory Represents factory for the Svn* operations.SvnTarget Represents target of the operation on whose operation will be executed. -
Classes in org.tmatesoft.svn.core.wc2 used by org.tmatesoft.svn.core.wc.admin Class Description SvnOperationFactory Represents factory for the Svn* operations. -
Classes in org.tmatesoft.svn.core.wc2 used by org.tmatesoft.svn.core.wc2 Class Description AbstractSvnCommit Base class for operations that change repository.AbstractSvnUpdate Provides methods allowing to check out, update, switch and relocate a working copy as well as export an unversioned directory or file from a repository.ISvnAddParameters Represents callback that invokes when inconsistent EOLs are found in text files being scheduled for addition.ISvnAddParameters.Action Describes an action add operation should undertake in case of a inconsistent EOLs.ISvnCommitParameters Interface describes the parameters defining behavior for the commit operation that touches still versioned files or directories that are somehow missing.ISvnCommitParameters.Action Describes an instruction that operation should take if it meets unversioned or missing item.ISvnMerger Merge driver interface used bySVNKit
in merging operations.ISvnObjectReceiver This interface describes the operation that can receive object(s).ISvnOperationHandler ISvnOperationOptionsProvider Implementing this interface allows to handle the operation options: event handler, canceler, options, pool of repositories and authentication manager.ISvnOperationRunner This interface describes Svn* operation runner.SvnAnnotate Represents annotate operation.SvnCanonicalizeUrls Canonicalizes all urls in the working copytarget
.SvnCat Represents cat operation.SvnCheckout Represents checkout operation.SvnChecksum Represents a checksum for SVN files.SvnChecksum.Kind Describes the kind of used hash algorithm for computing the checksum.SvnCleanup Represents cleanup operation.SvnCommit Represents commit operation.SvnCommitItem Provides information about a committed revision.SvnCommitPacket Represents storage forSvnCommitItem
objects which represent information on versioned items intended for being committed to a repository.SvnCopy Represents copy operation.SvnCopySource Provides copy source information in copy operations.SvnDiff Represents diff operation.SvnDiffSummarize 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
.SvnExport Represents export operation.SvnFileKind Describe the kind of item.SvnGetChangelistPaths Gets paths belonging to the specifiedchangelists
discovered under the specifiedtargets
.SvnGetInfo Represents info command.SvnGetMergeInfo Returns mergeinfo as aMap
with merge source URLs (asSVNURL
) mapped to range lists (SVNMergeRangeList
).SvnGetProperties Represents proplist operation.SvnGetStatus Represents status operation.SvnGetStatusSummary Represents status operation as local working copy summary status fortarget
and all its children.SvnImport Imports file or directorysource
into repository directory defined in operation'starget
at HEAD revision.SvnInheritedProperties SvnList Represents list operation.SvnLog Represents log operation.SvnLogMergeInfo Creates aSVNLogEntry
object with the revisions merged frommergeSource
(as ofmergeSource
'spegRevision
) intotarget
(as oftarget
'spegRevision
).SvnMarkReplaced Schedulestarget
as being replaced.SvnMerge Represents merge operation.SvnMergeResult Represents a result of a text or properties merge operation.SvnObject Base class for all Svn* classes representing some kind of information.SvnOperation Base class for all Svn* operations.SvnOperationFactory Represents factory for the Svn* operations.SvnPatch SvnReceivingOperation Represents base class for all operations that can fetch object(s) for custom processing.SvnRelocate Represents relocate operation.SvnRemoteCopy Represents copy to repository operation.SvnRemoteDelete Represents delete operation.SvnRemoteMkDir Creates directory(ies) in a repository.SvnRemoteSetProperty SetspropertyName
topropertyValue
on eachtargets
.SvnResolve Represents resolve operation.SvnRevert Represents revert operation.SvnRevisionRange Represents a revision range between the start revision and the end revision.SvnSchedule Describe the kind of schedule.SvnScheduleForAddition Represents add operation.SvnScheduleForRemoval Represents remove operation.SvnSetChangelist Represents set changelist operation.SvnSetLock Represents operation for locking files.SvnSetProperty Represents set property operation.SvnSetWCDbVersion SvnSuggestMergeSources Returns a collection of potential merge sources (expressed as full repositoryURLs
) for working copytarget
attarget
'spegRevision
.SvnSwitch Represents switch operation.SvnTarget Represents target of the operation on whose operation will be executed.SvnUnlock Represents operation for unlocking files.SvnUpdate Represents update operation.SvnUpgrade Represents operation for upgrading the metadata storage format for a working copy.SvnWorkingCopyInfo Provides information about working copy info, used bySvnInfo
. -
Classes in org.tmatesoft.svn.core.wc2 used by org.tmatesoft.svn.core.wc2.admin Class Description ISvnObjectReceiver This interface describes the operation that can receive object(s).ISvnOperationOptionsProvider Implementing this interface allows to handle the operation options: event handler, canceler, options, pool of repositories and authentication manager.SvnOperation Base class for all Svn* operations.SvnOperationFactory Represents factory for the Svn* operations.SvnReceivingOperation Represents base class for all operations that can fetch object(s) for custom processing. -
Classes in org.tmatesoft.svn.core.wc2 used by org.tmatesoft.svn.core.wc2.hooks Class Description SvnCommitItem Provides information about a committed revision.