Uses of Package
org.tmatesoft.svn.core.io
-
Packages that use org.tmatesoft.svn.core.io Package Description org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion.org.tmatesoft.svn.cli.svnadmin org.tmatesoft.svn.core This package mostly contains common classes as well as interfaces used throughout all the library.org.tmatesoft.svn.core.auth This package contains interfaces/classes used by the library to authenticate a user to a repository server.org.tmatesoft.svn.core.internal.delta org.tmatesoft.svn.core.internal.io.dav org.tmatesoft.svn.core.internal.io.dav.handlers org.tmatesoft.svn.core.internal.io.dav.http org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.io.svn org.tmatesoft.svn.core.internal.util org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc.admin 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.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.io.diff This package contains the classes necessary for such purposes as: generating delta windows upon comparing target bytes against source ones (also may be vs.org.tmatesoft.svn.core.replicator This package provides classes that allow to replicate existing repositories.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. -
Classes in org.tmatesoft.svn.core.io used by org.tigris.subversion.javahl Class Description SVNLocationEntry The SVNLocationEntry represents a mapping of a path to its revision. -
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.cli.svnadmin Class Description ISVNLockHandler The ISVNLockHandler interface is used to provide some extra processing of locked/unlocked paths.SVNRepository 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 Class Description ISVNDeltaConsumer The ISVNDeltaConsumer interface is implemented by receivers of diff windows.ISVNFileRevisionHandler The ISVNFileRevisionHandler interface should be implemented for handling information about file revisions - that is file path, properties, revision properties against a particular revision.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. -
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.auth Class Description SVNRepository 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.delta Class Description ISVNDeltaConsumer The ISVNDeltaConsumer interface is implemented by receivers of diff windows. -
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.internal.io.dav Class Description ISVNDeltaConsumer The ISVNDeltaConsumer interface is implemented by receivers of diff windows.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.ISVNFileRevisionHandler The ISVNFileRevisionHandler interface should be implemented for handling information about file revisions - that is file path, properties, revision properties against a particular revision.ISVNInheritedPropertiesHandler ISVNLocationEntryHandler This public interface should be implemented for using withinSVNRepository.getLocations(String, long, long[], ISVNLocationEntryHandler)
.ISVNLocationSegmentHandler The ISVNLocationSegmentHandler is an interface for location segment handlers which is used in theSVNRepository.getLocationSegments(String, long, long, long, ISVNLocationSegmentHandler)
method.ISVNLockHandler The ISVNLockHandler interface is used to provide some extra processing of locked/unlocked paths.ISVNReplayHandler The ISVNReplayHandler is used inSVNRepository.replayRange(long, long, long, boolean, ISVNReplayHandler)
to provide and editor for replaying a revision.ISVNReporterBaton The ISVNReporterBaton interface should be implemented by callers of update, checkout, etc.ISVNSession The ISVNSession interface provides some extra handling operations over SVNRepository objects.ISVNWorkingCopyContentMediator 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.SVNCapability This class contains enumeration that describes the repository capabilities or, in other words, features that the repository may be capable of.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. -
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.internal.io.dav.handlers Class Description ISVNDeltaConsumer The ISVNDeltaConsumer interface is implemented by receivers of diff windows.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.ISVNFileRevisionHandler The ISVNFileRevisionHandler interface should be implemented for handling information about file revisions - that is file path, properties, revision properties against a particular revision.ISVNLocationEntryHandler This public interface should be implemented for using withinSVNRepository.getLocations(String, long, long[], ISVNLocationEntryHandler)
.ISVNLocationSegmentHandler The ISVNLocationSegmentHandler is an interface for location segment handlers which is used in theSVNRepository.getLocationSegments(String, long, long, long, ISVNLocationSegmentHandler)
method.ISVNReporterBaton The ISVNReporterBaton interface should be implemented by callers of update, checkout, etc.ISVNWorkingCopyContentMediator 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. -
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.internal.io.dav.http Class Description SVNRepository 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.io.fs Class Description ISVNDeltaConsumer The ISVNDeltaConsumer interface is implemented by receivers of diff windows.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.ISVNFileRevisionHandler The ISVNFileRevisionHandler interface should be implemented for handling information about file revisions - that is file path, properties, revision properties against a particular revision.ISVNInheritedPropertiesHandler ISVNLocationEntryHandler This public interface should be implemented for using withinSVNRepository.getLocations(String, long, long[], ISVNLocationEntryHandler)
.ISVNLocationSegmentHandler The ISVNLocationSegmentHandler is an interface for location segment handlers which is used in theSVNRepository.getLocationSegments(String, long, long, long, ISVNLocationSegmentHandler)
method.ISVNLockHandler The ISVNLockHandler interface is used to provide some extra processing of locked/unlocked paths.ISVNReplayHandler The ISVNReplayHandler is used inSVNRepository.replayRange(long, long, long, boolean, ISVNReplayHandler)
to provide and editor for replaying a revision.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.ISVNSession The ISVNSession interface provides some extra handling operations over SVNRepository objects.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.SVNCapability This class contains enumeration that describes the repository capabilities or, in other words, features that the repository may be capable of.SVNLocationEntry The SVNLocationEntry represents a mapping of a path to its revision.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. -
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.internal.io.svn Class Description ISVNDeltaConsumer The ISVNDeltaConsumer interface is implemented by receivers of diff windows.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.ISVNFileRevisionHandler The ISVNFileRevisionHandler interface should be implemented for handling information about file revisions - that is file path, properties, revision properties against a particular revision.ISVNInheritedPropertiesHandler ISVNLocationEntryHandler This public interface should be implemented for using withinSVNRepository.getLocations(String, long, long[], ISVNLocationEntryHandler)
.ISVNLocationSegmentHandler The ISVNLocationSegmentHandler is an interface for location segment handlers which is used in theSVNRepository.getLocationSegments(String, long, long, long, ISVNLocationSegmentHandler)
method.ISVNLockHandler The ISVNLockHandler interface is used to provide some extra processing of locked/unlocked paths.ISVNReplayHandler The ISVNReplayHandler is used inSVNRepository.replayRange(long, long, long, boolean, ISVNReplayHandler)
to provide and editor for replaying a revision.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.ISVNSession The ISVNSession interface provides some extra handling operations over SVNRepository objects.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.SVNCapability This class contains enumeration that describes the repository capabilities or, in other words, features that the repository may be capable of.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. -
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.internal.util Class Description ISVNDeltaConsumer The ISVNDeltaConsumer interface is implemented by receivers of diff windows.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. -
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.internal.wc Class Description ISVNDeltaConsumer The ISVNDeltaConsumer interface is implemented by receivers of diff windows.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.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.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.SVNLocationEntry The SVNLocationEntry represents a mapping of a path to its revision.SVNLocationSegment 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.SVNRepository 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.admin Class Description 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. -
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.internal.wc16 Class Description 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.SVNRepository 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 Class Description ISVNDeltaConsumer The ISVNDeltaConsumer interface is implemented by receivers of diff windows.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.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.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.SVNRepository 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.db Class Description ISVNDeltaConsumer The ISVNDeltaConsumer interface is implemented by receivers of diff windows.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.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. -
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.internal.wc2 Class Description SVNLocationEntry The SVNLocationEntry represents a mapping of a path to its revision.SVNLocationSegment 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.SVNRepository 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.ng Class Description ISVNDeltaConsumer The ISVNDeltaConsumer interface is implemented by receivers of diff windows.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.ISVNLockHandler The ISVNLockHandler interface is used to provide some extra processing of locked/unlocked paths.SVNLocationSegment 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.SVNRepository 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.old Class Description SVNRepository 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.remote Class Description ISVNLockHandler The ISVNLockHandler interface is used to provide some extra processing of locked/unlocked paths.SVNRepository 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.io Class Description ISVNConnectionListener The ISVNConnectionListener is an interface for listeners which are invoked bySVNRepository
when its connection is opened or closed.ISVNDeltaConsumer The ISVNDeltaConsumer interface is implemented by receivers of diff windows.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.ISVNFileCheckoutTarget The ISVNFileCheckoutTarget interface is used in theSVNRepository.checkoutFiles(long, String[], ISVNFileCheckoutTarget)
method to receive versioned file data from the repository.ISVNFileRevisionHandler The ISVNFileRevisionHandler interface should be implemented for handling information about file revisions - that is file path, properties, revision properties against a particular revision.ISVNInheritedPropertiesHandler ISVNLocationEntryHandler This public interface should be implemented for using withinSVNRepository.getLocations(String, long, long[], ISVNLocationEntryHandler)
.ISVNLocationSegmentHandler The ISVNLocationSegmentHandler is an interface for location segment handlers which is used in theSVNRepository.getLocationSegments(String, long, long, long, ISVNLocationSegmentHandler)
method.ISVNLockHandler The ISVNLockHandler interface is used to provide some extra processing of locked/unlocked paths.ISVNReplayHandler The ISVNReplayHandler is used inSVNRepository.replayRange(long, long, long, boolean, ISVNReplayHandler)
to provide and editor for replaying a revision.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.ISVNSession The ISVNSession interface provides some extra handling operations over SVNRepository objects.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.SVNCapability This class contains enumeration that describes the repository capabilities or, in other words, features that the repository may be capable of.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.SVNLocationEntry The SVNLocationEntry represents a mapping of a path to its revision.SVNLocationSegment 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.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. -
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.io.diff Class Description ISVNDeltaConsumer The ISVNDeltaConsumer interface is implemented by receivers of diff windows. -
Classes in org.tmatesoft.svn.core.io used by org.tmatesoft.svn.core.replicator Class Description ISVNDeltaConsumer The ISVNDeltaConsumer interface is implemented by receivers of diff windows.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.SVNRepository 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 Class Description ISVNConnectionListener The ISVNConnectionListener is an interface for listeners which are invoked bySVNRepository
when its connection is opened or closed.ISVNSession The ISVNSession interface provides some extra handling operations over SVNRepository objects.ISVNTunnelProvider The ISVNTunnelProvider is the interface for providers of tunnel command lines matching a specific"svn+xxx"
tunnel scheme.SVNRepository 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.admin Class Description 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.ISVNReplayHandler The ISVNReplayHandler is used inSVNRepository.replayRange(long, long, long, boolean, ISVNReplayHandler)
to provide and editor for replaying a revision.SVNRepository The abstract class SVNRepository provides an interface for protocol specific drivers used for direct working with a Subversion repository.