SVNKit Home
A B C D E F G H I J K L M N O P R S T U V W X

A

ABSENT - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:absent" SVN untweakable metaproperty.
ACCEPTED - Static variable in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationProvider
Denotes that a user credential is accepted by a server and will be cached on the disk.
ACCEPTED_TEMPORARY - Static variable in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationProvider
Denotes that a user credential is accepted by a server and will be cached only during runtime, not on the disk.
ACTION_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
 
ADD - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that a new item is scheduled for addition.
ADDED - Static variable in interface org.tmatesoft.svn.core.wc.admin.ISVNGNUDiffGenerator
The type of modification denoting addition.
ADD_AS_BINARY - Static variable in interface org.tmatesoft.svn.core.wc.ISVNAddParameters
 
ADD_AS_IS - Static variable in interface org.tmatesoft.svn.core.wc.ISVNAddParameters
 
ANNOTATE - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that file blaming is started.
APMOD_ACTIVITY_NOT_FOUND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
APMOD_BAD_BASELINE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
APMOD_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
APMOD_CONNECTION_ABORTED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
APMOD_MALFORMED_URI - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
APMOD_MISSING_PATH_TO_FS - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
AUTHN_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
AUTHN_CREDS_NOT_SAVED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
AUTHN_CREDS_UNAVAILABLE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
AUTHN_NO_PROVIDER - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
AUTHN_PROVIDERS_EXHAUSTED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
AUTHOR - Static variable in class org.tmatesoft.svn.core.SVNRevisionProperty
An "svn:author" revision property (that holds the name of the revision's author).
AUTHOR_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
 
AUTHOR_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
 
AUTHOR_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
 
AUTHOR_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
 
AUTHZ_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
AUTHZ_INVALID_CONFIG - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
AUTHZ_PARTIALLY_READABLE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
AUTHZ_ROOT_UNREADABLE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
AUTHZ_UNREADABLE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
AUTHZ_UNWRITABLE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
AUTOVERSIONED - Static variable in class org.tmatesoft.svn.core.SVNRevisionProperty
 
AbstractXMLHandler - class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler.
AbstractXMLLogger is a basic XML formatter for all XML handler classes which are provided in this package.
AbstractXMLHandler(ContentHandler, ISVNDebugLog) - Constructor for class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
 
abortEdit() - Method in interface org.tmatesoft.svn.core.io.ISVNEditor
Aborts the current running editor due to errors occured.
abortEdit() - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
 
abortReport() - Method in interface org.tmatesoft.svn.core.io.ISVNReporter
Aborts the current running report due to errors occured.
absentDir(String) - Method in interface org.tmatesoft.svn.core.io.ISVNEditor
Indicates that a path is present as a subdirectory in the edit source, but can not be conveyed to the edit consumer (perhaps because of authorization restrictions).
absentDir(String) - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
 
absentFile(String) - Method in interface org.tmatesoft.svn.core.io.ISVNEditor
Indicates that a path is present as a file in the edit source, but can not be conveyed to the edit consumer (perhaps because of authorization restrictions).
absentFile(String) - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
 
acceptServerAuthentication(SVNURL, String, Object, boolean) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationProvider
Checks a server authentication certificate and whether accepts it (if the client trusts it) or not.
acknowledgeAuthentication(boolean, String, String, SVNErrorMessage, SVNAuthentication) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
Does nothing.
acknowledgeAuthentication(boolean, String, String, SVNErrorMessage, SVNAuthentication) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
Accepts the given authentication if it was successfully accepted by a repository server, or not if authentication failed.
acknowledgeProxyContext(boolean, SVNErrorMessage) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
Does nothing.
acknowledgeProxyContext(boolean, SVNErrorMessage) - Method in interface org.tmatesoft.svn.core.auth.ISVNProxyManager
Accepts this proxy settings if successfully connected to the proxy server, or not if failed to connect.
acknowledgeSSLContext(boolean, SVNErrorMessage) - Method in class org.tmatesoft.svn.core.auth.BasicSSLManager
 
acknowledgeSSLContext(boolean, SVNErrorMessage) - Method in interface org.tmatesoft.svn.core.auth.ISVNSSLManager
Accepts this SSL context if authentication has succeeded or not if authentication failed.
add(String, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
add(String, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
addAttribute(String, String) - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
 
addConnectionListener(ISVNConnectionListener) - Method in class org.tmatesoft.svn.core.io.SVNRepository
 
addDir(String, String, long) - Method in interface org.tmatesoft.svn.core.io.ISVNEditor
Adds a directory.
addDir(String, String, long) - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
 
addFile(String, String, long) - Method in interface org.tmatesoft.svn.core.io.ISVNEditor
Adds a file.
addFile(String, String, long) - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
 
addIgnorePattern(String) - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Adds a new particular ignore pattern to global ignore patterns.
addTag(String, String) - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
 
appendPath(String, boolean) - Method in class org.tmatesoft.svn.core.SVNURL
Constructs a new SVNURL representation appending a new path segment to the path component of this representation.
apply(SVNDiffWindowApplyBaton) - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Applies this window's instructions.
apply(byte[], byte[]) - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Applies this window's instructions provided source and target view buffers.
applyAutoProperties(File, Map) - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Collects and puts into a Map all autoproperties specified for the file name pattern matched by the target file name.
applyTextDelta(String, String) - Method in class org.tmatesoft.svn.core.SVNAnnotationGenerator
 
applyTextDelta(String, String) - Method in interface org.tmatesoft.svn.core.io.ISVNDeltaConsumer
Starts applying text delta(s) to an opened file.
applyTextDelta(InputStream, OutputStream, boolean) - Method in class org.tmatesoft.svn.core.io.diff.SVNDeltaProcessor
Starts processing deltas given a base file stream and an output stream to write resultant target bytes to.
applyTextDelta(File, File, boolean) - Method in class org.tmatesoft.svn.core.io.diff.SVNDeltaProcessor
Starts processing deltas given a base file and a one to write resultant target bytes to.
applyTextDelta(String, String) - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
 
assertValidRevision(long) - Static method in class org.tmatesoft.svn.core.io.SVNRepository
 

B

BAD_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
BAD_CONTAINING_POOL - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
BAD_DATE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
BAD_FILENAME - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
BAD_MIME_TYPE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
BAD_PROP_KIND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
BAD_URL - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
BAD_VERSION_FILE_FORMAT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
BASE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
BASE - Static variable in class org.tmatesoft.svn.core.wc.SVNRevision
Denotes the 'pristine' revision of a Working Copy item.
BLAME_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
 
BasicAuthenticationManager - class org.tmatesoft.svn.core.auth.BasicAuthenticationManager.
The BasicAuthenticationManager is a simple implementation of ISVNAuthenticationManager for storing and providing credentials without using auth providers.
BasicAuthenticationManager(String, String) - Constructor for class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
Creates an auth manager given a user credential - a username and password.
BasicAuthenticationManager(String, File, String, int) - Constructor for class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
Creates an auth manager given a user credential - a username and an ssh private key.
BasicAuthenticationManager(SVNAuthentication[]) - Constructor for class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
Creates an auth manager given user credentials to use.
BasicSSLManager - class org.tmatesoft.svn.core.auth.BasicSSLManager.
 
BasicSSLManager(SVNSSLAuthentication) - Constructor for class org.tmatesoft.svn.core.auth.BasicSSLManager
 
blame(String, Revision, Revision) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
blame(String, Revision, Revision, BlameCallback) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
blame(String, Revision, Revision, Revision, BlameCallback) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
booleanValue(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
Converts a string representation of a boolean value to boolean.

C

CACHABLE_PROPS - Static variable in class org.tmatesoft.svn.core.SVNProperty
"cachable-props" SVN untweakable metaproperty.
CANCELLED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CHANGED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
During an operation (like an update) denotes that the item contents or item properties were changed.
CHECKSUM - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:checksum" SVN untweakable metaproperty.
CHECKSUM_MISMATCH - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CLIENT_BAD_REVISION - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CLIENT_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CLIENT_DUPLICATE_COMMIT_URL - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CLIENT_INVALID_EXTERNALS_DESCRIPTION - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CLIENT_INVALID_RELOCATION - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CLIENT_IS_BINARY_FILE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CLIENT_IS_DIRECTORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CLIENT_MISSING_LOCK_TOKEN - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CLIENT_MODIFIED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CLIENT_PROPERTY_NAME - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CLIENT_RA_ACCESS_REQUIRED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CLIENT_REVISION_AUTHOR_CONTAINS_NEWLINE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CLIENT_REVISION_RANGE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CLIENT_UNRELATED_RESOURCES - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CLIENT_VERSIONED_PATH_REQUIRED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CL_ADM_DIR_RESERVED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CL_ARG_PARSING_ERROR - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CL_BAD_LOG_MESSAGE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CL_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CL_COMMIT_IN_ADDED_DIR - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CL_INSUFFICIENT_ARGS - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CL_LOG_MESSAGE_IS_PATHNAME - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CL_LOG_MESSAGE_IS_VERSIONED_FILE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CL_MUTUALLY_EXCLUSIVE_ARGS - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CL_NO_EXTERNAL_EDITOR - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CL_UNNECESSARY_LOG_MESSAGE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
COMMENT_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
 
COMMENT_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
 
COMMITTED - Static variable in class org.tmatesoft.svn.core.wc.SVNRevision
Denotes the last revision in which an item was changed before (or at) BASE.
COMMITTED_DATE - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:committed-date" SVN untweakable metaproperty.
COMMITTED_REVISION - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:committed-rev" SVN untweakable metaproperty.
COMMIT_ADDED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
In a commit operation denotes adding a new item to the repository.
COMMIT_COMPLETED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
In a commit operation denotes that the operation itself is completed (for instance, in a console client can be used to print out the commited revsion).
COMMIT_DELETED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
In a commit operation denotes deleting the item from the repository.
COMMIT_DELTA_SENT - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
In a commit operation denotes the final stage of the operation - sending all file data and finalizing the commit.
COMMIT_MODIFIED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
In a commit operation denotes sending the item's modifications to the repository.
COMMIT_REPLACED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
In a commit operation denotes replacing (one item was deleted while another one with the same name was added) the item in the repository.
COMMIT_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
 
COMMIT_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
 
COMMIT_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
 
CONFLICTED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
During an operation (like an update) denotes that the file item contents or file/directory item properties are in conflict with those changes that came from the repository.
CONFLICTED_UNRESOLVED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
Denotes that the conflict state on the item is still unresolved.
CONFLICT_NEW - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:conflict-new" SVN untweakable metaproperty.
CONFLICT_OLD - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:conflict-old" SVN untweakable metaproperty.
CONFLICT_WRK - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:conflict-wrk" SVN untweakable metaproperty.
COPIED - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:copied" SVN untweakable metaproperty.
COPIED - Static variable in interface org.tmatesoft.svn.core.wc.admin.ISVNGNUDiffGenerator
The type of modification denoting copying.
COPIED_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
 
COPY - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that the item is copied with history.
COPYFROM_PATH_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
 
COPYFROM_REVISION - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:copyfrom-rev" SVN untweakable metaproperty.
COPYFROM_REV_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
 
COPYFROM_URL - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:copyfrom-url" SVN untweakable metaproperty.
COPY_FROM_NEW_DATA - Static variable in class org.tmatesoft.svn.core.io.diff.SVNDiffInstruction
A type of an instruction that says that data must be copied from the new data to the target view.
COPY_FROM_SOURCE - Static variable in class org.tmatesoft.svn.core.io.diff.SVNDiffInstruction
A type of an instruction that says that data must be copied from the source view to the target one.
COPY_FROM_TARGET - Static variable in class org.tmatesoft.svn.core.io.diff.SVNDiffInstruction
A type of an instruction that says that data must be copied from the target view to the target itself.
CORRUPTED - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:corrupted" SVN untweakable metaproperty.
CREATED_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
 
CREATED_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
 
CURRENTLY_COPYING - Static variable in class org.tmatesoft.svn.core.SVNRevisionProperty
"svn:sync-currently-copying" revision property.
cancelOperation() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
changeDirProperty(String, String) - Method in interface org.tmatesoft.svn.core.io.ISVNEditor
Changes the value of a property of the currently "opened"/"added" directory.
changeDirProperty(String, String) - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
 
changeFileProperty(String, String, String) - Method in interface org.tmatesoft.svn.core.io.ISVNEditor
Changes the value of a property of an opened file.
changeFileProperty(String, String, String) - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
 
characters(char[], int, int) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
 
checkCancelled() - Method in interface org.tmatesoft.svn.core.ISVNCanceller
Checks if the current operation is cancelled (somehow interrupted) and should throw an SVNCancelException.
checkCancelled() - Method in interface org.tmatesoft.svn.core.replicator.ISVNReplicationHandler
Checks if the replicating operation is cancelled.
checkCancelled() - Method in class org.tmatesoft.svn.core.replicator.SVNRepositoryReplicator
Redirects a call to the registered handler's checkCancelled() method.
checkCancelled() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Redirects this call to the registered event handler (if any).
checkCancelled() - Method in class org.tmatesoft.svn.core.wc.SVNEventAdapter
 
checkCancelled() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAdapter
 
checkPath(String, long) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Returns the kind of an item located at the specified path in a particular revision.
checkout(long, String, boolean, ISVNEditor) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Checks out a directory from a repository .
checkout(String, String, Revision, Revision, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
checkout(String, String, Revision, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
cleanup(String) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
clear() - Method in class org.tmatesoft.svn.core.javahl.JavaHLAuthenticationStorage
 
clone(ByteBuffer) - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Creates an exact copy of this window object.
close() - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindowApplyBaton
Closes the source and target streams, finalizes the checksum computation and returns it in a hex representation.
closeDir() - Method in interface org.tmatesoft.svn.core.io.ISVNEditor
Closes the currently opened directory fixing all changes of its properties and/or entries.
closeDir() - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
 
closeEdit() - Method in interface org.tmatesoft.svn.core.io.ISVNEditor
Closes this editor finalizing the whole operation the editor was used for.
closeEdit() - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
 
closeFile(String, String) - Method in interface org.tmatesoft.svn.core.io.ISVNEditor
Closes the opened file fixing all properties and/or contents changes.
closeFile(String, String) - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
 
closeRevision(String) - Method in class org.tmatesoft.svn.core.SVNAnnotationGenerator
Does nothing.
closeRevision(String) - Method in interface org.tmatesoft.svn.core.io.ISVNFileRevisionHandler
Performs final handling for the processed file revision (when all deltas are applied and fulltext is got).
closeSession() - Method in class org.tmatesoft.svn.core.io.SVNRepository
Closes the current session closing a socket connection used by this object.
closeTag(String) - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
 
commit(String[], String, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
commit(String[], String, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
commit(String[], String, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
commitMessageHandler(CommitMessage) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
compare(Object, Object) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
Compares two objects.
compareTo(Object) - Method in class org.tmatesoft.svn.core.SVNDirEntry
Compares this object with another one.
compareTo(Object) - Method in class org.tmatesoft.svn.core.SVNNodeKind
Compares this object with another one.
compareTo(Object) - Method in class org.tmatesoft.svn.core.io.SVNFileRevision
Compares this object with another one.
connectionClosed(SVNRepository) - Method in interface org.tmatesoft.svn.core.io.ISVNConnectionListener
 
connectionClosed(SVNRepository) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
 
connectionOpened(SVNRepository) - Method in interface org.tmatesoft.svn.core.io.ISVNConnectionListener
 
connectionOpened(SVNRepository) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
 
copy(String, String, String, Revision) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
create(SVNErrorCode) - Static method in class org.tmatesoft.svn.core.SVNErrorMessage
Creates an error message given an error code.
create(SVNErrorCode, String) - Static method in class org.tmatesoft.svn.core.SVNErrorMessage
Creates an error message given an error code and description.
create(SVNErrorCode, Throwable) - Static method in class org.tmatesoft.svn.core.SVNErrorMessage
Creates an error message given an error code and cause.
create(SVNErrorCode, String, Object) - Static method in class org.tmatesoft.svn.core.SVNErrorMessage
Creates an error message given an error code, description and may be a related object to be formatted with the error description.
create(SVNErrorCode, String, Object[]) - Static method in class org.tmatesoft.svn.core.SVNErrorMessage
Creates an error message given an error code, description and may be related objects to be formatted with the error description.
create(SVNErrorCode, String, int) - Static method in class org.tmatesoft.svn.core.SVNErrorMessage
Creates an error message given an error code, description and a type ( whether it's a warning or an error).
create(SVNErrorCode, String, Object, int) - Static method in class org.tmatesoft.svn.core.SVNErrorMessage
Creates an error message given an error code, description, an error type (whether it's a warning or an error) and may be a related object to be formatted with the error description.
create(SVNErrorCode, String, Object[], int) - Static method in class org.tmatesoft.svn.core.SVNErrorMessage
Creates an error message given an error code, description, an error type (whether it's a warning or an error) and may be related objects to be formatted with the error description.
create(String, String, String, int, String, boolean) - Static method in class org.tmatesoft.svn.core.SVNURL
Creates a new SVNURL representation from the given url components.
create(SVNURL) - Static method in class org.tmatesoft.svn.core.io.SVNRepositoryFactory
Creates an SVNRepository driver according to the protocol that is to be used to access a repository.
create(SVNURL, ISVNSession) - Static method in class org.tmatesoft.svn.core.io.SVNRepositoryFactory
Creates an SVNRepository driver according to the protocol that is to be used to access a repository.
create(File, File, MessageDigest) - Static method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindowApplyBaton
Creates a diff window apply baton whith source and target streams represented by files.
create(InputStream, OutputStream, MessageDigest) - Static method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindowApplyBaton
Creates a diff window apply baton whith initial source and target streams.
create(long) - Static method in class org.tmatesoft.svn.core.wc.SVNRevision
Creates an SVNRevision object given a revision number.
create(Date) - Static method in class org.tmatesoft.svn.core.wc.SVNRevision
Creates an SVNRevision object given a particular timestamp.
createDefaultAuthenticationManager() - Static method in class org.tmatesoft.svn.core.wc.SVNWCUtil
Creates a default authentication manager that uses the default SVN's servers configuration and authentication storage.
createDefaultAuthenticationManager(File) - Static method in class org.tmatesoft.svn.core.wc.SVNWCUtil
Creates a default authentication manager that uses the servers configuration and authentication storage located in the provided directory.
createDefaultAuthenticationManager(String, String) - Static method in class org.tmatesoft.svn.core.wc.SVNWCUtil
Creates a default authentication manager that uses the default SVN's servers configuration and provided user's credentials.
createDefaultAuthenticationManager(File, String, String) - Static method in class org.tmatesoft.svn.core.wc.SVNWCUtil
Creates a default authentication manager that uses the provided configuration directory and user's credentials.
createDefaultAuthenticationManager(File, String, String, boolean) - Static method in class org.tmatesoft.svn.core.wc.SVNWCUtil
Creates a default authentication manager that uses the provided configuration directory and user's credentials.
createDefaultAuthenticationManager(File, String, String, File, String, boolean) - Static method in class org.tmatesoft.svn.core.wc.SVNWCUtil
Creates a default authentication manager that uses the provided configuration directory and user's credentials.
createDefaultOptions(File, boolean) - Static method in class org.tmatesoft.svn.core.wc.SVNWCUtil
Creates a default run-time configuration options driver that uses the provided configuration directory.
createDefaultOptions(boolean) - Static method in class org.tmatesoft.svn.core.wc.SVNWCUtil
Creates a default run-time configuration options driver that uses the default SVN's run-time configuration area.
createLocalRepository(File, boolean, boolean) - Static method in class org.tmatesoft.svn.core.io.SVNRepositoryFactory
Creates a local blank FSFS-type repository.
createLocalRepository(File, String, boolean, boolean) - Static method in class org.tmatesoft.svn.core.io.SVNRepositoryFactory
Creates a local blank FSFS-type repository.
createLocalRepository(File, String, boolean, boolean, boolean) - Static method in class org.tmatesoft.svn.core.io.SVNRepositoryFactory
Creates a local blank FSFS-type repository.
createMerger(byte[], byte[], byte[]) - Method in interface org.tmatesoft.svn.core.wc.ISVNMergerFactory
Creates a new merger driver.
createRepository(SVNURL, boolean) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Creates a new SVNRepository driver object.
createRepository(SVNURL, boolean) - Method in interface org.tmatesoft.svn.core.wc.ISVNRepositoryPool
Creates a low-level SVN protocol driver to access a repository.
createRepository(SVNURL, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
createRepository(SVNURL, File, SVNRevision, SVNRevision) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
createRepository(SVNURL, File, SVNRevision, SVNRevision, long[]) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
createRepository(SVNURL, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Creates a low-level SVN protocol driver to directly work with a repository.
createRepositoryImpl(SVNURL, ISVNSession) - Method in class org.tmatesoft.svn.core.io.SVNRepositoryFactory
 
createTempDirectory() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
createTempDirectory() - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Creates a temporary directory (when necessary) where temporary files will be created.
createTunnelConnector(SVNURL) - Method in interface org.tmatesoft.svn.core.io.ISVNTunnelProvider
Returns a tunnel comand line matching the given subprotocol name.
createWCAccess() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
createWCAccess(String) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 

D

DATE - Static variable in class org.tmatesoft.svn.core.SVNRevisionProperty
An "svn:date" revision property that is a date & time stamp representing the time when the revision was created.
DATE_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
 
DATE_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
 
DATE_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
 
DATE_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
 
DEFAULT - Static variable in interface org.tmatesoft.svn.core.io.ISVNSession
The same as ISVNSession.KEEP_ALIVE.
DEFAULT - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNUUIDAction
A default behaviour: any met uuid is ignored unless the latest revision of the target repository is 0.
DEFAULT_ADD_PARAMETERS - Static variable in class org.tmatesoft.svn.core.wc.SVNWCClient
 
DELETE - Static variable in interface org.tmatesoft.svn.core.wc.ISVNCommitParameters
A constant that instructs a commit operation to force a deletion of a missing item.
DELETE - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that the item is scheduled for deletion.
DELETED - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:deleted" SVN untweakable metaproperty.
DELETED - Static variable in interface org.tmatesoft.svn.core.wc.admin.ISVNGNUDiffGenerator
The type of modification denoting deletion.
DELTA_MD5_CHECKSUM_ABSENT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
DIR - Static variable in class org.tmatesoft.svn.core.SVNNodeKind
Defines the directory node kind
DIR_NOT_EMPTY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
DefaultSVNCommitHandler - class org.tmatesoft.svn.core.wc.DefaultSVNCommitHandler.
This is a default implementation for ISVNCommitHandler.
DefaultSVNCommitHandler() - Constructor for class org.tmatesoft.svn.core.wc.DefaultSVNCommitHandler
 
DefaultSVNCommitParameters - class org.tmatesoft.svn.core.wc.DefaultSVNCommitParameters.
DefaultSVNCommitParameters is the default commit parameters implementation.
DefaultSVNCommitParameters() - Constructor for class org.tmatesoft.svn.core.wc.DefaultSVNCommitParameters
 
DefaultSVNDiffGenerator - class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator.
DefaultSVNDiffGenerator is a default implementation of ISVNDiffGenerator.
DefaultSVNDiffGenerator() - Constructor for class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Constructs a DefaultSVNDiffGenerator.
DefaultSVNRepositoryPool - class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool.
The DefaultSVNRepositoryPool class is a default implementation of the ISVNRepositoryPool interface.
DefaultSVNRepositoryPool(ISVNAuthenticationManager, ISVNTunnelProvider) - Constructor for class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Constructs a DefaultSVNRepositoryPool instance that represents DefaultSVNRepositoryPool.RUNTIME_POOL objects pool.
DefaultSVNRepositoryPool(ISVNAuthenticationManager, ISVNTunnelProvider, long, boolean) - Constructor for class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Constructs a DefaultSVNRepositoryPool instance that represents DefaultSVNRepositoryPool.RUNTIME_POOL objects pool.
DefaultSVNRepositoryPool(ISVNAuthenticationManager, ISVNTunnelProvider, boolean, int) - Constructor for class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Deprecated.  
deleteAutoProperty(String) - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Removes a particular autoproperty by specifying a file name pattern.
deleteEntry(String, long) - Method in interface org.tmatesoft.svn.core.io.ISVNEditor
Deletes an entry.
deleteEntry(String, long) - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
 
deleteIgnorePattern(String) - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Removes a particular global ignore pattern.
deletePath(String) - Method in interface org.tmatesoft.svn.core.io.ISVNReporter
Describes a working copy path as deleted or missing.
deregisterClient(SVNClientImpl) - Static method in class org.tmatesoft.svn.core.javahl.SVNClientImplTracker
 
diff(SVNURL, long, long, String, boolean, boolean, boolean, ISVNReporterBaton, ISVNEditor) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Calculates the differences between two items.
diff(SVNURL, long, long, String, boolean, boolean, ISVNReporterBaton, ISVNEditor) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Deprecated.  
diff(SVNURL, long, String, boolean, boolean, ISVNReporterBaton, ISVNEditor) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Deprecated. use SVNRepository.diff(SVNURL, long, long, String, boolean, boolean, ISVNReporterBaton, ISVNEditor) instead
diff(String, Revision, String, Revision, String, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
diff(String, Revision, String, Revision, String, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
diff(String, Revision, Revision, Revision, String, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
dispatchEvent(SVNEvent) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
dispatchEvent(SVNEvent, double) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
displayAddedDirectory(String, String, String) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Does nothing.
displayAddedDirectory(String, String, String) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Notifies this generator that the directory was added in revision rev2.
displayBinary(OutputStream, String, String) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
displayDeletedDirectory(String, String, String) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Does nothing.
displayDeletedDirectory(String, String, String) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Notifies this generator that the directory was deleted in revision rev2.
displayFileDiff(String, File, File, String, String, String, String, OutputStream) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
displayFileDiff(String, File, File, String, String, String, String, OutputStream) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Generates and writes differences between two files to the specified output stream.
displayHeader(OutputStream, String, boolean) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
displayHeader(int, String, String, long, OutputStream) - Method in interface org.tmatesoft.svn.core.wc.admin.ISVNGNUDiffGenerator
Informs this diff generator about a change to a path.
displayHeaderFields(OutputStream, String, String, String, String) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
displayPropDiff(String, Map, Map, OutputStream) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
displayPropDiff(String, Map, Map, OutputStream) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Writes the differences in file properties to the specified output stream.
dispose() - Method in class org.tmatesoft.svn.core.SVNAnnotationGenerator
Finalizes an annotation operation releasing resources involved by this generator.
dispose() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
dispose() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
 
dispose() - Method in interface org.tmatesoft.svn.core.wc.ISVNRepositoryPool
 
dispose() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
 
dispose() - Method in class org.tmatesoft.svn.core.wc.SVNCommitPacket
Disposes the current object.
doAdd(File, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Schedules an unversioned item for addition to a repository thus putting it under version control.
doAdd(File, boolean, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Schedules an unversioned item for addition to a repository thus putting it under version control.
doAnnotate(File, SVNRevision, SVNRevision, SVNRevision, ISVNAnnotateHandler) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
Obtains annotation information for each file text line from a repository (using a Working Copy path to get a corresponding URL) and passes it to a provided annotation handler.
doAnnotate(File, SVNRevision, SVNRevision, SVNRevision, boolean, ISVNAnnotateHandler) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
Obtains annotation information for each file text line from a repository (using a Working Copy path to get a corresponding URL) and passes it to a provided annotation handler.
doAnnotate(SVNURL, SVNRevision, SVNRevision, SVNRevision, ISVNAnnotateHandler) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.
doAnnotate(SVNURL, SVNRevision, SVNRevision, SVNRevision, ISVNAnnotateHandler, String) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.
doAnnotate(SVNURL, SVNRevision, SVNRevision, SVNRevision, boolean, ISVNAnnotateHandler, String) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
Obtains annotation information for each file text line from a repository and passes it to a provided annotation handler.
doCanonicalizeURLs(File, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Canonicalizes all urls in the specified Working Copy.
doCat(File, String, SVNRevision, OutputStream) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Fetches file contents for the specified revision and path.
doCat(File, String, String, OutputStream) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Fetches file contents for the specified path in the given transaction.
doCheckout(SVNURL, File, SVNRevision, SVNRevision, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Checks out a Working Copy from a repository.
doCleanup(File) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Recursively cleans up the working copy, removing locks and resuming unfinished operations.
doCleanup(File, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
 
doCleanupWCProperties(File) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
 
doCollectCommitItems(File[], boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Collects commit items (containing detailed information on each Working Copy item that was changed and need to be committed to the repository) into a single SVNCommitPacket.
doCollectCommitItems(File[], boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Collects commit items (containing detailed information on each Working Copy item that was changed and need to be committed to the repository) into different SVNCommitPackets.
doCommit(File[], boolean, String, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Committs local changes made to the Working Copy items (provided as an array of Files) to the repository.
doCommit(SVNCommitPacket, boolean, String) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Committs local changes made to the Working Copy items to the repository.
doCommit(SVNCommitPacket[], boolean, String) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Committs local changes, made to the Working Copy items, to the repository.
doCompleteSynchronize(SVNURL, SVNURL) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Completely synchronizes two repositories.
doCopy(SVNURL, SVNRevision, SVNURL, boolean, String) - Method in class org.tmatesoft.svn.core.wc.SVNCopyClient
Copies/moves a source URL to a destination one immediately committing changes to a repository.
doCopy(SVNURL, SVNRevision, SVNURL, boolean, boolean, String) - Method in class org.tmatesoft.svn.core.wc.SVNCopyClient
Copies/moves a source URL to a destination one immediately committing changes to a repository.
doCopy(File, SVNRevision, SVNURL, String) - Method in class org.tmatesoft.svn.core.wc.SVNCopyClient
Copies a source Working Copy path (or its repository location URL) to a destination URL immediately committing changes to a repository.
doCopy(File, SVNRevision, SVNURL, boolean, String) - Method in class org.tmatesoft.svn.core.wc.SVNCopyClient
Copies a source Working Copy path (or its repository location URL) to a destination URL immediately committing changes to a repository.
doCopy(SVNURL, SVNRevision, File) - Method in class org.tmatesoft.svn.core.wc.SVNCopyClient
Copies a source URL to a destination Working Copy path.
doCopy(File, SVNRevision, File, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNCopyClient
Copies/moves a source Working Copy path to a destination Working Copy path.
doCopyRevisionProperties(SVNURL, long) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Copies revision properties from the source repository that the destination one is synchronized with to the given revision of the destination repository itself.
doCreateRepository(File, String, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Creates an FSFS-type repository.
doCreateRepository(File, String, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Creates an FSFS-type repository.
doDelete(SVNURL[], String) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Committs removing specified URL-paths from the repository.
doDelete(File, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Schedules a Working Copy item for deletion.
doDelete(File, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Schedules a Working Copy item for deletion.
doDiff(SVNURL, SVNRevision, SVNRevision, SVNRevision, boolean, boolean, OutputStream) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Generates the differences for the specified URL taken from the two specified revisions and writes the result to the provided output stream.
doDiff(File, SVNRevision, SVNRevision, SVNRevision, boolean, boolean, OutputStream) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Generates the differences for the specified path taken from the two specified revisions and writes the result to the provided output stream.
doDiff(SVNURL, SVNRevision, SVNURL, SVNRevision, boolean, boolean, OutputStream) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Generates the differences for the specified URLs taken from the two specified revisions and writes the result to the provided output stream.
doDiff(File, SVNRevision, SVNURL, SVNRevision, boolean, boolean, OutputStream) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Generates the differences comparing the specified URL in a certain revision against either the specified Working Copy path or its repository location URL in the specified revision, and writes the result to the provided output stream.
doDiff(SVNURL, SVNRevision, File, SVNRevision, boolean, boolean, OutputStream) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Generates the differences comparing either the specified Working Copy path or its repository location URL in the specified revision against the specified URL in a certain revision, and writes the result to the provided output stream.
doDiff(File, SVNRevision, File, SVNRevision, boolean, boolean, OutputStream) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Generates the differences comparing either the specified Working Copy paths or their repository location URLs (any combinations are possible) in the specified revisions and writes the result to the provided output stream.
doDiffStatus(File, SVNRevision, File, SVNRevision, boolean, boolean, ISVNDiffStatusHandler) - Method in class org.t