Class Summary |
AbstractXMLHandler |
AbstractXMLLogger is a basic XML formatter for all
XML handler classes which are provided in this package. |
BasicAuthenticationManager |
The BasicAuthenticationManager is a simple implementation of
ISVNAuthenticationManager for storing and providing credentials without
using auth providers. |
DefaultSVNCommitHandler |
This is a default implementation for ISVNCommitHandler.
|
DefaultSVNCommitParameters |
DefaultSVNCommitParameters is the default commit parameters
implementation.
|
DefaultSVNDiffGenerator |
DefaultSVNDiffGenerator is a default implementation of
ISVNDiffGenerator.
|
DefaultSVNRepositoryPool |
The DefaultSVNRepositoryPool class is a default implementation of
the ISVNRepositoryPool interface.
|
ISVNAddParameters | |
ISVNAddParameters.Action |
This class is simply used to define an action add
operation should undertake in case of a inconsistent EOLs.
|
ISVNAdminEventHandler |
The ISVNAdminEventHandler is used in several methods of SVNAdminClient
to notify callers of operation progress.
|
ISVNAnnotateHandler |
The ISVNAnnotateHandler interface should be implemented to be further
provided to SVNLogClient's doAnnotate() methods for processing
annotation information per each text line.
|
ISVNAuthenticationManager |
The ISVNAuthenticationManager is implemented by manager
classes used by SVNRepository drivers for user authentication purposes.
|
ISVNAuthenticationProvider |
The ISVNAuthenticationProvider interface is implemented by user
credentials providers. |
ISVNAuthenticationStorage |
The ISVNAuthenticationStorage interface is used to implement custom
runtime authentication storage managers, that are responsible for caching
user credentials as well as for retrieving cached credentials from the
storage of a preferable type (it may be an in-memory cache, or a disk cache).
|
ISVNCanceller | |
ISVNChangedDirectoriesHandler |
The ISVNChangedDirectoriesHandler is used to process changed
directory paths.
|
ISVNChangeEntryHandler |
The ISVNChangeEntryHandler is the interface for handling changed paths
in SVNLookClient's doGetChanged() methods.
|
ISVNCommitHandler |
The ISVNCommitHandler should be implemented to
provide an ability to manage commit log messages for items to be committed in
a common transaction.
|
ISVNCommitParameters |
The ISVNCommitParameters is the interface for parameters
which set behaviour for a commit operation that touches
still versioned files or dirs that are somehow missing.
|
ISVNCommitParameters.Action |
This class is simply used to define an action a commit
operation should undertake in case of a missing file/directory.
|
ISVNConnectionListener | |
ISVNDeltaConsumer |
The ISVNDeltaConsumer interface is implemented by receivers
of diff windows. |
ISVNDiffGenerator |
The ISVNDiffGenerator should be implemented by drivers generating
contents difference between files in order to be used in 'diff' operations
performed by SVNDiffClient.
|
ISVNDiffStatusHandler |
The ISVNDiffStatusHandler is used to handle diff status operations supported by
the SVNDiffClient.
|
ISVNDirEntryHandler |
The ISVNDirEntryHandler interface is used to handle information
about directory entries while retrieving dir contents.
|
ISVNEditor |
The ISVNEditor interface is used by SVNRepository to
update versioned files/dirs, check out files/dirs from a repository,
commit changes to a repository, take status of files/dirs,
get differences between files.
|
ISVNEventHandler |
The ISVNEventHandler interface should be implemented in
order to be further provided to an SVN*Client
object as a handler of a sequence of events generated by
SVN*Client's do*() methods.
|
ISVNFileRevisionHandler |
The ISVNFileRevisionHandler interface should be implemented for handling
information about file revisions - that is file path, properties, revision properties
against a particular revision.
|
ISVNGNUDiffGenerator |
The ISVNGNUDiffGenerator is the interface for diff generators used
in diff operations of SVNLookClient.
|
ISVNHistoryHandler |
The ISVNHistoryHandler is used in history retrieving
operations of SVNLookClient.
|
ISVNInfoHandler |
The ISVNInfoHandler interface should be implemented in order to
be further provided to some of SVNWCClient's doInfo() methods
to process information about Working Copy as well as remote (located in a
repository) items.
|
ISVNLocationEntryHandler |
This public interface should be implemented for using within
(String, long, long[], ISVNLocationEntryHandler)
SVNRepository.getLocations(String, long, long[], ISVNLocationEntryHandler) . |
ISVNLockHandler |
The ISVNLockHandler interface is used to provide some extra
processing of locked/unlocked paths.
|
ISVNLogEntryHandler |
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).
|
ISVNMerger |
ISVNMerger is the merger driver interface used by SVNKit in
merging operations.
|
ISVNMergerFactory |
The ISVNMergerFactory interface should be implemented in
order to be used as a factory of merger drivers intended for
merging operations.
|
ISVNOptions |
The ISVNOptions interface should be implemented to manage
global run-time configuration options.
|
ISVNPropertyHandler |
The ISVNPropertyHandler interface should be implemented
to be further provided to SVNWCClient's property managing
methods for handling properties. |
ISVNProxyManager |
The ISVNProxyManager interface is used to manage http server
options.
|
ISVNReplicationHandler |
The ISVNReplicationHandler is the interface for the handlers
which are registered to a repository replicator to keep track of the
replicating process.
|
ISVNReporter |
The ISVNReporter interface provides methods to describe
the state of local paths in order to get the differences in revisions
between those local paths and what is actually in the repository.
|
ISVNReporterBaton |
The ISVNReporterBaton interface should be implemented by callers
of update, checkout, etc. operations of SVNRepository drivers in order
to describe the state of local items.
|
ISVNRepositoryPool |
The ISVNRepositoryPool interface is used by
SVN*Client objects to create a low-level SVN protocol
driver that allows them to directly work with a repository.
|
ISVNSession |
The ISVNSession interface provides some extra handling operations over
SVNRepository objects.
|
ISVNSSLManager |
The ISVNSSLManager interface is intended for
creating secure SSL contexts over sockets used for data i/o.
|
ISVNStatusHandler |
The ISVNStatusHandler interface should be implemented in order to
be further provided to some of SVNStatusClient's doStatus() methods
to handle status information of Working Copy items.
|
ISVNTreeHandler |
The ISVNTreeHandler is used in traversing tree
operations of SVNLookClient.
|
ISVNTunnelProvider |
The ISVNTunnelProvider is the interface for
providers of tunnel command lines matching a specific
"svn+xxx" tunnel scheme.
|
ISVNWorkspaceMediator |
The ISVNWorkspaceMediator interface is used for temporary
data storage (mainly instructions and new text data for deltas) as well
as for caching and getting some kind of wcprops.
|
JavaHLAuthenticationStorage | |
PromptUserPassword4 | |
PromptUserPasswordSSH | |
PromptUserPasswordSSL | |
PromptUserPasswordUser | |
SVNAdminClient |
The SVNAdminClient class provides methods that brings repository-side functionality
and repository synchronizing features.
|
SVNAdminEvent |
The SVNAdminEvent is a type of an event used to notify callers' handlers
in several methods of SVNAdminClient.
|
SVNAdminEventAction |
The SVNAdminEventAction is an enumeration of possible actions that
may take place in different methods of SVNAdminClient.
|
SVNAdminEventAdapter | |
SVNAdminPath |
The SVNAdminPath is used to pass path information
to ISVNHistoryHandler and ISVNTreeHandler
|
SVNAnnotationGenerator |
The SVNAnnotationGenerator class is used to annotate files - that is
to place author and revision information in-line for the specified
file.
|
SVNAuthentication |
The SVNAuthentication is the base class that represents user
credentials. |
SVNAuthenticationException |
An exception class that is used to signal about the fact that errors
occured exactly during an authentication try. |
SVNBasicClient |
The SVNBasicClient is the base class of all
SVN*Client classes that provides a common interface
and realization.
|
SVNBasicClient.RepositoryReference | |
SVNBasicClient.SVNRepositoryLocation | |
SVNCancelException |
The SVNCancelException is used to signal about an operation
cancel event.
|
SVNChangeEntry |
SVNChangeEntry objects are used to pass path change information to clients.
|
SVNClientImpl | |
SVNClientImplTracker | |
SVNClientImpl.LogLevel | |
SVNClientManager |
The SVNClientManager class is used to manage SVN*Client
objects as well as for providing them to a user what makes the user's work
easier and his code - pretty clear and flexible.
|
SVNCommitClient |
The SVNCommitClient class provides methods to perform operations that relate to
committing changes to an SVN repository. |
SVNCommitInfo |
The SVNCommitInfo class represents information about a committed
revision. |
SVNCommitItem |
The SVNCommitItem represents a versioned item that is
to be committed to a repository.
|
SVNCommitPacket |
The SVNCommitPacket is a storage for SVNCommitItem
objects which represent information on versioned items intended
for being committed to a repository.
|
SVNCopyClient |
The SVNCopyClient provides methods to perform any kinds of copying and moving that SVN
supports - operating on both Working Copies (WC) and URLs.
|
SVNDeltaGenerator |
The SVNDeltaGenerator is intended for generating diff windows of
fixed size having a target version of a file against a source one.
|
SVNDeltaProcessor |
The SVNDeltaProcessor is used to get a full text of a file
in series applying diff windows being passed to a processor.
|
SVNDiffClient |
The SVNDiffClient class provides methods allowing to get differences
between versioned items ('diff' operation) as well as ones intended for
merging file contents.
|
SVNDiffInstruction |
The SVNDiffInstruction class represents instructions used as delta
applying rules.
|
SVNDiffOptions |
The SVNDiffOptions class is used to contain some rules for controlling the
result of comparing two files. |
SVNDiffStatus |
The SVNDiffStatus class is used to provide short information on path changes
during diff status operations.
|
SVNDiffWindow |
The SVNDiffWindow class represents a diff window that
contains instructions and new data of a delta to apply to a file.
|
SVNDiffWindowApplyBaton |
The SVNDiffWindowApplyBaton class is used to provide the source
and target streams during applying diff windows. |
SVNDirEntry |
The SVNDirEntry class is a representation of a versioned
directory entry.
|
SVNErrorCode |
The SVNErrorCode class represents possible predefined kinds
of errors with their own identifying information. |
SVNErrorMessage |
The SVNErrorMessage class represents error and warning messages describing
reasons of exceptions occurred during runtime. |
SVNEvent |
The SVNEvent class is used to provide detailed information on
an operation progress to the ISVNEventHandler (if any) registered
for an SVN*Client object. |
SVNEventAction |
The SVNEventAction class is used to describe an action
which generated an SVNEvent object.
|
SVNEventAdapter | |
SVNException |
A main exception class that is used in the SVNKit library. |
SVNFileRevision |
The SVNFileRevision class represents information on what path a file
is located at (in a repository) in a particular revision, contains file properties
and revision properties for that revision.
|
SVNInfo |
The SVNInfo class is a wrapper for versioned item's (located either
in a Working Copy or a repository) information details. |
SVNLocationEntry |
The SVNLocationEntry represents a mapping of a path to its
revision. |
SVNLock |
The SVNLock class represents a file lock. |
SVNLogClient |
The SVNLogClient class is intended for such purposes as getting
revisions history, browsing repository entries and annotating file contents.
|
SVNLogEntry |
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 |
The SVNLogEntryPath class encapsulates information about a single
item changed in a revision. |
SVNLookClient |
The SVNLookClient class provides API for examining
different aspects of a Subversion repository. |
SVNMoveClient |
The SVNMoveClient provides an extra client-side functionality over
standard (i.e. compatible with the SVN command line client) move
operations. |
SVNNodeKind |
The SVNNodeKind class is used to describe the kind of a
directory entry (node, in other words). |
SVNPasswordAuthentication |
The SVNPasswordAuthentication class represents a simple
user credential pair - a username and password.
|
SVNProperty |
The SVNProperty class is a representation class for both versioned
properties (user-managed svn specials) and for metaproperties (untweakable)
supported by Subversion. |
SVNPropertyData |
SVNPropertyData is a wrapper for both versioned and unversioned
properties. |
SVNReplicationEditor |
The SVNReplicationEditor is an editor implementation used by a
repository replicator as a bridge between an update editor for the source
repository and a commit editor of the target one. |
SVNRepository |
The abstract class SVNRepository provides an interface for protocol
specific drivers used for direct working with a Subversion repository.
|
SVNRepositoryFactory |
SVNRepositoryFactory is an abstract factory that is responsible
for creating an appropriate SVNRepository driver specific for the
protocol to use.
|
SVNRepositoryReplicator |
The SVNRepositoryReplicator class provides an ability to
make a copy of an existing repository. |
SVNRevision |
SVNRevision is a revision wrapper used for an abstract representation
of revision information.
|
SVNRevisionProperty |
The SVNRevisionProperty class represents revision properties - those
unversioned properties supported by Subversion.
|
SVNSSHAuthentication |
The SVNSSHAuthentication class represents a kind of credentials used
to authenticate a user over an SSH tunnel.
|
SVNSSLAuthentication |
The SVNSSLAuthentication class represents user's credentials used
to authenticate a user in secure connections. |
SVNStatus |
The SVNStatus class is used to provide detailed status information for
a Working Copy item as a result of a status operation invoked by a
doStatus() method of SVNStatusClient. |
SVNStatusClient |
The SVNStatusClient class provides methods for obtaining information on the
status of Working Copy items.
|
SVNStatusType |
SVNStatusType provides information about versioned items'
status type. |
SVNUpdateClient |
This class provides methods which allow to check out, update, switch and relocate a
Working Copy as well as export an unversioned directory or file from a repository.
|
SVNURL |
The SVNURL class is used for representing urls. |
SVNUserNameAuthentication |
The SVNUserNameAuthentication class represents a simple
authentication credential class that uses only a username to
authenticate a user. |
SVNUUIDAction |
The SVNUUIDAction class is an enumeration of possible actions
that SVNAdminClient can perform with uuids when loading a dumpstream.
|
SVNWCClient |
The SVNWCClient class combines a number of version control
operations mainly intended for local work with Working Copy items. |
SVNWCUtil |
The SVNWCUtil is a utility class providing some common methods used
by Working Copy API classes for such purposes as creating default run-time
configuration and authentication drivers and some others.
|
SVNXMLAnnotateHandler |
This is an implementation of the ISVNAnnotateHandler interface
that writes XML formatted annotation information to a specified
ContentHandler.
|
SVNXMLDirEntryHandler |
This is an implementation of the ISVNStatusHandler interface
that writes XML formatted status information to a specified
ContentHandler.
|
SVNXMLInfoHandler | |
SVNXMLLogHandler |
This log handler implementation writes xml formatted information
about the log entries it's passed to a specified ContentHandler.
|
SVNXMLSerializer |
This implementation of ContentHandler can write XML contents to
a specified output stream or writer.
|
SVNXMLStatusHandler |
This is an implementation of the ISVNStatusHandler interface
that writes XML formatted status information to a specified
ContentHandler.
|
Copyright © 2004-2007 TMate Software Ltd. All Rights Reserved.