Uses of Package
org.tmatesoft.svn.core.io
Packages that use org.tmatesoft.svn.core.io
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
This package mostly contains common classes as well as interfaces used
throughout all the library.
This package contains interfaces/classes used by the library to
authenticate a user to a repository server.
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
This package contains the classes necessary for such purposes as: generating
delta windows upon comparing target bytes against source ones (also may be
vs.
This package provides classes that allow to replicate existing
repositories.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
This package provides API for administrative managing Subversion repositories on a local machine.
-
Classes in org.tmatesoft.svn.core.io used by org.tigris.subversion.javahlClassDescriptionThe SVNLocationEntry represents a mapping of a path to its revision.
-
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.cli.svnadminClassDescriptionThe ISVNLockHandler interface is used to provide some extra processing of locked/unlocked paths.The abstract class SVNRepository provides an interface for protocol specific drivers used for direct working with a Subversion repository.
-
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.coreClassDescriptionThe ISVNDeltaConsumer interface is implemented by receivers of diff windows.The ISVNFileRevisionHandler interface should be implemented for handling information about file revisions - that is file path, properties, revision properties against a particular revision.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.
-
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.authClassDescriptionThe abstract class SVNRepository provides an interface for protocol specific drivers used for direct working with a Subversion repository.
-
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.internal.deltaClassDescriptionThe ISVNDeltaConsumer interface is implemented by receivers of diff windows.
-
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.internal.io.davClassDescriptionThe ISVNDeltaConsumer interface is implemented by receivers of diff windows.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.The ISVNFileRevisionHandler interface should be implemented for handling information about file revisions - that is file path, properties, revision properties against a particular revision.This public interface should be implemented for using within
SVNRepository.getLocations(String, long, long[], ISVNLocationEntryHandler)
.The ISVNLocationSegmentHandler is an interface for location segment handlers which is used in theSVNRepository.getLocationSegments(String, long, long, long, ISVNLocationSegmentHandler)
method.The ISVNLockHandler interface is used to provide some extra processing of locked/unlocked paths.The ISVNReplayHandler is used inSVNRepository.replayRange(long, long, long, boolean, ISVNReplayHandler)
to provide and editor for replaying a revision.The ISVNReporterBaton interface should be implemented by callers of update, checkout, etc.The ISVNSession interface provides some extra handling operations over SVNRepository objects.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.This class contains enumeration that describes the repository capabilities or, in other words, features that the repository may be capable of.The abstract class SVNRepository provides an interface for protocol specific drivers used for direct working with a Subversion repository.SVNRepositoryFactory is an abstract factory that is responsible for creating an appropriate SVNRepository driver specific for the protocol to use. -
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.internal.io.dav.handlersClassDescriptionThe ISVNDeltaConsumer interface is implemented by receivers of diff windows.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.The ISVNFileRevisionHandler interface should be implemented for handling information about file revisions - that is file path, properties, revision properties against a particular revision.This public interface should be implemented for using within
SVNRepository.getLocations(String, long, long[], ISVNLocationEntryHandler)
.The ISVNLocationSegmentHandler is an interface for location segment handlers which is used in theSVNRepository.getLocationSegments(String, long, long, long, ISVNLocationSegmentHandler)
method.The ISVNReporterBaton interface should be implemented by callers of update, checkout, etc.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. -
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.internal.io.dav.httpClassDescriptionThe abstract class SVNRepository provides an interface for protocol specific drivers used for direct working with a Subversion repository.
-
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.internal.io.fsClassDescriptionThe ISVNDeltaConsumer interface is implemented by receivers of diff windows.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.The ISVNFileRevisionHandler interface should be implemented for handling information about file revisions - that is file path, properties, revision properties against a particular revision.This public interface should be implemented for using within
SVNRepository.getLocations(String, long, long[], ISVNLocationEntryHandler)
.The ISVNLocationSegmentHandler is an interface for location segment handlers which is used in theSVNRepository.getLocationSegments(String, long, long, long, ISVNLocationSegmentHandler)
method.The ISVNLockHandler interface is used to provide some extra processing of locked/unlocked paths.The ISVNReplayHandler is used inSVNRepository.replayRange(long, long, long, boolean, ISVNReplayHandler)
to provide and editor for replaying a revision.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.The ISVNReporterBaton interface should be implemented by callers of update, checkout, etc.The ISVNSession interface provides some extra handling operations over SVNRepository objects.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.This class contains enumeration that describes the repository capabilities or, in other words, features that the repository may be capable of.The SVNLocationEntry represents a mapping of a path to its revision.The abstract class SVNRepository provides an interface for protocol specific drivers used for direct working with a Subversion repository.SVNRepositoryFactory is an abstract factory that is responsible for creating an appropriate SVNRepository driver specific for the protocol to use. -
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.internal.io.svnClassDescriptionThe ISVNDeltaConsumer interface is implemented by receivers of diff windows.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.The ISVNFileRevisionHandler interface should be implemented for handling information about file revisions - that is file path, properties, revision properties against a particular revision.This public interface should be implemented for using within
SVNRepository.getLocations(String, long, long[], ISVNLocationEntryHandler)
.The ISVNLocationSegmentHandler is an interface for location segment handlers which is used in theSVNRepository.getLocationSegments(String, long, long, long, ISVNLocationSegmentHandler)
method.The ISVNLockHandler interface is used to provide some extra processing of locked/unlocked paths.The ISVNReplayHandler is used inSVNRepository.replayRange(long, long, long, boolean, ISVNReplayHandler)
to provide and editor for replaying a revision.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.The ISVNReporterBaton interface should be implemented by callers of update, checkout, etc.The ISVNSession interface provides some extra handling operations over SVNRepository objects.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.This class contains enumeration that describes the repository capabilities or, in other words, features that the repository may be capable of.The abstract class SVNRepository provides an interface for protocol specific drivers used for direct working with a Subversion repository.SVNRepositoryFactory is an abstract factory that is responsible for creating an appropriate SVNRepository driver specific for the protocol to use. -
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.internal.utilClassDescriptionThe ISVNDeltaConsumer interface is implemented by receivers of diff windows.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.
-
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.internal.wcClassDescriptionThe ISVNDeltaConsumer interface is implemented by receivers of diff windows.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.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.The ISVNReporterBaton interface should be implemented by callers of update, checkout, etc.The ISVNTunnelProvider is the interface for providers of tunnel command lines matching a specific
"svn+xxx"
tunnel scheme.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.The SVNLocationEntry represents a mapping of a path to its revision.The SVNLocationSegment is a representation of a segment of an object's version history with an emphasis on the object's location in the repository as of various revisions.The abstract class SVNRepository provides an interface for protocol specific drivers used for direct working with a Subversion repository. -
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.internal.wc.adminClassDescriptionThe 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.The ISVNReporterBaton interface should be implemented by callers of update, checkout, etc.
-
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.internal.wc16ClassDescriptionThe 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.The abstract class SVNRepository provides an interface for protocol specific drivers used for direct working with a Subversion repository.
-
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.internal.wc17ClassDescriptionThe ISVNDeltaConsumer interface is implemented by receivers of diff windows.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.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.The ISVNReporterBaton interface should be implemented by callers of update, checkout, etc.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.The abstract class SVNRepository provides an interface for protocol specific drivers used for direct working with a Subversion repository.
-
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.internal.wc17.dbClassDescriptionThe ISVNDeltaConsumer interface is implemented by receivers of diff windows.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.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.The ISVNReporterBaton interface should be implemented by callers of update, checkout, etc.
-
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.internal.wc2ClassDescriptionThe SVNLocationEntry represents a mapping of a path to its revision.The SVNLocationSegment is a representation of a segment of an object's version history with an emphasis on the object's location in the repository as of various revisions.The abstract class SVNRepository provides an interface for protocol specific drivers used for direct working with a Subversion repository.
-
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.internal.wc2.ngClassDescriptionThe ISVNDeltaConsumer interface is implemented by receivers of diff windows.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.The ISVNLockHandler interface is used to provide some extra processing of locked/unlocked paths.The SVNLocationSegment is a representation of a segment of an object's version history with an emphasis on the object's location in the repository as of various revisions.The abstract class SVNRepository provides an interface for protocol specific drivers used for direct working with a Subversion repository.
-
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.internal.wc2.oldClassDescriptionThe abstract class SVNRepository provides an interface for protocol specific drivers used for direct working with a Subversion repository.
-
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.internal.wc2.remoteClassDescriptionThe ISVNLockHandler interface is used to provide some extra processing of locked/unlocked paths.The abstract class SVNRepository provides an interface for protocol specific drivers used for direct working with a Subversion repository.
-
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.ioClassDescriptionThe ISVNConnectionListener is an interface for listeners which are invoked by
SVNRepository
when its connection is opened or closed.The ISVNDeltaConsumer interface is implemented by receivers of diff windows.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.The ISVNFileCheckoutTarget interface is used in theSVNRepository.checkoutFiles(long, String[], ISVNFileCheckoutTarget)
method to receive versioned file data from the repository.The ISVNFileRevisionHandler interface should be implemented for handling information about file revisions - that is file path, properties, revision properties against a particular revision.This public interface should be implemented for using withinSVNRepository.getLocations(String, long, long[], ISVNLocationEntryHandler)
.The ISVNLocationSegmentHandler is an interface for location segment handlers which is used in theSVNRepository.getLocationSegments(String, long, long, long, ISVNLocationSegmentHandler)
method.The ISVNLockHandler interface is used to provide some extra processing of locked/unlocked paths.The ISVNReplayHandler is used inSVNRepository.replayRange(long, long, long, boolean, ISVNReplayHandler)
to provide and editor for replaying a revision.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.The ISVNReporterBaton interface should be implemented by callers of update, checkout, etc.The ISVNSession interface provides some extra handling operations over SVNRepository objects.The ISVNTunnelProvider is the interface for providers of tunnel command lines matching a specific"svn+xxx"
tunnel scheme.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.This class contains enumeration that describes the repository capabilities or, in other words, features that the repository may be capable of.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.The SVNLocationEntry represents a mapping of a path to its revision.The SVNLocationSegment is a representation of a segment of an object's version history with an emphasis on the object's location in the repository as of various revisions.The abstract class SVNRepository provides an interface for protocol specific drivers used for direct working with a Subversion repository.SVNRepositoryFactory is an abstract factory that is responsible for creating an appropriate SVNRepository driver specific for the protocol to use. -
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.io.diffClassDescriptionThe ISVNDeltaConsumer interface is implemented by receivers of diff windows.
-
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.replicatorClassDescriptionThe ISVNDeltaConsumer interface is implemented by receivers of diff windows.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.The abstract class SVNRepository provides an interface for protocol specific drivers used for direct working with a Subversion repository.
-
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.wcClassDescriptionThe ISVNConnectionListener is an interface for listeners which are invoked by
SVNRepository
when its connection is opened or closed.The ISVNSession interface provides some extra handling operations over SVNRepository objects.The ISVNTunnelProvider is the interface for providers of tunnel command lines matching a specific"svn+xxx"
tunnel scheme.The abstract class SVNRepository provides an interface for protocol specific drivers used for direct working with a Subversion repository. -
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.wc.adminClassDescriptionThe 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.The ISVNReplayHandler is used in
SVNRepository.replayRange(long, long, long, boolean, ISVNReplayHandler)
to provide and editor for replaying a revision.The abstract class SVNRepository provides an interface for protocol specific drivers used for direct working with a Subversion repository.