org.tmatesoft.svn.core |
package org.tmatesoft.svn.core.io
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.
|
Java Source File Name | Type | Comment |
ISVNCanceller.java | Interface | |
ISVNDirEntryHandler.java | Interface | The ISVNDirEntryHandler interface is used to handle information
about directory entries while retrieving dir contents. |
ISVNLogEntryHandler.java | Interface | 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). |
SVNAnnotationGenerator.java | Class | The SVNAnnotationGenerator class is used to annotate files - that is
to place author and revision information in-line for the specified
file.
Since SVNAnnotationGenerator implements ISVNFileRevisionHandler,
it is merely passed to a
org.tmatesoft.svn.core.io.SVNRepository.getFileRevisions(StringlonglongISVNFileRevisionHandler) getFileRevisions()
method of SVNRepository. |
SVNAuthenticationException.java | Class | An exception class that is used to signal about the fact that errors
occured exactly during an authentication try. |
SVNCancelException.java | Class | The SVNCancelException is used to signal about an operation
cancel event. |
SVNCommitInfo.java | Class | The SVNCommitInfo class represents information about a committed
revision. |
SVNDirEntry.java | Class | The SVNDirEntry class is a representation of a versioned
directory entry.
SVNDirEntry keeps an entry name, entry kind (is it a file or directory),
file size (in case an entry is a file), the last changed revision, the date when
the entry was last changed, the name of the author who last changed the entry, the
commit log message for the last changed revision. |
SVNErrorCode.java | Class | The SVNErrorCode class represents possible predefined kinds
of errors with their own identifying information. |
SVNErrorMessage.java | Class | The SVNErrorMessage class represents error and warning messages describing
reasons of exceptions occurred during runtime. |
SVNException.java | Class | A main exception class that is used in the SVNKit library. |
SVNKitLog.java | Class | |
SVNKitPlugin.java | Class | The main plugin class to be used in the desktop. |
SVNLock.java | Class | The SVNLock class represents a file lock. |
SVNLogEntry.java | Class | 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. |
SVNLogEntryPath.java | Class | The SVNLogEntryPath class encapsulates information about a single
item changed in a revision. |
SVNNodeKind.java | Class | The SVNNodeKind class is used to describe the kind of a
directory entry (node, in other words). |
SVNProperty.java | Class | The SVNProperty class is a representation class for both versioned
properties (user-managed svn specials) and for metaproperties (untweakable)
supported by Subversion. |
SVNRevisionProperty.java | Class | The SVNRevisionProperty class represents revision properties - those
unversioned properties supported by Subversion.
Revision properties are unversioned, so there is always a risk to
lose information when modifying revision property values. |
SVNURL.java | Class | The SVNURL class is used for representing urls. |