Package org.tmatesoft.svn.core
package org.tmatesoft.svn.core
This package mostly contains common classes as well as interfaces used throughout all the library. These include exception classes, data wrappers, several interfaces and classes which are involved by most of other library packages.
-
ClassDescriptionThe ISVNCanceller interface is used in
SVNKit
for cancelling operations.The ISVNDirEntryHandler interface is used to handle information about directory entries while retrieving dir contents.The ISVNLogEntryHandler interface should be implemented in order to handle per revision commit information (in a kind of a revisions history operation)- log entries (represented by SVNLogEntry objects).The SVNAnnotationGenerator class is used to annotate files - that is to place author and revision information in-line for the specified file.The SVNAuthenticationCancelkedException is used to signal on authentication being cancelled by the user.An exception class that is used to signal about the fact that errors occured exactly during an authentication try.The SVNCancelException is used to signal about an operation cancel event.The SVNCommitInfo class represents information about a committed revision.This class contains enumeration that describes depth, that is used.The SVNDirEntry class is a representation of a versioned directory entry.The SVNErrorCode class represents possible predefined kinds of errors with their own identifying information.The SVNErrorMessage class represents error and warning messages describing reasons of exceptions occurred during runtime.A main exception class that is used in the SVNKit library.The SVNLock class represents a file lock.The SVNLogEntry class encapsulates such per revision information as: a revision number, the datestamp when the revision was committed, the author of the revision, a commit log message and all paths changed in that revision.The SVNLogEntryPath class encapsulates information about a single item changed in a revision.TheSVNMergeInfo
represents information about merges to a certain repository path.This class contains enumeration that describes the ways of requesting merge information.The SVNMergeRange class represents a range of merged revisions.The SVNMergeRangeList represents an array of merge ranges applied to a single target.The SVNNodeKind class is used to describe the kind of a directory entry (node, in other words).The SVNProperties class represents an object wrapper forString
toSVNPropertyValue
mappings whereString
keys represent property names and values - property values wrapped inSVNPropertyValue
objects.The SVNProperty class is a representation class for both versioned properties (user-managed svn specials) and for metaproperties (untweakable) supported by Subversion.The SVNPropertyValue represents an object wrapper for string and binary version controlled properties providing a set of specific methods to work with them.The SVNRevisionProperty class represents revision properties - those unversioned properties supported by Subversion.The SVNURL class is used for representing urls.