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 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
 
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.
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.
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, boolean, int) - Constructor for class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Constructs a DefaultSVNRepositoryPool instance.
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.
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.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.
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.tmatesoft.svn.core.wc.SVNDiffClient
Diffs one path against another one providing short status-like change information to the provided handler.
doDiffStatus(File, SVNRevision, SVNURL, SVNRevision, boolean, boolean, ISVNDiffStatusHandler) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Diffs a path against a url providing short status-like change information to the provided handler.
doDiffStatus(SVNURL, SVNRevision, File, SVNRevision, boolean, boolean, ISVNDiffStatusHandler) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Diffs a url against a path providing short status-like change information to the provided handler.
doDiffStatus(SVNURL, SVNRevision, SVNURL, SVNRevision, boolean, boolean, ISVNDiffStatusHandler) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Diffs one url against another one providing short status-like change information to the provided handler.
doDump(File, OutputStream, SVNRevision, SVNRevision, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Dumps contents of the repository to the provided output stream in a 'dumpfile' portable format.
doExport(String, String, Revision, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
doExport(String, String, Revision, Revision, boolean, boolean, boolean, String) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
doExport(SVNURL, File, SVNRevision, SVNRevision, String, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Exports a clean directory or single file from a repository.
doExport(File, File, SVNRevision, SVNRevision, String, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Exports a clean directory or single file from eihter a source Working Copy or a repository.
doGetAuthor(File, SVNRevision) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Returns author information for the given revision.
doGetAuthor(File, String) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Returns author information for the given transaction.
doGetChanged(File, SVNRevision, ISVNChangeEntryHandler, boolean) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Traverses changed paths for the given revision invoking the passed handler on each changed path.
doGetChanged(File, String, ISVNChangeEntryHandler, boolean) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Traverses changed paths for the given transaction invoking the passed handler on each changed path.
doGetChangedDirectories(File, SVNRevision, ISVNChangedDirectoriesHandler) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Passes paths of directories changed in the given revision to the provided handler.
doGetChangedDirectories(File, String, ISVNChangedDirectoriesHandler) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Passes paths of directories changed in the given transaction to the provided handler.
doGetDate(File, SVNRevision) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Returns datestamp information for the given revision.
doGetDate(File, String) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Returns datestamp information for the given transaction.
doGetDiff(File, SVNRevision, boolean, boolean, boolean, OutputStream) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Writes differences of changed files and properties for the given revision to the provided output stream.
doGetDiff(File, String, boolean, boolean, boolean, OutputStream) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Writes differences of changed files and properties for the given transaction to the provided output stream.
doGetFileContents(File, SVNRevision, SVNRevision, boolean, OutputStream) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Gets contents of a file.
doGetFileContents(SVNURL, SVNRevision, SVNRevision, boolean, OutputStream) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Gets contents of a file of a particular revision from a repository.
doGetHistory(File, String, SVNRevision, boolean, ISVNHistoryHandler) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Passes history information for the specified path and revision to the provided handler.
doGetInfo(File, SVNRevision) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Retrieves author, timestamp and log message information from the repository for the given revision.
doGetInfo(File, String) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Retrieves author, timestamp and log message information from the repository for the given transaction name.
doGetLock(File, String) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Retrieves lock information for the specified path.
doGetLog(File, SVNRevision) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Returns log information for the given revision.
doGetLog(File, String) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Returns log information for the given transaction.
doGetProperties(File, String, SVNRevision) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Returns versioned properties for the specified path in the given revision.
doGetProperties(File, String, String) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Returns versioned properties for the specified path in the given transaction.
doGetProperty(File, String, SVNRevision, SVNRevision, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Gets an item's versioned property.
doGetProperty(SVNURL, String, SVNRevision, SVNRevision, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Gets an item's versioned property from a repository.
doGetProperty(File, String, SVNRevision, SVNRevision, boolean, ISVNPropertyHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Gets an item's versioned property and passes it to a provided property handler.
doGetProperty(SVNURL, String, SVNRevision, SVNRevision, boolean, ISVNPropertyHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Gets an item's versioned property from a repository and passes it to a provided property handler.
doGetProperty(File, String, String, SVNRevision) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Returns the value of a versioned property for the specified path in the given revision.
doGetProperty(File, String, String, String) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Returns the value of a versioned property for the specified path in the given transaction.
doGetRevisionProperties(File, SVNRevision) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Returns revision properties in the given revision.
doGetRevisionProperties(File, String) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Returns revision properties for the given transaction.
doGetRevisionProperty(File, String, SVNRevision, ISVNPropertyHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Gets an unversioned revision property from a repository (getting a repository URL from a Working Copy) and passes it to a provided property handler.
doGetRevisionProperty(SVNURL, String, SVNRevision, ISVNPropertyHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Gets an unversioned revision property from a repository and passes it to a provided property handler.
doGetRevisionProperty(File, String, SVNRevision) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Returns the value of a revision property in the given revision.
doGetRevisionProperty(File, String, String) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Returns the value of a revision property for the given transaction.
doGetTree(File, String, SVNRevision, boolean, ISVNTreeHandler) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Traverses repository tree starting at the specified path in the given revision and invoking the provided handler on each path.
doGetTree(File, String, String, boolean, ISVNTreeHandler) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Traverses repository tree starting at the specified path in the given transaction and invoking the provided handler on each path.
doGetUUID(File) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Returns the uuid of the repository.
doGetWorkingCopyID(File, String) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Returns the current Working Copy min- and max- revisions as well as changes and switch status within a single string.
doGetWorkingCopyID(File, String, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
 
doGetYoungestRevision(File) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Returns the latest revision of the repository.
doImport(String, String, String, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
doImport(File, SVNURL, String, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Committs an addition of a local unversioned file or directory into the repository.
doImport(File, SVNURL, String, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Committs an addition of a local unversioned file or directory into the repository.
doInfo(File, SVNRevision, boolean, ISVNInfoHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Collects information about Working Copy item(s) and passes it to an info handler.
doInfo(File, SVNRevision, SVNRevision, boolean, ISVNInfoHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Collects information about Working Copy item(s) and passes it to an info handler.
doInfo(SVNURL, SVNRevision, SVNRevision, boolean, ISVNInfoHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Collects information about item(s) in a repository and passes it to an info handler.
doInfo(File, SVNRevision) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Collects and returns information on a single Working Copy item.
doInfo(SVNURL, SVNRevision, SVNRevision) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Collects and returns information on a single item in a repository.
doInitialize(SVNURL, SVNURL) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Initializes synchronization between source and target repositories.
doList(File, SVNRevision, SVNRevision, boolean, boolean, ISVNDirEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
Browses directory entries from a repository (using Working Copy paths to get corresponding URLs) and uses the provided dir entry handler to process them.
doList(File, SVNRevision, SVNRevision, boolean, ISVNDirEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
Browses directory entries from a repository (using Working Copy paths to get corresponding URLs) and uses the provided dir entry handler to process them.
doList(SVNURL, SVNRevision, SVNRevision, boolean, boolean, ISVNDirEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
Browses directory entries from a repository and uses the provided dir entry handler to process them.
doList(SVNURL, SVNRevision, SVNRevision, boolean, ISVNDirEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
Browses directory entries from a repository and uses the provided dir entry handler to process them.
doListLocks(File) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
 
doListTransactions(File) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Lists all uncommitted transactions.
doLoad(File, InputStream) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Reads the provided dump stream committing new revisions to a repository.
doLoad(File, InputStream, boolean, boolean, SVNUUIDAction, String) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Reads the provided dump stream committing new revisions to a repository.
doLock(File[], boolean, String) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Locks file items in a Working Copy as well as in a repository so that no other user can commit changes to them.
doLock(SVNURL[], boolean, String) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Locks file items in a repository so that no other user can commit changes to them.
doLog(File[], SVNRevision, SVNRevision, boolean, boolean, long, ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
Gets commit log messages with other revision specific information from a repository (using Working Copy paths to get corresponding URLs) and passes them to a log entry handler for processing.
doLog(File[], SVNRevision, SVNRevision, SVNRevision, boolean, boolean, long, ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
Gets commit log messages with other revision specific information from a repository (using Working Copy paths to get corresponding URLs) and passes them to a log entry handler for processing.
doLog(SVNURL, String[], SVNRevision, SVNRevision, SVNRevision, boolean, boolean, long, ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
Gets commit log messages with other revision specific information from a repository and passes them to a log entry handler for processing.
doMerge(File, SVNRevision, File, SVNRevision, File, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Applies the differences between two sources (using Working Copy paths to get corresponding URLs of the sources) to a Working Copy path.
doMerge(File, SVNRevision, SVNURL, SVNRevision, File, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Applies the differences between two sources (a source URL against the repository location URL of a source Working Copy path) to a Working Copy path.
doMerge(SVNURL, SVNRevision, File, SVNRevision, File, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Applies the differences between two sources (the repository location URL of a source Working Copy against a source URL) to a Working Copy path.
doMerge(SVNURL, SVNRevision, SVNURL, SVNRevision, File, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Applies the differences between two sources (one source URL against another source URL) to a Working Copy path.
doMerge(SVNURL, SVNRevision, SVNRevision, SVNRevision, File, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Applies the differences between two sources (a source URL in a particular revision against the same source URL in another particular revision) to a Working Copy path.
doMerge(File, SVNRevision, SVNRevision, SVNRevision, File, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Applies the differences between two sources (the repository location of a source Working Copy path in a particular revision against the repository location of the same path in another particular revision) to a Working Copy path.
doMkDir(SVNURL[], String) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Committs a creation of a new directory/directories in the repository.
doMove(File, File) - Method in class org.tmatesoft.svn.core.wc.SVNMoveClient
Moves a source item to a destination one.
doRelocate(File, SVNURL, SVNURL, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Substitutes the beginning part of a Working Copy's URL with a new one.
doRemoveLocks(File, String[]) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
 
doRemoveTransactions(File, String[]) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Removes the specified outstanding transactions from a repository.
doResolve(File, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Resolves a 'conflicted' state on a Working Copy item.
doRevert(File, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Reverts all local changes made to a Working Copy item(s) thus bringing it to a 'pristine' state.
doRevert(File[], boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Reverts all local changes made to a Working Copy item(s) thus bringing it to a 'pristine' state.
doSetProperty(File, String, String, boolean, boolean, ISVNPropertyHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Sets, edits or deletes a property on a file or directory item(s).
doSetRevisionProperty(File, SVNRevision, String, String, boolean, ISVNPropertyHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Sets, edits or deletes an unversioned revision property.
doSetRevisionProperty(SVNURL, SVNRevision, String, String, boolean, ISVNPropertyHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Sets, edits or deletes an unversioned revision property.
doStatus(File, boolean, boolean, boolean, boolean, ISVNStatusHandler) - Method in class org.tmatesoft.svn.core.wc.SVNStatusClient
Collects status information on Working Copy items and passes it to a handler.
doStatus(File, boolean, boolean, boolean, boolean, boolean, ISVNStatusHandler) - Method in class org.tmatesoft.svn.core.wc.SVNStatusClient
Collects status information on Working Copy items and passes it to a handler.
doStatus(File, SVNRevision, boolean, boolean, boolean, boolean, boolean, ISVNStatusHandler) - Method in class org.tmatesoft.svn.core.wc.SVNStatusClient
Collects status information on Working Copy items and passes it to a handler.
doStatus(File, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNStatusClient
Collects status information on a single Working Copy item.
doStatus(File, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNStatusClient
Collects status information on a single Working Copy item.
doSwitch(String, String, Revision, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
doSwitch(File, SVNURL, SVNRevision, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Updates the Working Copy item to mirror a new URL.
doSwitch(File, SVNURL, SVNRevision, SVNRevision, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Updates the Working Copy item to mirror a new URL.
doSynchronize(SVNURL) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Synchronizes the repository at the given url.
doUnlock(File[], boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Unlocks file items in a Working Copy as well as in a repository.
doUnlock(SVNURL[], boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Unlocks file items in a repository.
doUpdate(File, SVNRevision, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Brings the Working Copy item up-to-date with repository changes at the specified revision.
doVerify(File) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Verifies the data stored in the repository.
doVerify(File, SVNRevision, SVNRevision) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
 
doVirtualCopy(File, File, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNMoveClient
Copies/moves administrative version control information of a source file to administrative information of a destination file.

E

EMPTY - Static variable in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
An empty window (in particular, its instructions length = 0).
EMPTY - Static variable in class org.tmatesoft.svn.core.wc.SVNCommitPacket
This constant denotes an empty commit items storage (contains no SVNCommitItem objects).
EMPTY_FILE_IS - Static variable in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
ENTRY_ATTRIBUTE_INVALID - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
ENTRY_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
ENTRY_EXISTS - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
ENTRY_MISSING_REVISION - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
ENTRY_MISSING_URL - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
ENTRY_NOT_FOUND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
ENTRY_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
 
ENTRY_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
 
ENTRY_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
 
EOL - Static variable in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
EOL_STYLE - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:eol-style" SVN special property.
EOL_STYLE_CR - Static variable in class org.tmatesoft.svn.core.SVNProperty
One of the four possible values of the SVNProperty.EOL_STYLE property - "CR" (linefeed)
EOL_STYLE_CRLF - Static variable in class org.tmatesoft.svn.core.SVNProperty
One of the four possible values of the SVNProperty.EOL_STYLE property - "CRLF"
EOL_STYLE_LF - Static variable in class org.tmatesoft.svn.core.SVNProperty
One of the four possible values of the SVNProperty.EOL_STYLE property - "LF" (line feed)
EOL_STYLE_NATIVE - Static variable in class org.tmatesoft.svn.core.SVNProperty
One of the four possible values of the SVNProperty.EOL_STYLE property - "native"
ERROR - Static variable in interface org.tmatesoft.svn.core.wc.ISVNCommitParameters
A constant that defines a file/dir missing situation as an error, commit should fail.
EXECUTABLE - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:executable" SVN special property.
EXPIRES_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
 
EXPIRES_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
 
EXTERNALS - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:externals" SVN special property.
EXTERNAL_PROGRAM - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
endDocument() - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
Stops logging.
endDocument() - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
Writes a End Of Line marker to the output.
endElement(String, String, String) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
 
endPrefixMapping(String) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
Does nothing.
endTarget() - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
Closes the formatted XML output.
endTarget() - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
Closes the formatted XML output.
endTarget(long) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
Closes the formatted XML with the revision against which the status is run.
equals(Object) - Method in class org.tmatesoft.svn.core.SVNErrorCode
Says if the given object and this one are equal.
equals(Object) - Method in class org.tmatesoft.svn.core.SVNLogEntry
Compares this object with another one.
equals(Object) - Method in class org.tmatesoft.svn.core.SVNLogEntryPath
Compares this object with another one.
equals(Object) - Method in class org.tmatesoft.svn.core.SVNURL
Compares this object with another one.
equals(Object) - Method in class org.tmatesoft.svn.core.wc.SVNRevision
Compares this object with another SVNRevision object.

F

FAILED_REVERT - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that a revert operation failed.
FILE - Static variable in class org.tmatesoft.svn.core.SVNNodeKind
Defines the file node kind
FORCE_UUID - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNUUIDAction
A command to override the existing uuid with any one met in a dumpstream.
FROM_URL - Static variable in class org.tmatesoft.svn.core.SVNRevisionProperty
"svn:sync-from-url" revision property.
FROM_UUID - Static variable in class org.tmatesoft.svn.core.SVNRevisionProperty
"svn:sync-from-uuid" revision property.
FS_ALREADY_EXISTS - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_ALREADY_OPEN - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_BAD_LOCK_TOKEN - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_BERKELEY_DB - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_BERKELEY_DB_DEADLOCK - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_CLEANUP - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_CONFLICT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_CORRUPT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_GENERAL - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_ID_NOT_FOUND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_LOCK_EXPIRED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_LOCK_OWNER_MISMATCH - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_MALFORMED_SKEL - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_NOT_DIRECTORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_NOT_FILE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_NOT_FOUND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_NOT_ID - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_NOT_MUTABLE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_NOT_OPEN - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_NOT_REVISION_ROOT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_NOT_SINGLE_PATH_COMPONENT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_NOT_TXN_ROOT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_NO_LOCK_TOKEN - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_NO_SUCH_COPY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_NO_SUCH_ENTRY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_NO_SUCH_LOCK - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_NO_SUCH_REPRESENTATION - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_NO_SUCH_REVISION - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_NO_SUCH_STRING - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_NO_SUCH_TRANSACTION - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_NO_USER - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_OUT_OF_DATE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_PATH_ALREADY_LOCKED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_PATH_NOT_LOCKED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_PATH_SYNTAX - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_REP_CHANGED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_REP_NOT_MUTABLE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_ROOT_DIR - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_TRANSACTION_DEAD - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_TRANSACTION_NOT_DEAD - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_TRANSACTION_NOT_MUTABLE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_TXN_OUT_OF_DATE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_UNKNOWN_FS_TYPE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
FS_UNSUPPORTED_FORMAT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
fileContent(String, Revision) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
fileContent(String, Revision, Revision) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
finishReport() - Method in interface org.tmatesoft.svn.core.io.ISVNReporter
Finalizes the report.
fireReplicatedEvent(SVNCommitInfo) - Method in class org.tmatesoft.svn.core.replicator.SVNRepositoryReplicator
Fires a replicating iteration finished event to the registered handler.
fireReplicatingEvent(SVNLogEntry) - Method in class org.tmatesoft.svn.core.replicator.SVNRepositoryReplicator
Fires a replicating iteration started event to the registered handler.
flush() - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
Flushes written bytes.
fromFile(File) - Static method in class org.tmatesoft.svn.core.SVNURL
Creates a "file:///" SVNURL representation given a filesystem style repository path.

G

getAction() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
Gets the type of an action performed upon the item.
getAction() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Returns the type of an action this event is fired for.
getAddParameters() - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
 
getAdminClient() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Returns an instance of the SVNAdminClient class.
getAdminDirectoryName() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
getAuthenticationManager() - Method in class org.tmatesoft.svn.core.io.SVNRepository
Returns the authentication driver registered for this object.
getAuthor() - Method in class org.tmatesoft.svn.core.SVNCommitInfo
Gets the name of the revision author
getAuthor() - Method in class org.tmatesoft.svn.core.SVNDirEntry
Retrieves the name of the author who last changed this entry.
getAuthor() - Method in class org.tmatesoft.svn.core.SVNLogEntry
Returns the author of the revision that this object represents.
getAuthor() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the item's last commit author.
getAuthor() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the author who last changed the item.
getAutoProperties() - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Returns autoproperties as a Map where each key is a file name pattern and the corresponding value is a string in the form of "propName=propValue".
getBasePath() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
getCanceller() - Method in class org.tmatesoft.svn.core.io.SVNRepository
 
getCategory() - Method in class org.tmatesoft.svn.core.SVNErrorCode
Returns the category this error code object belongs to.
getCause() - Method in class org.tmatesoft.svn.core.SVNErrorMessage
Returns throwable that is cause of the error if any.
getCertificateFile() - Method in class org.tmatesoft.svn.core.auth.SVNSSLAuthentication
Returns a user's certificate file.
getChangedPaths() - Method in class org.tmatesoft.svn.core.SVNLogEntry
Gets a map containing all the paths that were changed in the revision that this object represents.
getChecksum() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the file item's checksum.
getChildErrorMessage() - Method in class org.tmatesoft.svn.core.SVNErrorMessage
Returns an error message (if any) that was returned from a deeper method call.
getClientAuthentication() - Method in interface org.tmatesoft.svn.core.auth.ISVNSSLManager
Returns client authentication.
getClientManager() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
getCode() - Method in class org.tmatesoft.svn.core.SVNErrorCode
Returns a unique error code value.
getCode() - Method in class org.tmatesoft.svn.core.wc.SVNStatusType
Returns id of this object.
getColumnNumber() - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
 
getComment() - Method in class org.tmatesoft.svn.core.SVNLock
Gets the lock comment.
getCommitClient() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Returns an instance of the SVNCommitClient class.
getCommitEditor(String, ISVNWorkspaceMediator) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Gets an editor for committing changes to a repository.
getCommitEditor(String, Map, boolean, ISVNWorkspaceMediator) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Gets an editor for committing changes to a repository.
getCommitHandler() - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Returns the specified commit handler (if set) being in use or a default one (DefaultSVNCommitHandler) if no special implementations of ISVNCommitHandler were previousely provided.
getCommitHandler() - Method in class org.tmatesoft.svn.core.wc.SVNCopyClient
Returns the specified commit handler (if set) being in use or a default one (DefaultSVNCommitHandler) if no special implementations of ISVNCommitHandler were previousely provided.
getCommitInfo() - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
Returns commit information on the revision committed to the replication destination repository.
getCommitItems() - Method in class org.tmatesoft.svn.core.wc.SVNCommitPacket
Gets an array of SVNCommitItem objects stored in this object.
getCommitMessage() - Method in class org.tmatesoft.svn.core.SVNDirEntry
Returns the commit log message for the revision of this entry.
getCommitMessage(SVNRepository, long) - Method in interface org.tmatesoft.svn.core.io.ISVNSession
Retrieves the cached commit message for a particular revision.
getCommitMessage() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
getCommitMessage(String, SVNCommitItem[]) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNCommitHandler
Returns the message itself without any modifications to it or "" if the message is null.
getCommitMessage(SVNRepository, long) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Returns null.
getCommitMessage(String, SVNCommitItem[]) - Method in interface org.tmatesoft.svn.core.wc.ISVNCommitHandler
Handles the in-come initial log message and items intended for a commit and returns a new commit log message.
getCommitParameters() - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Returns commit parameters.
getCommitParameters() - Method in class org.tmatesoft.svn.core.wc.SVNCopyClient
Returns commit parameters.
getCommittedDate() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the item's last commit date.
getCommittedDate() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the timestamp when the item was last changed (committed).
getCommittedRevision() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the item's last committed revision.
getCommittedRevision() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the revision when the item was last changed (committed).
getConfigDirectory() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
getConflictNewFile() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the temporary file that contains all latest changes from the repository which led to a conflict with local changes.
getConflictNewFile() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the temporary file that contains all latest changes from the repository which led to a conflict with local changes.
getConflictOldFile() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the temporary BASE revision file of that working file that is currently in conflict with changes received from the repository.
getConflictOldFile() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the temporary BASE revision file of that working file that is currently in conflict with changes received from the repository.
getConflictWrkFile() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the temporary '.mine' file with all current local changes to the original file.
getConflictWrkFile() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the temporary '.mine' file with all current local changes to the original file.
getContentsStatus() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
Gets the status type of either file or directory contents.
getContentsStatus() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the Working Copy local item's contents status type.
getCopyClient() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Returns an instance of the SVNCopyClient class.
getCopyFromPath() - Method in class org.tmatesoft.svn.core.wc.admin.SVNChangeEntry
Returns a copy-from source path.
getCopyFromRevision() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
Gets the revision of the versioned item's ancestor from which the item was copied.
getCopyFromRevision() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the revision of the item's ancestor from which the item was copied.
getCopyFromRevision() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the revision of the item's ancestor from which the item was copied (the item is added with history).
getCopyFromRevision() - Method in class org.tmatesoft.svn.core.wc.admin.SVNChangeEntry
Returns a copy-from source revision.
getCopyFromURL() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
Gets the repository location of the versioned item's ancestor from which the item was copied.
getCopyFromURL() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the URL (repository location) of the ancestor from which the item was copied.
getCopyFromURL() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the URL (repository location) of the ancestor from which the item was copied.
getCopyPath() - Method in class org.tmatesoft.svn.core.SVNLogEntryPath
Returns the path of the ancestor of the item represented by this object.
getCopyRevision() - Method in class org.tmatesoft.svn.core.SVNLogEntryPath
Returns the revision of the ancestor of the item represented by this object.
getCreationDate() - Method in class org.tmatesoft.svn.core.SVNLock
Gets the creation datestamp of this lock.
getData(String, String) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationStorage
Retrieves a cached credential of the specified kind for the given repository authentication realm from the auth storage.
getData(String, String) - Method in class org.tmatesoft.svn.core.javahl.JavaHLAuthenticationStorage
 
getDataLength() - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Returns the total amount of new data and instruction bytes.
getDate() - Method in class org.tmatesoft.svn.core.SVNCommitInfo
Gets the datestamp when the revision was committed.
getDate() - Method in class org.tmatesoft.svn.core.SVNDirEntry
Returns the date the entry was last changed.
getDate() - Method in class org.tmatesoft.svn.core.SVNLogEntry
Gets the datestamp when the revision was committed.
getDate() - Method in class org.tmatesoft.svn.core.wc.SVNRevision
Gets the timestamp used to specify a revision.
getDatedRevision(Date) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Returns the recent repository revision number for the particular moment in time - the closest one before or at the specified datestamp.
getDebugLog() - Method in class org.tmatesoft.svn.core.io.SVNRepository
Returns the debug logger currently in use.
getDebugLog() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Returns the debug logger currently in use.
getDebugLog() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Returns the debug logger currently in use.
getDebugLog() - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
 
getDefaultConfigurationDirectory() - Static method in class org.tmatesoft.svn.core.wc.SVNWCUtil
Gets the location of the default SVN's run-time configuration area on the current machine.
getDefaultPortNumber(String) - Static method in class org.tmatesoft.svn.core.SVNURL
Returns the default port number for the specified protocol.
getDescription() - Method in class org.tmatesoft.svn.core.SVNErrorCode
Returns a description of this error.
getDiffClient() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Returns an instance of the SVNDiffClient class.
getDiffGenerator() - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Returns the diff driver being in use.
getDiffGenerator() - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Returns a diff generator to be used in doGetDiff() methods of this class.
getDiffOptions() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Gets the diff options that are used by this generator.
getDiffOptions() - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
Gets the diff options that are used in annotate operations by this client.
getDir(String, long, Map, ISVNDirEntryHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Fetches the contents and/or properties of a directory located at the specified path in a particular revision.
getDir(String, long, Map, Collection) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Fetches the contents and properties of a directory located at the specified path in a particular revision.
getDir(String, long, boolean, Collection) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Fetches the contents of a directory into the provided collection object and returns the directory entry itself.
getDisplayPath(String) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
getEOLBytes(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
Returns eol-marker bytes according to the given eol type.
getEncoding() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
getEncoding() - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Gets the encoding charset being in use for a diff output.
getEntry() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Returns a WC entry for which this object is generated.
getEntryProperties() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the item's SVN specific '<entry' properties.
getError() - Method in class org.tmatesoft.svn.core.SVNCommitInfo
Deprecated. use SVNCommitInfo.getErrorMessage() instead
getError() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
 
getErrorCode(int) - Static method in class org.tmatesoft.svn.core.SVNErrorCode
Gets an error code object given its unique error code number.
getErrorCode() - Method in class org.tmatesoft.svn.core.SVNErrorMessage
Returns the error code of the error.
getErrorMessage() - Method in class org.tmatesoft.svn.core.SVNCommitInfo
Gets an error message for a failed commit (if it has failed).
getErrorMessage() - Method in class org.tmatesoft.svn.core.SVNException
Returns an error message provided to this exception object.
getErrorMessage() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
Gets the error message that (if it's an error situation and therefore the string is not null) points to some fault.
getEventDispatcher() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
getEventListener() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
getExpectedAction() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
Returns the expected action.
getExpirationDate() - Method in class org.tmatesoft.svn.core.SVNLock
Gets the expiration datestamp of this lock.
getExternalRevision(File, SVNURL) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
 
getFile(String, long, Map, OutputStream) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Fetches the contents and/or properties of a file located at the specified path in a particular revision.
getFile() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
Gets the location of the Working Copy item.
getFile() - Method in class org.tmatesoft.svn.core.wc.SVNDiffStatus
Returns File representation of the Working Copy item path.
getFile() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
Gets a java.io.File representation of the item's path.
getFile() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the item's local path.
getFile() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the item's path in the filesystem.
getFileRevisions(String, long, long, ISVNFileRevisionHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Retrieves interesting file revisions for the specified file.
getFileRevisions(String, Collection, long, long) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Retrieves and returns interesting file revisions for the specified file.
getFirstAuthentication(String, String, SVNURL) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
 
getFirstAuthentication(String, String, SVNURL) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
Retrieves the first user credential.
getFullMessage() - Method in class org.tmatesoft.svn.core.SVNErrorMessage
Gets a string representation of the entire stack trace of error messages (if they were provided) starting with the initial cause of the error.
getFullPath(String) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Resolves a path, relative either to the location to which this driver object is set or to the repository root directory, to a path, relative to the host.
getHTTPTimeout(SVNRepository) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
 
getHTTPTimeout(SVNRepository) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
Returns a connection timeout value.
getHeaderName() - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
 
getHeaderName() - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
 
getHeaderName() - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
 
getHeaderName() - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLInfoHandler
 
getHeaderName() - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
Returns the header name specific for a log handler.
getHeaderName() - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
 
getHost() - Method in class org.tmatesoft.svn.core.SVNURL
Returns the host component of the url represented by this object.
getID() - Method in class org.tmatesoft.svn.core.SVNLock
Gets the lock token.
getID() - Method in class org.tmatesoft.svn.core.wc.SVNEventAction
Returns this object's identifier.
getID() - Method in class org.tmatesoft.svn.core.wc.SVNRevision
Gets the identifier of the revision information kind this object represents.
getID() - Method in class org.tmatesoft.svn.core.wc.SVNStatusType
Returns this object's identifier as an integer nbumber.
getID() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
Returns an action id
getIgnorePatterns() - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Returns all the global ignore patterns.
getInstructionsCount() - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Returns the amount of instructions of this window object.
getInstructionsLength() - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Returns the length of instructions in bytes.
getKeywordDateFormat() - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
 
getKind() - Method in class org.tmatesoft.svn.core.SVNDirEntry
Returns the entry node kind.
getKind() - Method in class org.tmatesoft.svn.core.auth.SVNAuthentication
Returns a credential kind for which this authentication credential is used.
getKind() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
Gets the node kind of the versioned item.
getKind() - Method in class org.tmatesoft.svn.core.wc.SVNDiffStatus
Returns the node kind of the Working Copy item.
getKind() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the item's node kind.
getKind() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the item's node kind characterizing it as an entry.
getKind() - Method in class org.tmatesoft.svn.core.wc.admin.SVNChangeEntry
Returns the node kind of the item.
getLastPath() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
getLatestRevision() - Method in class org.tmatesoft.svn.core.io.SVNRepository
Returns the number of the latest revision of the repository this driver is working with.
getLineNumber() - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
 
getLocalLock() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the file item's local lock.
getLocation() - Method in class org.tmatesoft.svn.core.io.SVNRepository
Returns the repository location to which this object is set.
getLocations(String, long, long[], ISVNLocationEntryHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Gets entry locations in time.
getLocations(String, Collection, long, long[]) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Gets entry locations in time.
getLocations(String, Map, long, long[]) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Gets entry locations in time.
getLocations(SVNURL, File, SVNRepository, SVNRevision, SVNRevision, SVNRevision) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
getLock() - Method in class org.tmatesoft.svn.core.SVNDirEntry
Gets the lock object for this entry (if it's locked).
getLock(String) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Gets the lock for the file located at the specified path.
getLock() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
Gets the file item's lock information (if any) represented by an SVNLock object.
getLock() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the file item's lock.
getLock() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
 
getLockStatus() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
Gets the file item's lock status.
getLocks(String) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Gets all locks on or below the path, that is if the repository entry (located at the path) is a directory then the method returns locks of all locked files (if any) in it.
getLogClient() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Returns an instance of the SVNLogClient class.
getLookClient() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Returns an instance of the SVNLookClient class.
getMergeOptions() - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Gets the diff options that are used in merge operations by this client.
getMergerFactory() - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Returns a factory object which is responsible for creating merger drivers.
getMessage() - Method in class org.tmatesoft.svn.core.SVNErrorMessage
Returns an error description formatted with the related objects if needed.
getMessage() - Method in class org.tmatesoft.svn.core.SVNException
Returns the informational message describing the cause of this exception.
getMessage() - Method in class org.tmatesoft.svn.core.SVNLogEntry
Gets the log message attached to the revision.
getMessage() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
 
getMessageTemplate() - Method in class org.tmatesoft.svn.core.SVNErrorMessage
Returns an error description which may contain message format patterns.
getMimeType() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
Gets the MIME type of the item relying upon the special SVN's 'svn:mime-type' property.
getModificationType() - Method in class org.tmatesoft.svn.core.wc.SVNDiffStatus
Returns the type of modification for the current item.
getMoveClient() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Returns an instance of the SVNMoveClient class.
getName() - Method in class org.tmatesoft.svn.core.SVNDirEntry
Gets the the directory entry name
getName() - Method in class org.tmatesoft.svn.core.wc.SVNPropertyData
Gets the name of the property represented by this SVNPropertyData object.
getName() - Method in class org.tmatesoft.svn.core.wc.SVNRevision
Gets the revision keyword name.
getNewDataLength() - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Returns the number of new data bytes to copy to the target view.
getNewRevision() - Method in class org.tmatesoft.svn.core.SVNCommitInfo
Gets the revision number the repository was committed to.
getNextAuthentication(String, String, SVNURL) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
 
getNextAuthentication(String, String, SVNURL) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
Retrieves the next user credential if the first try failed.
getNodeID() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminPath
Returns a node revision id.
getNodeKind() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
Gets the node kind of the item characterizing it as an entry - whether it's a directory, file, etc.
getNotify() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
Deprecated.  
getNotify2() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
getNumber() - Method in class org.tmatesoft.svn.core.wc.SVNRevision
Gets the revision number represented by this object.
getOptions() - Method in class org.tmatesoft.svn.core.io.SVNRepository
Returns the session options object this driver is using.
getOptions() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Gets a run-time configuration area driver used by this object.
getOptions() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Returns the run-time configuration options driver which kept by this object.
getOriginalRevision() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Returns the original revision from which a new one is loaded.
getOwner() - Method in class org.tmatesoft.svn.core.SVNLock
Gets the lock owner.
getPassphrase() - Method in class org.tmatesoft.svn.core.auth.SVNSSHAuthentication
Returns the password to the ssh private key.
getPassword() - Method in class org.tmatesoft.svn.core.auth.SVNPasswordAuthentication
Returns this user credential's password.
getPassword() - Method in class org.tmatesoft.svn.core.auth.SVNSSHAuthentication
Returns the user account's password.
getPassword() - Method in class org.tmatesoft.svn.core.auth.SVNSSLAuthentication
Return a user's password.
getPath() - Method in class org.tmatesoft.svn.core.SVNDirEntry
Deprecated. use SVNDirEntry.getRelativePath() instead.
getPath() - Method in class org.tmatesoft.svn.core.SVNLock
Gets the path of the file for which this lock was created.
getPath() - Method in class org.tmatesoft.svn.core.SVNLogEntryPath
Returns the path of the item represented by this object.
getPath() - Method in class org.tmatesoft.svn.core.SVNURL
Returns the path component of the url represented by this object as a uri-decoded string
getPath() - Method in class org.tmatesoft.svn.core.io.SVNFileRevision
Gets the file path (relative to a repository root URL).
getPath() - Method in class org.tmatesoft.svn.core.io.SVNLocationEntry
Gets the path.
getPath() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
Gets the item's relevant path.
getPath() - Method in class org.tmatesoft.svn.core.wc.SVNDiffStatus
Returns a relative path of the item.
getPath() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
Gets the item's path relative to the Working Copy root directory.
getPath() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the item's path (relative to the repository root).
getPath() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Returns an absolute repository path being changed within the current revision load iteration.
getPath() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminPath
Returns an absolute path.
getPath() - Method in class org.tmatesoft.svn.core.wc.admin.SVNChangeEntry
Returns the absolute path of the changed item represented by this object.
getPort() - Method in class org.tmatesoft.svn.core.SVNURL
Returns the port number specified (or default) for the host.
getPortNumber() - Method in class org.tmatesoft.svn.core.auth.SVNSSHAuthentication
Returns the number of the port across which an ssh tunnel is established.
getPrivateKey() - Method in class org.tmatesoft.svn.core.auth.SVNSSHAuthentication
Returns ssh private key.
getPrivateKeyFile() - Method in class org.tmatesoft.svn.core.auth.SVNSSHAuthentication
Returns the File representation referring to the file with the user's ssh private key.
getPropConflictFile() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the '.prej' file containing details on properties conflicts.
getPropRejectFile() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the '.prej' file containing details on properties conflicts.
getPropTime() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the value of the item's SVNProperty.PROP_TIME property.
getProperties() - Method in class org.tmatesoft.svn.core.io.SVNFileRevision
Deprecated. use SVNFileRevision.getRevisionProperties() instead
getPropertiesDelta() - Method in class org.tmatesoft.svn.core.io.SVNFileRevision
Returns file properties for this file (for this revision).
getPropertiesStatus() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
Gets the status type of the item's properties.
getPropertiesStatus() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the Working Copy local item's properties status type.
getPropertyValue(String) - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Returns the value of a property from the [svnkit] section of the config file.
getProtocol() - Method in class org.tmatesoft.svn.core.SVNURL
Returns the protocol component of the url represented by this object.
getProxyHost() - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
 
getProxyHost() - Method in interface org.tmatesoft.svn.core.auth.ISVNProxyManager
Returns the proxy host for HTTP connection.
getProxyManager(SVNURL) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
Returns itself as a proxy manager.
getProxyManager(SVNURL) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
Returns a proxy manager that keeps settings for that proxy server over which HTTP requests are send to a repository server.
getProxyPassword() - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
 
getProxyPassword() - Method in interface org.tmatesoft.svn.core.auth.ISVNProxyManager
Returns the password to supply to the proxy machine.
getProxyPort() - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
 
getProxyPort() - Method in interface org.tmatesoft.svn.core.auth.ISVNProxyManager
Returns the port number on the proxy host to use.
getProxyUserName() - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
 
getProxyUserName() - Method in interface org.tmatesoft.svn.core.auth.ISVNProxyManager
Returns the username to supply to the proxy machine.
getPublicId() - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
 
getRelatedObjects() - Method in class org.tmatesoft.svn.core.SVNErrorMessage
Returns objects (if any) that were provided to be formatted with the error description.
getRelativePath() - Method in class org.tmatesoft.svn.core.SVNDirEntry
Returns the entry's path.
getRelativePath(File) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLInfoHandler
 
getRelativePath(File) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
 
getRemoteAuthor() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the item's last changed author.
getRemoteContentsStatus() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the Working Copy item's contents status type against the repository - that is comparing the item's BASE revision and the latest one in the repository when the item was changed.
getRemoteDate() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the item's last changed date.
getRemoteKind() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Returns the kind of the item got from the repository.
getRemoteLock() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the file item's repository lock - applicable for a remote status invocation.
getRemotePropertiesStatus() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the Working Copy item's properties status type against the repository - that is comparing the item's BASE revision and the latest one in the repository when the item was changed.
getRemoteRevision() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the item's last committed repository revision.
getRemoteURL() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the item's latest repository location.
getRepositoryPath(String) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Returns a path relative to the repository root directory given a path relative to the location to which this driver object is set.
getRepositoryPool() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
getRepositoryRoot() - Method in class org.tmatesoft.svn.core.io.SVNRepository
Deprecated. use #getRepositoryRoot(boolean) instead
getRepositoryRoot(boolean) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Gets a repository's root directory location.
getRepositoryRootURL() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the repository root url (where the repository itself is installed).
getRepositoryUUID() - Method in class org.tmatesoft.svn.core.io.SVNRepository
Deprecated. use SVNRepository.getRepositoryUUID(boolean) instead
getRepositoryUUID(boolean) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Gets the Universal Unique IDentifier (UUID) of the repository this driver is created for.
getRepositoryUUID() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the repository Universal Unique IDentifier (UUID).
getRevision() - Method in class org.tmatesoft.svn.core.SVNDirEntry
Gets the last changed revision of this entry.
getRevision() - Method in class org.tmatesoft.svn.core.SVNLogEntry
Gets the number of the revision that this object represents.
getRevision() - Method in class org.tmatesoft.svn.core.io.SVNFileRevision
Gets the revision of the file.
getRevision() - Method in class org.tmatesoft.svn.core.io.SVNLocationEntry
Gets the revision number.
getRevision() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
Gets the revision of the versioned item .
getRevision() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
Gets the revision number specific for the action context.
getRevision() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the item's revision.
getRevision() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the item's current working revision.
getRevision() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Returns a revision.
getRevision() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminPath
Returns a revision number.
getRevisionNumber() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient.SVNRepositoryLocation
 
getRevisionNumber(SVNRevision, SVNRepository, File) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
getRevisionObject(long) - Static method in class org.tmatesoft.svn.core.io.SVNRepository
 
getRevisionProperties() - Method in class org.tmatesoft.svn.core.io.SVNFileRevision
Returns revision properties.
getRevisionProperties(long, Map) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Returns unversioned revision properties for a particular revision.
getRevisionPropertyValue(long, String) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Gets the value of an unversioned property.
getRuntimeCredentialsStorage() - Static method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
getSSHPort() - Method in interface org.tmatesoft.svn.core.javahl.PromptUserPasswordSSH
 
getSSHPrivateKeyPassphrase() - Method in interface org.tmatesoft.svn.core.javahl.PromptUserPasswordSSH
 
getSSHPrivateKeyPath() - Method in interface org.tmatesoft.svn.core.javahl.PromptUserPasswordSSH
 
getSSLClientCertPassword() - Method in interface org.tmatesoft.svn.core.javahl.PromptUserPasswordSSL
 
getSSLClientCertPath() - Method in interface org.tmatesoft.svn.core.javahl.PromptUserPasswordSSL
 
getSSLContext() - Method in interface org.tmatesoft.svn.core.auth.ISVNSSLManager
Returns an SSL context for the appropriate authentiation realm.
getSSLManager(SVNURL) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
Returns null.
getSSLManager(SVNURL) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
Returns the SSL manager for secure interracting with a repository.
getSVNCommitClient() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
getSVNCopyClient() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
getSVNDiffClient() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
getSVNLogClient() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
getSVNStatusClient() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
getSVNUpdateClient() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
getSVNWCClient() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
getSchedule() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the item's schedule status.
getSize() - Method in class org.tmatesoft.svn.core.SVNDirEntry
Returns the file size in bytes (if this entry is a file).
getSourceViewLength() - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Returns the number of bytes to copy from the source view to the target one.
getSourceViewOffset() - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Returns the source view offset.
getStatusClient() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Returns an instance of the SVNStatusClient class.
getSystemId() - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
 
getTargetPath() - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLInfoHandler
 
getTargetPath() - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
 
getTargetViewLength() - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Returns the length in bytes of the target view.
getTextTime() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the value of the item's SVNProperty.TEXT_TIME property.
getTreeDepth() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminPath
Returns a tree depth for this path.
getTunnelProvider() - Method in class org.tmatesoft.svn.core.io.SVNRepository
Returns a tunnel provider.
getTxnDir() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Returns a transaction directory Relevant for both SVNAdminClient.doListTransactions() and SVNAdminClient.doRemoveTransactions() operations.
getTxnName() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Returns a transaction name.
getType() - Method in class org.tmatesoft.svn.core.SVNErrorMessage
Returns the type of the error (whether it's a warning or an error).
getType() - Method in class org.tmatesoft.svn.core.SVNLogEntryPath
Gets the type of the change applied to the item represented by this object.
getType() - Method in class org.tmatesoft.svn.core.wc.admin.SVNChangeEntry
Returns the type of the item change.
getURIEncodedPath() - Method in class org.tmatesoft.svn.core.SVNURL
Returns the path component of the url represented by this object as a uri-encoded string
getURL() - Method in class org.tmatesoft.svn.core.SVNDirEntry
Returns the entry's URL.
getURL() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient.SVNRepositoryLocation
 
getURL(File) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
getURL() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
Gets the versioned item's repository location.
getURL() - Method in class org.tmatesoft.svn.core.wc.SVNDiffStatus
Url of the item.
getURL() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the item's URL - its repository location.
getURL() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the item's repository location.
getUpdateClient() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Returns an instance of the SVNUpdateClient class.
getUserInfo() - Method in class org.tmatesoft.svn.core.SVNURL
Returns the user info component of the url represented by this object.
getUserName() - Method in class org.tmatesoft.svn.core.auth.SVNAuthentication
Reurns the username.
getValue() - Method in class org.tmatesoft.svn.core.wc.SVNPropertyData
Gets the value of the property represented by this SVNPropertyData object.
getValueOfBooleanProperty(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
Returns the value for such boolean properties as "svn:executable", "svn:needs-lock" and "svn:special".
getVersion() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
getVersionInfo(String, String, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
getWCAccess() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
This method is not intended for users (from an API point of view).
getWCClient() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Returns an instance of the SVNWCClient class.
getWorkingContentsDate() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Returns the last modified local time of the file item.
getWorkingCopyRoot(File, boolean) - Static method in class org.tmatesoft.svn.core.wc.SVNWCUtil
Returns the Working Copy root directory given a versioned directory that belongs to the Working Copy.
getWorkingPropertiesDate() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Returns the last modified local time of file or directory properties.
getWorkspaceProperty(String, String) - Method in interface org.tmatesoft.svn.core.io.ISVNWorkspaceMediator
Retrieves an item's WC property from a ".svn/wcprops" administrative subdirectory.

H

HAS_PROPS - Static variable in class org.tmatesoft.svn.core.SVNProperty
"has-props" SVN untweakable metaproperty.
HAS_PROP_MODS - Static variable in class org.tmatesoft.svn.core.SVNProperty
"has-prop-mods" SVN untweakable metaproperty.
HEAD - Static variable in class org.tmatesoft.svn.core.wc.SVNRevision
Denotes the latest repository revision.
HEADER_SEPARATOR - Static variable in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
handleAdminEvent(SVNAdminEvent, double) - Method in interface org.tmatesoft.svn.core.wc.admin.ISVNAdminEventHandler
Handles the current admin event.
handleAdminEvent(SVNAdminEvent, double) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAdapter
 
handleDiffStatus(SVNDiffStatus) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffStatusHandler
Receives a diff status object to handle.
handleDir(String) - Method in interface org.tmatesoft.svn.core.wc.admin.ISVNChangedDirectoriesHandler
Handles changed directory path.
handleDirEntry(SVNDirEntry) - Method in interface org.tmatesoft.svn.core.ISVNDirEntryHandler
Handles a directory entry passed.
handleDirEntry(SVNDirEntry) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
 
handleEntry(SVNChangeEntry) - Method in interface org.tmatesoft.svn.core.wc.admin.ISVNChangeEntryHandler
Handles information on a changed path.
handleEvent(SVNEvent, double) - Method in class org.tmatesoft.svn.core.replicator.SVNRepositoryReplicator
Does nothing.
handleEvent(SVNEvent, double) - Method in interface org.tmatesoft.svn.core.wc.ISVNEventHandler
Handles the current event.
handleEvent(SVNEvent, double) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Dispatches events to the registered event handler (if any).
handleEvent(SVNEvent, double) - Method in class org.tmatesoft.svn.core.wc.SVNEventAdapter
 
handleEvent(SVNEvent, double) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAdapter
 
handleInfo(SVNInfo) - Method in interface org.tmatesoft.svn.core.wc.ISVNInfoHandler
Handles item's information using an SVNInfo object.
handleInfo(SVNInfo) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLInfoHandler
 
handleLine(Date, long, String, String) - Method in interface org.tmatesoft.svn.core.wc.ISVNAnnotateHandler
Handles per line annotation information - that is information about who last committed (changed) this line, the revision and timestamp when it was last committed.
handleLine(Date, long, String, String) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
 
handleLocationEntry(SVNLocationEntry) - Method in interface org.tmatesoft.svn.core.io.ISVNLocationEntryHandler
To be implemented for location entries handling.
handleLock(String, SVNLock, SVNErrorMessage) - Method in interface org.tmatesoft.svn.core.io.ISVNLockHandler
Handles the path locked.
handleLogEntry(SVNLogEntry) - Method in interface org.tmatesoft.svn.core.ISVNLogEntryHandler
Handles a log entry passed.
handleLogEntry(SVNLogEntry) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
 
handlePath(SVNAdminPath) - Method in interface org.tmatesoft.svn.core.wc.admin.ISVNHistoryHandler
Handles path information.
handlePath(SVNAdminPath) - Method in interface org.tmatesoft.svn.core.wc.admin.ISVNTreeHandler
Handles path information.
handleProperty(File, SVNPropertyData) - Method in interface org.tmatesoft.svn.core.wc.ISVNPropertyHandler
Handles local item's properties (located in a Working Copy).
handleProperty(SVNURL, SVNPropertyData) - Method in interface org.tmatesoft.svn.core.wc.ISVNPropertyHandler
Handles remote item's properies (located in a repository).
handleProperty(long, SVNPropertyData) - Method in interface org.tmatesoft.svn.core.wc.ISVNPropertyHandler
Handles a revision property.
handleStatus(SVNStatus) - Method in interface org.tmatesoft.svn.core.wc.ISVNStatusHandler
Handles WC item's status information using an SVNStatus object.
handleStatus(SVNStatus) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
 
handleUnlock(String, SVNLock, SVNErrorMessage) - Method in interface org.tmatesoft.svn.core.io.ISVNLockHandler
Handles the path unlocked.
hasChildErrorMessage() - Method in class org.tmatesoft.svn.core.SVNErrorMessage
Says if this error message object has got a child error message.
hasCommitMessage(SVNRepository, long) - Method in interface org.tmatesoft.svn.core.io.ISVNSession
Checks if there's a commit message in cache for a particular repository and revision.
hasCommitMessage(SVNRepository, long) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Returns false.
hasCopyFromSourceInstructions() - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Tells whether this window contains any copy-from-source instructions.
hasInstructions() - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Tells if this window is not empty, i.e. has got any instructions.
hasPort() - Method in class org.tmatesoft.svn.core.SVNURL
Says if the url is provided with a non-default port number or not.
hasPrivateKey() - Method in class org.tmatesoft.svn.core.auth.SVNSSHAuthentication
 
hasProperties() - Method in class org.tmatesoft.svn.core.SVNDirEntry
Tells if the entry has any properties.
hasPropertyModifications() - Method in class org.tmatesoft.svn.core.wc.admin.SVNChangeEntry
Says whether the item's properties were modified.
hasRepositoryFactory(String) - Static method in class org.tmatesoft.svn.core.io.SVNRepositoryFactory
 
hasTextModifications() - Method in class org.tmatesoft.svn.core.wc.admin.SVNChangeEntry
Says whether the file item's contents were modified.
hashCode() - Method in class org.tmatesoft.svn.core.SVNErrorCode
Returns a hash code for this object.
hashCode() - Method in class org.tmatesoft.svn.core.SVNLogEntry
Calculates and returns a hash code for this object.
hashCode() - Method in class org.tmatesoft.svn.core.SVNLogEntryPath
Calculates and returns a hash code for this object.
hashCode() - Method in class org.tmatesoft.svn.core.SVNURL
Calculates and returns a hash code for this object.
hashCode() - Method in class org.tmatesoft.svn.core.wc.SVNRevision
Evaluates the hash code for this object.

I

IGNORE - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:ignore" SVN special property.
IGNORE_UUID - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNUUIDAction
A command to ignore any met uuid.
ILLEGAL_TARGET - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
INAPPLICABLE - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
During some operations denotes that status info of item contents or properties is inapplicable.
INCOMPLETE - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:incomplete" SVN untweakable metaproperty.
INCOMPLETE_DATA - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
INCORRECT_PARAMS - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
INSTANCE_POOL - Static variable in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Defines a private pool.
INVALID_DIFF_OPTION - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
IO_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
IO_CORRUPT_EOL - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
IO_ERROR - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
IO_INCONSISTENT_EOL - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
IO_PIPE_FRAME_ERROR - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
IO_PIPE_READ_ERROR - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
IO_UNIQUE_NAMES_EXHAUSTED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
IO_UNKNOWN_EOL - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
IO_WRITE_ERROR - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
ISVNAddParameters - interface org.tmatesoft.svn.core.wc.ISVNAddParameters.
 
ISVNAddParameters.Action - class org.tmatesoft.svn.core.wc.ISVNAddParameters.Action.
This class is simply used to define an action add operation should undertake in case of a inconsistent EOLs.
ISVNAdminEventHandler - interface org.tmatesoft.svn.core.wc.admin.ISVNAdminEventHandler.
The ISVNAdminEventHandler is used in several methods of SVNAdminClient to notify callers of operation progress.
ISVNAnnotateHandler - interface org.tmatesoft.svn.core.wc.ISVNAnnotateHandler.
The ISVNAnnotateHandler interface should be implemented to be further provided to SVNLogClient's doAnnotate() methods for processing annotation information per each text line.
ISVNAuthenticationManager - interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager.
The ISVNAuthenticationManager is implemented by manager classes used by SVNRepository drivers for user authentication purposes.
ISVNAuthenticationProvider - interface org.tmatesoft.svn.core.auth.ISVNAuthenticationProvider.
The ISVNAuthenticationProvider interface is implemented by user credentials providers.
ISVNAuthenticationStorage - interface org.tmatesoft.svn.core.auth.ISVNAuthenticationStorage.
The ISVNAuthenticationStorage interface is used to implement custom runtime authentication storage managers, that are responsible for caching user credentials as well as for retrieving cached credentials from the storage of a preferable type (it may be an in-memory cache, or a disk cache).
ISVNCanceller - interface org.tmatesoft.svn.core.ISVNCanceller.
 
ISVNChangeEntryHandler - interface org.tmatesoft.svn.core.wc.admin.ISVNChangeEntryHandler.
The ISVNChangeEntryHandler is the interface for handling changed paths in SVNLookClient's doGetChanged() methods.
ISVNChangedDirectoriesHandler - interface org.tmatesoft.svn.core.wc.admin.ISVNChangedDirectoriesHandler.
The ISVNChangedDirectoriesHandler is used to process changed directory paths.
ISVNCommitHandler - interface org.tmatesoft.svn.core.wc.ISVNCommitHandler.
The ISVNCommitHandler should be implemented to provide an ability to manage commit log messages for items to be committed in a common transaction.
ISVNCommitParameters - interface org.tmatesoft.svn.core.wc.ISVNCommitParameters.
The ISVNCommitParameters is the interface for parameters which set behaviour for a commit operation that touches still versioned files or dirs that are somehow missing.
ISVNCommitParameters.Action - class org.tmatesoft.svn.core.wc.ISVNCommitParameters.Action.
This class is simply used to define an action a commit operation should undertake in case of a missing file/directory.
ISVNDeltaConsumer - interface org.tmatesoft.svn.core.io.ISVNDeltaConsumer.
The ISVNDeltaConsumer interface is implemented by receivers of diff windows.
ISVNDiffGenerator - interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator.
The ISVNDiffGenerator should be implemented by drivers generating contents difference between files in order to be used in 'diff' operations performed by SVNDiffClient.
ISVNDiffStatusHandler - interface org.tmatesoft.svn.core.wc.ISVNDiffStatusHandler.
The ISVNDiffStatusHandler is used to handle diff status operations supported by the SVNDiffClient.
ISVNDirEntryHandler - interface org.tmatesoft.svn.core.ISVNDirEntryHandler.
The ISVNDirEntryHandler interface is used to handle information about directory entries while retrieving dir contents.
ISVNEditor - interface org.tmatesoft.svn.core.io.ISVNEditor.
The ISVNEditor interface is used by SVNRepository to update versioned files/dirs, check out files/dirs from a repository, commit changes to a repository, take status of files/dirs, get differences between files.
ISVNEventHandler - interface org.tmatesoft.svn.core.wc.ISVNEventHandler.
The ISVNEventHandler interface should be implemented in order to be further provided to an SVN*Client object as a handler of a sequence of events generated by SVN*Client's do*() methods.
ISVNFileRevisionHandler - interface org.tmatesoft.svn.core.io.ISVNFileRevisionHandler.
The ISVNFileRevisionHandler interface should be implemented for handling information about file revisions - that is file path, properties, revision properties against a particular revision.
ISVNGNUDiffGenerator - interface org.tmatesoft.svn.core.wc.admin.ISVNGNUDiffGenerator.
The ISVNGNUDiffGenerator is the interface for diff generators used in diff operations of SVNLookClient.
ISVNHistoryHandler - interface org.tmatesoft.svn.core.wc.admin.ISVNHistoryHandler.
The ISVNHistoryHandler is used in history retrieving operations of SVNLookClient.
ISVNInfoHandler - interface org.tmatesoft.svn.core.wc.ISVNInfoHandler.
The ISVNInfoHandler interface should be implemented in order to be further provided to some of SVNWCClient's doInfo() methods to process information about Working Copy as well as remote (located in a repository) items.
ISVNLocationEntryHandler - interface org.tmatesoft.svn.core.io.ISVNLocationEntryHandler.
This public interface should be implemented for using within SVNRepository.getLocations(String, long, long[], ISVNLocationEntryHandler).
ISVNLockHandler - interface org.tmatesoft.svn.core.io.ISVNLockHandler.
The ISVNLockHandler interface is used to provide some extra processing of locked/unlocked paths.
ISVNLogEntryHandler - interface org.tmatesoft.svn.core.ISVNLogEntryHandler.
The ISVNLogEntryHandler interface should be implemented in order to handle per revision commit information (in a kind of a revisions history operation)- log entries (represented by SVNLogEntry objects).
ISVNMerger - interface org.tmatesoft.svn.core.wc.ISVNMerger.
ISVNMerger is the merger driver interface used by SVNKit in merging operations.
ISVNMergerFactory - interface org.tmatesoft.svn.core.wc.ISVNMergerFactory.
The ISVNMergerFactory interface should be implemented in order to be used as a factory of merger drivers intended for merging operations.
ISVNOptions - interface org.tmatesoft.svn.core.wc.ISVNOptions.
The ISVNOptions interface should be implemented to manage global run-time configuration options.
ISVNPropertyHandler - interface org.tmatesoft.svn.core.wc.ISVNPropertyHandler.
The ISVNPropertyHandler interface should be implemented to be further provided to SVNWCClient's property managing methods for handling properties.
ISVNProxyManager - interface org.tmatesoft.svn.core.auth.ISVNProxyManager.
The ISVNProxyManager interface is used to manage http server options.
ISVNReplicationHandler - interface org.tmatesoft.svn.core.replicator.ISVNReplicationHandler.
The ISVNReplicationHandler is the interface for the handlers which are registered to a repository replicator to keep track of the replicating process.
ISVNReporter - interface org.tmatesoft.svn.core.io.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 - interface org.tmatesoft.svn.core.io.ISVNReporterBaton.
The ISVNReporterBaton interface should be implemented by callers of update, checkout, etc. operations of SVNRepository drivers in order to describe the state of local items.
ISVNRepositoryPool - interface org.tmatesoft.svn.core.wc.ISVNRepositoryPool.
The ISVNRepositoryPool interface is used by SVN*Client objects to create a low-level SVN protocol driver that allows them to directly work with a repository.
ISVNSSLManager - interface org.tmatesoft.svn.core.auth.ISVNSSLManager.
The ISVNSSLManager interface is intended for creating secure SSL contexts over sockets used for data i/o.
ISVNSession - interface org.tmatesoft.svn.core.io.ISVNSession.
The ISVNSession interface provides some extra handling operations over SVNRepository objects.
ISVNStatusHandler - interface org.tmatesoft.svn.core.wc.ISVNStatusHandler.
The ISVNStatusHandler interface should be implemented in order to be further provided to some of SVNStatusClient's doStatus() methods to handle status information of Working Copy items.
ISVNTreeHandler - interface org.tmatesoft.svn.core.wc.admin.ISVNTreeHandler.
The ISVNTreeHandler is used in traversing tree operations of SVNLookClient.
ISVNTunnelProvider - interface org.tmatesoft.svn.core.io.ISVNTunnelProvider.
The ISVNTunnelProvider is the interface for providers of tunnel command lines matching a specific "svn+xxx" tunnel scheme.
ISVNWorkspaceMediator - interface org.tmatesoft.svn.core.io.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.
ITEM_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
 
ignorableWhitespace(char[], int, int) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
Does nothing.
info(String, long) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Gives information about an entry located at the specified path in a particular revision.
info(String) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
info2(String, Revision, Revision, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
init(String, String) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
init(String, String) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Initializes the driver setting up the paths/URLs that should be compared, or root paths/URLs for those paths to which a diff operation should be restricted.
instructions() - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Returns an iterator to read instructions in series.
instructions(boolean) - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Returns an iterator to read instructions in series.
isAdded() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
Determines if the item is to be added to version control.
isAdminDirectory(String) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
isAuthStorageEnabled() - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Determines if the authentication storage is enabled.
isAuthentication() - Method in class org.tmatesoft.svn.core.SVNErrorCode
Says if this error is an authentication error.
isAuthenticationForced() - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
 
isAuthenticationForced() - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
Checks whether client should send authentication credentials to a repository server not waiting for the server's challenge.
isBinaryMimeType(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
Says if the given MIME-type corresponds to a binary (non-textual) type.
isBooleanProperty(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
Checks whether the property is boolean.
isClientCertPromptRequired() - Method in interface org.tmatesoft.svn.core.auth.ISVNSSLManager
 
isCommitItemSkipped(SVNCommitItem) - Method in class org.tmatesoft.svn.core.wc.SVNCommitPacket
Determines if an item intended for a commit is set to be skipped - that is not to be committed.
isContentsModified() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
Determines if the Working Copy item has local edits to its contents.
isCopied() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
Determines if the item is to be added to version control with history.
isCopied() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Finds out if the item is added with history.
isDeleted() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
Determines if the item is to be deleted from version control.
isDiffAdded() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
isDiffAdded() - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Tells whether added files are enabled to be diffed.
isDiffCopied() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
isDiffCopied() - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Tells whether copied files are enabled to be diffed against their copy sources.
isDiffDeleted() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
isDiffDeleted() - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Tells whether deleted files are enabled to be diffed.
isDiffUnversioned() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Says if unversioned files are also diffed or ignored.
isDiffUnversioned() - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Says if unversioned files are also diffed or ignored.
isDir() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminPath
Says whether path is a directory or a file.
isDisposed() - Method in class org.tmatesoft.svn.core.wc.SVNCommitPacket
Determines if this object is disposed.
isEntryProperty(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
Says if the given property name starts with the SVNProperty.SVN_ENTRY_PREFIX prefix.
isForcedBinaryDiff() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
isForcedBinaryDiff() - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
 
isHeaderForced(File, File) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
isIgnoreAllWhitespace() - Method in class org.tmatesoft.svn.core.wc.SVNDiffOptions
Says whether all whitespaces must be ignored while comparing files.
isIgnoreAmountOfWhitespace() - Method in class org.tmatesoft.svn.core.wc.SVNDiffOptions
Says whether amont of whitespaces must be ignored while comparing files.
isIgnoreEOLStyle() - Method in class org.tmatesoft.svn.core.wc.SVNDiffOptions
Says whether eol style must be ignored while comparing files.
isIgnoreExternals() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Determines if externals definitions are ignored.
isIgnored(String) - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Deprecated.  
isIgnored(File) - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Determines if a file is ignored according to the global ignore patterns.
isInvalidRevision(long) - Static method in class org.tmatesoft.svn.core.io.SVNRepository
 
isLeaveConflictsUnresolved() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Determines if conflicted files should be left unresolved preventing from merging their contents during update and merge operations.
isLocal() - Method in class org.tmatesoft.svn.core.wc.SVNRevision
Determines if the revision represented by this abstract object is Working Copy specific - that is one of SVNRevision.BASE or SVNRevision.WORKING.
isLocked() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
Determines whether the item needs to be locked.
isLocked() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Finds out if the item is locked (not a user lock but a driver's one when during an operation a Working Copy is locked in .svn administrative areas to prevent from other operations interrupting until the running one finishes).
isPropertiesModified() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
Determines if the Working Copy item has local edits to properties.
isPropertiesModified() - Method in class org.tmatesoft.svn.core.wc.SVNDiffStatus
Says whether properties of the Working Copy item are modified.
isRegularProperty(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
Checks if a property is regular.
isRemote() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Finds out whether the item for which this SVNInfo is generated is local (located in a user's Working Copy) or remote (located in a repository).
isRevisionProperty(String) - Static method in class org.tmatesoft.svn.core.SVNRevisionProperty
Says if the given revision property name is really a valid revision property name.
isSVNProperty(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
Says if the given property name starts with the SVNProperty.SVN_PREFIX prefix.
isStorageAllowed() - Method in class org.tmatesoft.svn.core.auth.SVNAuthentication
Says if this credential may be cached in the global auth cache.
isSwitched() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Finds out whether the item is switched to a different repository location.
isTextMimeType(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
Says if the given MIME-type corresponds to a text type.
isURL(String) - Static method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
isUseAutoProperties() - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Determines if the autoproperties option is enabled.
isUseCommitTimes() - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Determines if the commit-times option is enabled.
isValid() - Method in class org.tmatesoft.svn.core.wc.SVNRevision
Checks if the revision information represented by this object is valid.
isValidRevision(long) - Static method in class org.tmatesoft.svn.core.io.SVNRepository
 
isValidRevisionNumber(long) - Static method in class org.tmatesoft.svn.core.wc.SVNRevision
Checks whether a revision number is valid.
isVersionedDirectory(File) - Static method in class org.tmatesoft.svn.core.wc.SVNWCUtil
Determines if a directory is under version control.
isWarning() - Method in class org.tmatesoft.svn.core.SVNErrorMessage
Returns true if this message is a warning message, not error one.
isWorkingCopyProperty(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
Says if the given property name starts with the SVNProperty.SVN_WC_PREFIX prefix.
isWorkingCopyRoot(File) - Static method in class org.tmatesoft.svn.core.wc.SVNWCUtil
Determines if a directory is the root of the Working Copy.
isWorkingCopyRoot(File, boolean) - Static method in class org.tmatesoft.svn.core.wc.SVNWCUtil
Deprecated. use SVNWCUtil.isWorkingCopyRoot(File)} instead

J

JavaHLAuthenticationStorage - class org.tmatesoft.svn.core.javahl.JavaHLAuthenticationStorage.
 
JavaHLAuthenticationStorage() - Constructor for class org.tmatesoft.svn.core.javahl.JavaHLAuthenticationStorage
 

K

KEEP_ALIVE - Static variable in interface org.tmatesoft.svn.core.io.ISVNSession
A session options implementation that simply allows to keep a single connection alive for all data i/o.
KEYWORDS - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:keywords" SVN special property.
KIND - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:kind" SVN untweakable metaproperty.
KIND_DIR - Static variable in class org.tmatesoft.svn.core.SVNProperty
One of the two possible values of the SVNProperty.KIND property - "dir"
KIND_FILE - Static variable in class org.tmatesoft.svn.core.SVNProperty
One of the two possible values of the SVNProperty.KIND property - "file"
keepConnection(SVNRepository) - Method in interface org.tmatesoft.svn.core.io.ISVNSession
Says if the given SVNRepository object should use a single socket connection (not to open/close a new one for each operation).
keepConnection(SVNRepository) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Says if the given SVNRepository driver object should keep a connection opened.

L

LAST_AUTHOR - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:last-author" SVN untweakable metaproperty.
LAST_MERGED_REVISION - Static variable in class org.tmatesoft.svn.core.SVNRevisionProperty
"svn:sync-last-merged-rev" revision property.
LINE_NUMBER_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
 
LISTS_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
 
LIST_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
 
LOCK - Static variable in class org.tmatesoft.svn.core.SVNRevisionProperty
"svn:sync-lock" revision property.
LOCKED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that the file item is locked as a result of a locking operation.
LOCK_COMMENT - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:lock-comment" SVN untweakable metaproperty.
LOCK_CREATION_DATE - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:lock-creation-date" SVN untweakable metaproperty.
LOCK_FAILED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that locking a file item failed.
LOCK_INAPPLICABLE - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
During some operations denotes that lock status is inapplicable.
LOCK_LISTED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
 
LOCK_LOCKED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
During an operation denotes that the file item's locked.
LOCK_OWNER - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:lock-owner" SVN untweakable metaproperty.
LOCK_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
 
LOCK_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
 
LOCK_TOKEN - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:lock-token" SVN untweakable metaproperty.
LOCK_UNCHANGED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
During an operation denotes that the lock status wasn't changed.
LOCK_UNKNOWN - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
No lock information is known.
LOCK_UNLOCKED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
During an operation (like an update) denotes that the file item's lock was broken in the repositry by some other user.
LOG - Static variable in class org.tmatesoft.svn.core.SVNRevisionProperty
An "svn:log" revision property - the one that stores a log message attached to a revision during a commit operation.
LOGENTRY_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
 
LOG_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
 
length - Variable in class org.tmatesoft.svn.core.io.diff.SVNDiffInstruction
A length bytes to copy.
linkPath(SVNURL, String, String, long, boolean) - Method in interface org.tmatesoft.svn.core.io.ISVNReporter
Describes a local path as being at a particular revision to switch the path to a different repository location.
list(String, Revision, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
list(String, Revision, Revision, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
loadDiffInstructions(SVNDiffInstruction[]) - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Returns an array of instructions of this window.
lock(Map, String, boolean, ISVNLockHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Locks path(s) at definite revision(s).
lock() - Method in class org.tmatesoft.svn.core.io.SVNRepository
 
lock(String[], String, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
log(String[], long, long, boolean, boolean, ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Traverses revisions history.
log(String[], long, long, boolean, boolean, long, ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Traverses revisions history.
log(String[], Collection, long, long, boolean, boolean) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Traverses revisions history and returns a collection of log entries.
logMessages(String, Revision, Revision) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
logMessages(String, Revision, Revision, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
logMessages(String, Revision, Revision, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
logMessages(String, Revision, Revision, boolean, boolean, long) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
longValue(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
Converts a string representation of a numeric value to a long value.

M

MALFORMED_FILE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
MERGED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
During an operation (like an update or merge) denotes that the file item contents or file/directory item properties were merged with changes that came from the repository, so that local modifications and arrived ones do not overlap.
MIME_TYPE - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:mime-type" SVN special property.
MISC_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
MISSING - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
Denotes that the item is versioned but missing (deleted from the fylesystem).
MODIFIED - Static variable in interface org.tmatesoft.svn.core.wc.admin.ISVNGNUDiffGenerator
The type of modification denoting modification.
MSG_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
 
markExternal() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Marks the item as an external.
merge(String, Revision, String, Revision, String, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
merge(String, Revision, String, Revision, String, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
merge(String, Revision, Revision, Revision, String, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
mergeBinary(File, File, File, boolean, OutputStream) - Method in interface org.tmatesoft.svn.core.wc.ISVNMerger
Generates deltas given two binary files, applies the deltas against a local file and writes the merge result to the given OutputStream.
mergeText(File, File, File, boolean, SVNDiffOptions, OutputStream) - Method in interface org.tmatesoft.svn.core.wc.ISVNMerger
Generates deltas given the two text source files to be compared, applies the deltas against a local file and writes the merge result to the given OutputStream.
mkdir(String[], String) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
move(String, String, String, Revision, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
move(String, String, String, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
myLocation - Variable in class org.tmatesoft.svn.core.io.SVNRepository
 
myRepositoryRoot - Variable in class org.tmatesoft.svn.core.io.SVNRepository
 
myRepositoryUUID - Variable in class org.tmatesoft.svn.core.io.SVNRepository
 

N

NAME - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:name" SVN untweakable metaproperty.
NAME_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
 
NEEDS_LOCK - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:needs-lock" SVN special property.
NODE_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
NODE_UNEXPECTED_KIND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
NODE_UNKNOWN_KIND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
NONE - Static variable in class org.tmatesoft.svn.core.SVNNodeKind
This node kind is used to say that a node is missing
NOT_LOCKED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
 
NO_AUTH_FILE_PATH - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
NO_DIFF - Static variable in interface org.tmatesoft.svn.core.wc.admin.ISVNGNUDiffGenerator
The type of modification denoting that no diff is available after a header.
NO_POOL - Static variable in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Defines a without-pool configuration.
NULL - Static variable in interface org.tmatesoft.svn.core.ISVNCanceller
 
NULL - Static variable in class org.tmatesoft.svn.core.SVNCommitInfo
Denotes an unsuccessful commit.
NULL - Static variable in interface org.tmatesoft.svn.core.wc.ISVNPropertyHandler
This is just a default implementation which does nothing.
newInstance() - Static method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
newInstance(SVNClient) - Static method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
newInstance(SVNClient, IHTTPConnectionFactory, ISVNConnectorFactory) - Static method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
newInstance() - Static method in class org.tmatesoft.svn.core.replicator.SVNRepositoryReplicator
Creates a new repository replicator.
newInstance() - Static method in class org.tmatesoft.svn.core.wc.SVNClientManager
Creates a new instance of this class using default ISVNOptions and ISVNAuthenticationManager drivers.
newInstance(ISVNOptions) - Static method in class org.tmatesoft.svn.core.wc.SVNClientManager
Creates a new instance of this class using the provided ISVNOptions and default ISVNAuthenticationManager drivers.
newInstance(ISVNOptions, ISVNAuthenticationManager) - Static method in class org.tmatesoft.svn.core.wc.SVNClientManager
Creates a new instance of this class using the provided ISVNOptions and ISVNAuthenticationManager drivers.
newInstance(ISVNOptions, ISVNRepositoryPool) - Static method in class org.tmatesoft.svn.core.wc.SVNClientManager
Creates a new instance of this class using the provided config driver and creator of of SVNRepository objects.
newInstance(ISVNOptions, String, String) - Static method in class org.tmatesoft.svn.core.wc.SVNClientManager
Creates a new instance of this class using the provided ISVNOptions driver and user's credentials to make a default implementation of ISVNAuthenticationManager use them.
notification(Notify) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
Deprecated.  
notification2(Notify2) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 

O

OBSTRUCTED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
Denotes that the item has an unexpected kind or somehow damaged or can not be managed by an operation.
ORIGINAL_DATE - Static variable in class org.tmatesoft.svn.core.SVNRevisionProperty
 
OWNER_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
 
OWNER_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
 
offset - Variable in class org.tmatesoft.svn.core.io.diff.SVNDiffInstruction
An offset in the source from where the bytes should be copied.
onDirectoryDeletion(File) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNCommitParameters
 
onDirectoryDeletion(File) - Method in interface org.tmatesoft.svn.core.wc.ISVNCommitParameters
 
onFileDeletion(File) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNCommitParameters
 
onFileDeletion(File) - Method in interface org.tmatesoft.svn.core.wc.ISVNCommitParameters
 
onInconsistentEOLs(File) - Method in interface org.tmatesoft.svn.core.wc.ISVNAddParameters
 
onMissingDirectory(File) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNCommitParameters
Says a committer to abort the operation.
onMissingDirectory(File) - Method in interface org.tmatesoft.svn.core.wc.ISVNCommitParameters
Returns the action a commit operation should undertake if there's a missing directory under commit scope that is not however scheduled for deletion.
onMissingFile(File) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNCommitParameters
Says a committer to skip a missing file.
onMissingFile(File) - Method in interface org.tmatesoft.svn.core.wc.ISVNCommitParameters
Returns the action a commit operation should undertake if there's a missing file under commit scope that is not however scheduled for deletion.
openDir(String, long) - Method in interface org.tmatesoft.svn.core.io.ISVNEditor
Opens a directory.
openDir(String, long) - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
 
openFile(String, long) - Method in interface org.tmatesoft.svn.core.io.ISVNEditor
Opens a file.
openFile(String, long) - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
 
openRevision(SVNFileRevision) - Method in class org.tmatesoft.svn.core.SVNAnnotationGenerator
 
openRevision(SVNFileRevision) - Method in interface org.tmatesoft.svn.core.io.ISVNFileRevisionHandler
Handles a file revision info.
openRoot(long) - Method in interface org.tmatesoft.svn.core.io.ISVNEditor
Opens the root directory on which the operation was invoked.
openRoot(long) - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
 
openTag(String) - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
 
org.tmatesoft.svn.core - package org.tmatesoft.svn.core
This package mostly contains common classes as well as interfaces used throughout all the library.
org.tmatesoft.svn.core.auth - package 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.io - package 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 - package 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. empty), applying delta windows to files, serializing windows to byte buffers.
org.tmatesoft.svn.core.javahl - package org.tmatesoft.svn.core.javahl
This package provides an implementation of the native Subversion javahl binding interface SVNClientInterface that is distributed within the org.tigris.subversion.javahl package.
org.tmatesoft.svn.core.replicator - package org.tmatesoft.svn.core.replicator
This package provides classes that allow to replicate existing repositories.
org.tmatesoft.svn.core.wc - package 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 - package org.tmatesoft.svn.core.wc.admin
This package provides API for administrative managing Subversion repositories on a local machine.
org.tmatesoft.svn.core.wc.xml - package org.tmatesoft.svn.core.wc.xml
This package gives an advantage to write annotation, status and log information in xml format to any SAX ContentHandler implementation.

P

PASSWORD - Static variable in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
A simple password credential kind ("svn.simple")
PATHS_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
 
PATH_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
 
PATH_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
 
PATH_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
 
PATH_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
 
PLUGIN_LOAD_FAILURE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
PRESENT_PROPS - Static variable in class org.tmatesoft.svn.core.SVNProperty
"present-props" SVN untweakable metaproperty.
PREVIOUS - Static variable in class org.tmatesoft.svn.core.wc.SVNRevision
Denotes the revision just before the one when an item was last changed (technically, COMMITTED - 1).
PROGRESS - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Reserved for future purposes.
PROPERTIES_SEPARATOR - Static variable in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
PROPERTY_NOT_FOUND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
PROPS_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
 
PROP_REJECT_FILE - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:prop-reject-file" SVN untweakable metaproperty.
PROP_TIME - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:prop-time" SVN untweakable metaproperty.
PromptUserPassword4 - interface org.tmatesoft.svn.core.javahl.PromptUserPassword4.
 
PromptUserPasswordSSH - interface org.tmatesoft.svn.core.javahl.PromptUserPasswordSSH.
 
PromptUserPasswordSSL - interface org.tmatesoft.svn.core.javahl.PromptUserPasswordSSL.
 
PromptUserPasswordUser - interface org.tmatesoft.svn.core.javahl.PromptUserPasswordUser.
 
parse(String) - Static method in class org.tmatesoft.svn.core.wc.SVNRevision
Parses an input string and be it a representation of either a revision number, or a timestamp, or a revision keyword, constructs an SVNRevision representation of the revision.
parseKind(String) - Static method in class org.tmatesoft.svn.core.SVNNodeKind
Parses the passed string and finds out the node kind.
parseURIDecoded(String) - Static method in class org.tmatesoft.svn.core.SVNURL
Parses the given decoded (not UTF-8 encoded) url string and creates a new SVNURL representation for this url.
parseURIEncoded(String) - Static method in class org.tmatesoft.svn.core.SVNURL
Parses the given UTF-8 encoded url string and creates a new SVNURL representation for this url.
password(String) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
processingInstruction(String, String) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
Does nothing.
promptSSH(String, String, int, boolean) - Method in interface org.tmatesoft.svn.core.javahl.PromptUserPasswordSSH
 
promptSSL(String, boolean) - Method in interface org.tmatesoft.svn.core.javahl.PromptUserPasswordSSL
 
promptUser(String, String, boolean) - Method in interface org.tmatesoft.svn.core.javahl.PromptUserPasswordUser
 
properties(String) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
properties(String, Revision) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
properties(String, Revision, Revision) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
propertyCreate(String, String, String, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
propertyCreate(String, String, String, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
propertyCreate(String, String, byte[], boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
propertyCreate(String, String, byte[], boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
propertyGet(String, String) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
propertyGet(String, String, Revision) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
propertyGet(String, String, Revision, Revision) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
propertyRemove(String, String, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
propertySet(String, String, byte[], boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
propertySet(String, String, byte[], boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
propertySet(String, String, String, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
propertySet(String, String, String, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
putData(String, String, Object) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationStorage
Caches a credential of the specified kind for the given repository authentication realm in the auth storage.
putData(String, String, Object) - Method in class org.tmatesoft.svn.core.javahl.JavaHLAuthenticationStorage
 

R

RA_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_ALREADY_EXISTS - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_CREATING_REQUEST - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_INVALID_CONFIG_VALUE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_MALFORMED_DATA - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_OPTIONS_REQ_FAILED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_PATH_NOT_FOUND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_PROPPATCH_FAILED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_PROPS_NOT_FOUND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_REQUEST_FAILED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_RESPONSE_HEADER_BADNESS - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_SOCK_INIT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_ILLEGAL_URL - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_LOCAL_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_LOCAL_REPOS_NOT_FOUND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_LOCAL_REPOS_OPEN_FAILED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_NOT_AUTHORIZED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_NOT_IMPLEMENTED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_NOT_LOCKED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_NO_REPOS_UUID - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_OUT_OF_DATE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_SVN_BAD_VERSION - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_SVN_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_SVN_CMD_ERR - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_SVN_CONNECTION_CLOSED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_SVN_IO_ERROR - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_SVN_MALFORMED_DATA - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_SVN_REPOS_NOT_FOUND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_SVN_UNKNOWN_CMD - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_UNKNOWN_AUTH - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_UNSUPPORTED_ABI_VERSION - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
REJECTED - Static variable in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationProvider
Denotes that a user credential is rejected by a server.
REMOTE_STATUS_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
 
REPORT_ERROR - Static variable in interface org.tmatesoft.svn.core.wc.ISVNAddParameters
 
REPOS - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:repos" SVN untweakable metaproperty.
REPOS_BAD_ARGS - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
REPOS_BAD_REVISION_REPORT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
REPOS_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
REPOS_DISABLED_FEATURE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
REPOS_HOOK_FAILURE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
REPOS_LOCKED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
REPOS_NO_DATA_FOR_REPORT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
REPOS_POST_COMMIT_HOOK_FAILED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
REPOS_POST_LOCK_HOOK_FAILED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
REPOS_POST_UNLOCK_HOOK_FAILED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
REPOS_UNSUPPORTED_VERSION - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RESOLVED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that the conflict on the item is resolved (the item is marked resolved).
RESTORE - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that the deleted item is restored (prior to be updated).
REVERT - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that all local changes to the item were reverted.
REVISION - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:revision" SVN untweakable metaproperty.
REVISION_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
 
REVISION_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
 
REVISION_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
 
REVISION_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
 
REVISION_DUMPED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
A 'next revision dumped' action.
REVISION_LOAD - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
An action that denotes a next revision load is started.
REVISION_LOADED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
An action that denotes a next revision load is completed.
REVISION_LOAD_ADD_PATH - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
An action that denotes adding a next path within the current revision being loaded.
REVISION_LOAD_DELETE_PATH - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
An action that denotes deleting a next path within the current revision being loaded.
REVISION_LOAD_EDIT_PATH - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
An action that denotes editing a next path within the current revision being loaded.
REVISION_LOAD_REPLACE_PATH - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
An action that denotes replacing a next path within the current revision being loaded.
RUNTIME_POOL - Static variable in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Defines a common shared objects pool.
Revision - Variable in class org.tmatesoft.svn.core.wc.SVNBasicClient.RepositoryReference
 
registerRepositoryFactory(String, SVNRepositoryFactory) - Static method in class org.tmatesoft.svn.core.io.SVNRepositoryFactory
 
relocate(String, String, String, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
remove(String[], String, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
removePathTail() - Method in class org.tmatesoft.svn.core.SVNURL
Constructs a new SVNURL representation removing a tail path segment from the path component of this representation.
replay(long, long, boolean, ISVNEditor) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Replays the changes from the specified revision through the given editor.
replicateRepository(SVNRepository, SVNRepository, boolean) - Method in class org.tmatesoft.svn.core.replicator.SVNRepositoryReplicator
Replicates a repository either incrementally or totally.
replicateRepository(SVNRepository, SVNRepository, long, long) - Method in class org.tmatesoft.svn.core.replicator.SVNRepositoryReplicator
Replicates a range of repository revisions.
report(ISVNReporter) - Method in interface org.tmatesoft.svn.core.io.ISVNReporterBaton
Makes a report describing the state of local items in order to get the differences between the local items and what actually is in a repository.
reportAnnotations(ISVNAnnotateHandler, String) - Method in class org.tmatesoft.svn.core.SVNAnnotationGenerator
Dispatches file lines along with author & revision info to the provided annotation handler.
requestClientAuthentication(String, SVNURL, String, SVNErrorMessage, SVNAuthentication, boolean) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationProvider
Returns a next user credential of the specified kind for the given authentication realm.
resolved(String, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
revProperties(String, Revision) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
revProperty(String, String, Revision) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
revert(String, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
revisionReplicated(SVNRepositoryReplicator, SVNCommitInfo) - Method in interface org.tmatesoft.svn.core.replicator.ISVNReplicationHandler
Notifies this handler that the replicator has just finished replicating the current revision copying operation.
revisionReplicating(SVNRepositoryReplicator, SVNLogEntry) - Method in interface org.tmatesoft.svn.core.replicator.ISVNReplicationHandler
Notifies this handler that the replicator is about to start a next revision copying operation.

S

SCHEDULE - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:schedule" SVN untweakable metaproperty.
SCHEDULE_ADD - Static variable in class org.tmatesoft.svn.core.SVNProperty
One of the three possible values of the SVNProperty.SCHEDULE property - "add"
SCHEDULE_DELETE - Static variable in class org.tmatesoft.svn.core.SVNProperty
One of the three possible values of the SVNProperty.SCHEDULE property - "delete"
SCHEDULE_REPLACE - Static variable in class org.tmatesoft.svn.core.SVNProperty
One of the three possible values of the SVNProperty.SCHEDULE property - "replace"
SIZE_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
 
SKIP - Static variable in interface org.tmatesoft.svn.core.wc.ISVNCommitParameters
A constant that instructs a commit operation to skip a missing item.
SKIP - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that the operation is skipped due to errors (inability to be performed, etc.).
SPECIAL - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:special" SVN special property.
SSH - Static variable in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
An ssh credential kind ("svn.ssh")
SSL - Static variable in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
An ssl credential kind ("svn.ssl")
STATUS_ADDED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation denotes that the item in the Working Copy being currently processed is scheduled for addition to the repository.
STATUS_COMPLETED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
In a remote status operation denotes that the operation itself is completed - used to get the latest repository revision against which the status was invoked.
STATUS_CONFLICTED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation denotes that the item in the Working Copy being currently processed is in a conflict state (local changes overlap those that came from the repository).
STATUS_DELETED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation denotes that the item in the Working Copy being currently processed is scheduled for deletion from the repository.
STATUS_EXTERNAL - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
In a status operation denotes that the status is performed on an external item.
STATUS_EXTERNAL - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation denotes that the item in the Working Copy being currently processed is not under version control but is related to externals definitions.
STATUS_IGNORED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation denotes that the file item in the Working Copy being currently processed was set to be ignored (was added to svn:ignore property).
STATUS_INCOMPLETE - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation denotes that the item in the Working Copy being currently processed is under version control but is somehow incomplete - for example, it may happen when the previous update was interrupted.
STATUS_MERGED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
Deprecated. this status is never reported by 'status' operation in this version, 'update' and 'merge' uses SVNStatusType.MERGED instead.
STATUS_MISSING - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation denotes that the item in the Working Copy being currently processed is under version control but is missing - for example, removed from the filesystem with a non-SVN, non-SVNKit or any other SVN non-compatible delete command).
STATUS_MODIFIED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation denotes that the item in the Working Copy being currently processed has local modifications.
STATUS_NONE - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation denotes that no status type information is available.
STATUS_NORMAL - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation (if it's being running with an option to report of all items set to true) denotes that the item in the Working Copy being currently processed has no local changes (in a normal state).
STATUS_OBSTRUCTED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation denotes that the item in the Working Copy being currently processed has a non-expected kind.
STATUS_REPLACED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation denotes that the item in the Working Copy being currently processed was replaced by another item with the same name (within a single revision the item was scheduled for deletion and then a new one with the same name was scheduled for addition).
STATUS_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
 
STATUS_UNVERSIONED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation denotes that the item in the Working Copy being currently processed is not under version control.
STREAM_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
STREAM_MALFORMED_DATA - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
STREAM_UNEXPECTED_EOF - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
STREAM_UNRECOGNIZED_DATA - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
SVN1_HEADER - Static variable in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Bytes of the delta header of a compressed diff window.
SVNAdminClient - class org.tmatesoft.svn.core.wc.admin.SVNAdminClient.
The SVNAdminClient class provides methods that brings repository-side functionality and repository synchronizing features.
SVNAdminClient(ISVNAuthenticationManager, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Creates a new admin client.
SVNAdminClient(ISVNRepositoryPool, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Creates a new admin client.
SVNAdminEvent - class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent.
The SVNAdminEvent is a type of an event used to notify callers' handlers in several methods of SVNAdminClient.
SVNAdminEvent(long, long, SVNAdminEventAction, String) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Creates a new event.
SVNAdminEvent(SVNAdminEventAction, String, String) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Creates a new event to notify about a next path being changed withing the revision being currently loaded.
SVNAdminEvent(long, SVNAdminEventAction, String) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Creates a new event.
SVNAdminEvent(String, File, SVNAdminEventAction) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Creates a new event.
SVNAdminEvent(SVNAdminEventAction, SVNLock, SVNErrorMessage, String) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
 
SVNAdminEventAction - class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction.
The SVNAdminEventAction is an enumeration of possible actions that may take place in different methods of SVNAdminClient.
SVNAdminEventAdapter - class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAdapter.
 
SVNAdminEventAdapter() - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAdapter
 
SVNAdminPath - class org.tmatesoft.svn.core.wc.admin.SVNAdminPath.
The SVNAdminPath is used to pass path information to ISVNHistoryHandler and ISVNTreeHandler
SVNAdminPath(String, String, long) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminPath
Constructs a new instance of this class that is intended for ISVNHistoryHandler.
SVNAdminPath(String, String, int, boolean) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminPath
Constructs a new instance of this class that is intended for ISVNTreeHandler.
SVNAnnotationGenerator - class org.tmatesoft.svn.core.SVNAnnotationGenerator.
The SVNAnnotationGenerator class is used to annotate files - that is to place author and revision information in-line for the specified file.
SVNAnnotationGenerator(String, File, long, ISVNEventHandler) - Constructor for class org.tmatesoft.svn.core.SVNAnnotationGenerator
Constructs an annotation generator object.
SVNAnnotationGenerator(String, File, long, boolean, ISVNEventHandler) - Constructor for class org.tmatesoft.svn.core.SVNAnnotationGenerator
Constructs an annotation generator object.
SVNAnnotationGenerator(String, File, long, boolean, SVNDiffOptions, ISVNEventHandler) - Constructor for class org.tmatesoft.svn.core.SVNAnnotationGenerator
Constructs an annotation generator object.
SVNAuthentication - class org.tmatesoft.svn.core.auth.SVNAuthentication.
The SVNAuthentication is the base class that represents user credentials.
SVNAuthentication(String, String, boolean) - Constructor for class org.tmatesoft.svn.core.auth.SVNAuthentication
Creates a username user credential object given a username.
SVNAuthenticationException - exception org.tmatesoft.svn.core.SVNAuthenticationException.
An exception class that is used to signal about the fact that errors occured exactly during an authentication try.
SVNAuthenticationException(SVNErrorMessage, Throwable) - Constructor for class org.tmatesoft.svn.core.SVNAuthenticationException
Creates a new authentication exception given detailed error information and the original cause.
SVNAuthenticationException(SVNErrorMessage) - Constructor for class org.tmatesoft.svn.core.SVNAuthenticationException
Creates a new authentication exception given detailed error information.
SVNBasicClient - class org.tmatesoft.svn.core.wc.SVNBasicClient.
The SVNBasicClient is the base class of all SVN*Client classes that provides a common interface and realization.
SVNBasicClient(ISVNAuthenticationManager, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNBasicClient
 
SVNBasicClient(ISVNRepositoryPool, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNBasicClient
 
SVNBasicClient.RepositoryReference - class org.tmatesoft.svn.core.wc.SVNBasicClient.RepositoryReference.
 
SVNBasicClient.RepositoryReference(String, long) - Constructor for class org.tmatesoft.svn.core.wc.SVNBasicClient.RepositoryReference
 
SVNBasicClient.SVNRepositoryLocation - class org.tmatesoft.svn.core.wc.SVNBasicClient.SVNRepositoryLocation.
 
SVNBasicClient.SVNRepositoryLocation(SVNURL, long) - Constructor for class org.tmatesoft.svn.core.wc.SVNBasicClient.SVNRepositoryLocation
 
SVNCancelException - exception org.tmatesoft.svn.core.SVNCancelException.
The SVNCancelException is used to signal about an operation cancel event.
SVNCancelException() - Constructor for class org.tmatesoft.svn.core.SVNCancelException
Creates a cancel exception.
SVNCancelException(SVNErrorMessage) - Constructor for class org.tmatesoft.svn.core.SVNCancelException
Constructs an SVNCancelException given the error message.
SVNChangeEntry - class org.tmatesoft.svn.core.wc.admin.SVNChangeEntry.
SVNChangeEntry objects are used to pass path change information to clients.
SVNChangeEntry(String, SVNNodeKind, char, String, long, boolean, boolean) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNChangeEntry
Constructs a change entry object.
SVNClientImpl - class org.tmatesoft.svn.core.javahl.SVNClientImpl.
 
SVNClientImpl(SVNClient) - Constructor for class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
SVNClientImpl(SVNClient, IHTTPConnectionFactory, ISVNConnectorFactory) - Constructor for class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
SVNClientImpl.LogLevel - class org.tmatesoft.svn.core.javahl.SVNClientImpl.LogLevel.
 
SVNClientImpl.LogLevel() - Constructor for class org.tmatesoft.svn.core.javahl.SVNClientImpl.LogLevel
 
SVNClientManager - class org.tmatesoft.svn.core.wc.SVNClientManager.
The SVNClientManager class is used to manage SVN*Client objects as well as for providing them to a user what makes the user's work easier and his code - pretty clear and flexible.
SVNCommitClient - class org.tmatesoft.svn.core.wc.SVNCommitClient.
The SVNCommitClient class provides methods to perform operations that relate to committing changes to an SVN repository.
SVNCommitClient(ISVNAuthenticationManager, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNCommitClient
Constructs and initializes an SVNCommitClient object with the specified run-time configuration and authentication drivers.
SVNCommitClient(ISVNRepositoryPool, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNCommitClient
 
SVNCommitInfo - class org.tmatesoft.svn.core.SVNCommitInfo.
The SVNCommitInfo class represents information about a committed revision.
SVNCommitInfo(long, String, Date) - Constructor for class org.tmatesoft.svn.core.SVNCommitInfo
Constructs an SVNCommitInfo object.
SVNCommitInfo(long, String, Date, SVNErrorMessage) - Constructor for class org.tmatesoft.svn.core.SVNCommitInfo
Constructs an SVNCommitInfo object.
SVNCommitItem - class org.tmatesoft.svn.core.wc.SVNCommitItem.
The SVNCommitItem represents a versioned item that is to be committed to a repository.
SVNCommitItem(File, SVNURL, SVNURL, SVNNodeKind, SVNRevision, SVNRevision, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.tmatesoft.svn.core.wc.SVNCommitItem
Constructs and initializes an SVNCommitItem object.
SVNCommitPacket - class org.tmatesoft.svn.core.wc.SVNCommitPacket.
The SVNCommitPacket is a storage for SVNCommitItem objects which represent information on versioned items intended for being committed to a repository.
SVNCopyClient - class org.tmatesoft.svn.core.wc.SVNCopyClient.
The SVNCopyClient provides methods to perform any kinds of copying and moving that SVN supports - operating on both Working Copies (WC) and URLs.
SVNCopyClient(ISVNAuthenticationManager, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNCopyClient
Constructs and initializes an SVNCopyClient object with the specified run-time configuration and authentication drivers.
SVNCopyClient(ISVNRepositoryPool, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNCopyClient
 
SVNDIFF_BACKWARD_VIEW - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
SVNDIFF_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
SVNDIFF_CORRUPT_WINDOW - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
SVNDIFF_INVALID_HEADER - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
SVNDIFF_INVALID_OPS - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
SVNDIFF_UNEXPECTED_END - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
SVNDeltaGenerator - class org.tmatesoft.svn.core.io.diff.SVNDeltaGenerator.
The SVNDeltaGenerator is intended for generating diff windows of fixed size having a target version of a file against a source one.
SVNDeltaGenerator() - Constructor for class org.tmatesoft.svn.core.io.diff.SVNDeltaGenerator
Creates a generator that will produce diff windows of 100Kbytes contents length.
SVNDeltaGenerator(int) - Constructor for class org.tmatesoft.svn.core.io.diff.SVNDeltaGenerator
Creates a generator that will produce diff windows of a specified contents length.
SVNDeltaProcessor - class org.tmatesoft.svn.core.io.diff.SVNDeltaProcessor.
The SVNDeltaProcessor is used to get a full text of a file in series applying diff windows being passed to a processor.
SVNDeltaProcessor() - Constructor for class org.tmatesoft.svn.core.io.diff.SVNDeltaProcessor
Creates a processor.
SVNDiffClient - class org.tmatesoft.svn.core.wc.SVNDiffClient.
The SVNDiffClient class provides methods allowing to get differences between versioned items ('diff' operation) as well as ones intended for merging file contents.
SVNDiffClient(ISVNAuthenticationManager, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNDiffClient
Constructs and initializes an SVNDiffClient object with the specified run-time configuration and authentication drivers.
SVNDiffClient(ISVNRepositoryPool, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNDiffClient
 
SVNDiffInstruction - class org.tmatesoft.svn.core.io.diff.SVNDiffInstruction.
The SVNDiffInstruction class represents instructions used as delta applying rules.
SVNDiffInstruction(int, int, int) - Constructor for class org.tmatesoft.svn.core.io.diff.SVNDiffInstruction
Creates a particular type of a diff instruction.
SVNDiffInstruction() - Constructor for class org.tmatesoft.svn.core.io.diff.SVNDiffInstruction
Creates a new instruction object.
SVNDiffOptions - class org.tmatesoft.svn.core.wc.SVNDiffOptions.
The SVNDiffOptions class is used to contain some rules for controlling the result of comparing two files.
SVNDiffOptions() - Constructor for class org.tmatesoft.svn.core.wc.SVNDiffOptions
Creates a new diff options object.
SVNDiffOptions(boolean, boolean, boolean) - Constructor for class org.tmatesoft.svn.core.wc.SVNDiffOptions
Creates a new diff options object.
SVNDiffStatus - class org.tmatesoft.svn.core.wc.SVNDiffStatus.
The SVNDiffStatus class is used to provide short information on path changes during diff status operations.
SVNDiffStatus(File, SVNURL, String, SVNStatusType, boolean, SVNNodeKind) - Constructor for class org.tmatesoft.svn.core.wc.SVNDiffStatus
Instantiates a new object.
SVNDiffWindow - class org.tmatesoft.svn.core.io.diff.SVNDiffWindow.
The SVNDiffWindow class represents a diff window that contains instructions and new data of a delta to apply to a file.
SVNDiffWindow(long, int, int, int, int) - Constructor for class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Constructs an SVNDiffWindow object.
SVNDiffWindowApplyBaton - class org.tmatesoft.svn.core.io.diff.SVNDiffWindowApplyBaton.
The SVNDiffWindowApplyBaton class is used to provide the source and target streams during applying diff windows.
SVNDirEntry - class org.tmatesoft.svn.core.SVNDirEntry.
The SVNDirEntry class is a representation of a versioned directory entry.
SVNDirEntry(SVNURL, String, SVNNodeKind, long, boolean, long, Date, String) - Constructor for class org.tmatesoft.svn.core.SVNDirEntry
Constructs an instance of SVNDirEntry.
SVNDirEntry(SVNURL, String, SVNNodeKind, long, boolean, long, Date, String, String) - Constructor for class org.tmatesoft.svn.core.SVNDirEntry
Constructs an instance of SVNDirEntry.
SVNErrorCode - class org.tmatesoft.svn.core.SVNErrorCode.
The SVNErrorCode class represents possible predefined kinds of errors with their own identifying information.
SVNErrorCode(int, int, String) - Constructor for class org.tmatesoft.svn.core.SVNErrorCode
 
SVNErrorMessage - class org.tmatesoft.svn.core.SVNErrorMessage.
The SVNErrorMessage class represents error and warning messages describing reasons of exceptions occurred during runtime.
SVNErrorMessage(SVNErrorCode, String, Object[], Throwable, int) - Constructor for class org.tmatesoft.svn.core.SVNErrorMessage
 
SVNEvent - class org.tmatesoft.svn.core.wc.SVNEvent.
The SVNEvent class is used to provide detailed information on an operation progress to the ISVNEventHandler (if any) registered for an SVN*Client object.
SVNEvent(SVNErrorMessage) - Constructor for class org.tmatesoft.svn.core.wc.SVNEvent
Constructs an SVNEvent object given an error message for a filed operation.
SVNEvent(SVNAdminAreaInfo, SVNAdminArea, String, SVNEventAction, SVNEventAction, SVNNodeKind, long, String, SVNStatusType, SVNStatusType, SVNStatusType, SVNLock, SVNErrorMessage) - Constructor for class org.tmatesoft.svn.core.wc.SVNEvent
Constructs an SVNEvent object.
SVNEvent(SVNAdminAreaInfo, SVNAdminArea, String, SVNEventAction, SVNNodeKind, long, String, SVNStatusType, SVNStatusType, SVNStatusType, SVNLock, SVNErrorMessage) - Constructor for class org.tmatesoft.svn.core.wc.SVNEvent
Constructs an SVNEvent object.
SVNEvent(File, File, SVNEventAction, SVNEventAction, SVNNodeKind, long, String, SVNStatusType, SVNStatusType, SVNStatusType, SVNLock, SVNErrorMessage) - Constructor for class org.tmatesoft.svn.core.wc.SVNEvent
Constructs an SVNEvent object filling it with informational details most of that would be retrieved and analized by an ISVNEventHandler implementation.
SVNEvent(File, File, SVNEventAction, SVNNodeKind, long, String, SVNStatusType, SVNStatusType, SVNStatusType, SVNLock, SVNErrorMessage) - Constructor for class org.tmatesoft.svn.core.wc.SVNEvent
Constructs an SVNEvent object filling it with informational details most of that would be retrieved and analized by an ISVNEventHandler implementation.
SVNEventAction - class org.tmatesoft.svn.core.wc.SVNEventAction.
The SVNEventAction class is used to describe an action which generated an SVNEvent object.
SVNEventAdapter - class org.tmatesoft.svn.core.wc.SVNEventAdapter.
 
SVNEventAdapter() - Constructor for class org.tmatesoft.svn.core.wc.SVNEventAdapter
 
SVNException - exception org.tmatesoft.svn.core.SVNException.
A main exception class that is used in the SVNKit library.
SVNException(SVNErrorMessage) - Constructor for class org.tmatesoft.svn.core.SVNException
Creates an exception given an error message.
SVNException(SVNErrorMessage, Throwable) - Constructor for class org.tmatesoft.svn.core.SVNException
Creates an exception given an error message and the cause exception.
SVNFileRevision - class org.tmatesoft.svn.core.io.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.
SVNFileRevision(String, long, Map, Map) - Constructor for class org.tmatesoft.svn.core.io.SVNFileRevision
Constructs an instance of SVNFileRevision.
SVNInfo - class org.tmatesoft.svn.core.wc.SVNInfo.
The SVNInfo class is a wrapper for versioned item's (located either in a Working Copy or a repository) information details.
SVNInfo(File, SVNURL, SVNURL, long, SVNNodeKind, String, long, String, String, String, SVNURL, long, String, String, String, String, String, String, String, SVNLock) - Constructor for class org.tmatesoft.svn.core.wc.SVNInfo
 
SVNInfo(String, SVNURL, SVNRevision, SVNNodeKind, String, SVNURL, long, Date, String, SVNLock) - Constructor for class org.tmatesoft.svn.core.wc.SVNInfo
 
SVNLocationEntry - class org.tmatesoft.svn.core.io.SVNLocationEntry.
The SVNLocationEntry represents a mapping of a path to its revision.
SVNLocationEntry(long, String) - Constructor for class org.tmatesoft.svn.core.io.SVNLocationEntry
Constructs an SVNLocationEntry object.
SVNLock - class org.tmatesoft.svn.core.SVNLock.
The SVNLock class represents a file lock.
SVNLock(String, String, String, String, Date, Date) - Constructor for class org.tmatesoft.svn.core.SVNLock
Constructs an SVNLock object.
SVNLogClient - class org.tmatesoft.svn.core.wc.SVNLogClient.
The SVNLogClient class is intended for such purposes as getting revisions history, browsing repository entries and annotating file contents.
SVNLogClient(ISVNAuthenticationManager, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNLogClient
Constructs and initializes an SVNLogClient object with the specified run-time configuration and authentication drivers.
SVNLogClient(ISVNRepositoryPool, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNLogClient
 
SVNLogEntry - class org.tmatesoft.svn.core.SVNLogEntry.
The SVNLogEntry class encapsulates such per revision information as: a revision number, the datestamp when the revision was committed, the author of the revision, a commit log message and all paths changed in that revision.
SVNLogEntry(Map, long, String, Date, String) - Constructor for class org.tmatesoft.svn.core.SVNLogEntry
Constructs an SVNLogEntry object.
SVNLogEntryPath - class org.tmatesoft.svn.core.SVNLogEntryPath.
The SVNLogEntryPath class encapsulates information about a single item changed in a revision.
SVNLogEntryPath(String, char, String, long) - Constructor for class org.tmatesoft.svn.core.SVNLogEntryPath
Constructs an SVNLogEntryPath object.
SVNLookClient - class org.tmatesoft.svn.core.wc.admin.SVNLookClient.
The SVNLookClient class provides API for examining different aspects of a Subversion repository.
SVNLookClient(ISVNAuthenticationManager, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Creates a new instance of SVNLookClient given an authentication manager and global options keeper.
SVNLookClient(ISVNRepositoryPool, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Creates a new instance of SVNLookClient given an SVNRepository} drivers provider and global options keeper.
SVNMoveClient - class org.tmatesoft.svn.core.wc.SVNMoveClient.
The SVNMoveClient provides an extra client-side functionality over standard (i.e. compatible with the SVN command line client) move operations.
SVNMoveClient(ISVNAuthenticationManager, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNMoveClient
Constructs and initializes an SVNMoveClient object with the specified run-time configuration and authentication drivers.
SVNMoveClient(ISVNRepositoryPool, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNMoveClient
 
SVNNodeKind - class org.tmatesoft.svn.core.SVNNodeKind.
The SVNNodeKind class is used to describe the kind of a directory entry (node, in other words).
SVNPasswordAuthentication - class org.tmatesoft.svn.core.auth.SVNPasswordAuthentication.
The SVNPasswordAuthentication class represents a simple user credential pair - a username and password.
SVNPasswordAuthentication(String, String, boolean) - Constructor for class org.tmatesoft.svn.core.auth.SVNPasswordAuthentication
Creates a password user credential object given a username and password.
SVNProperty - class org.tmatesoft.svn.core.SVNProperty.
The SVNProperty class is a representation class for both versioned properties (user-managed svn specials) and for metaproperties (untweakable) supported by Subversion.
SVNProperty() - Constructor for class org.tmatesoft.svn.core.SVNProperty
 
SVNPropertyData - class org.tmatesoft.svn.core.wc.SVNPropertyData.
SVNPropertyData is a wrapper for both versioned and unversioned properties.
SVNPropertyData(String, String) - Constructor for class org.tmatesoft.svn.core.wc.SVNPropertyData
Constructs an SVNPropertyData given a property name and its value.
SVNReplicationEditor - class org.tmatesoft.svn.core.replicator.SVNReplicationEditor.
The SVNReplicationEditor is an editor implementation used by a repository replicator as a bridge between an update editor for the source repository and a commit editor of the target one.
SVNReplicationEditor(SVNRepository, ISVNEditor, SVNLogEntry) - Constructor for class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
Creates a new replication editor.
SVNRepository - class org.tmatesoft.svn.core.io.SVNRepository.
The abstract class SVNRepository provides an interface for protocol specific drivers used for direct working with a Subversion repository.
SVNRepository(SVNURL, ISVNSession) - Constructor for class org.tmatesoft.svn.core.io.SVNRepository
 
SVNRepositoryFactory - class org.tmatesoft.svn.core.io.SVNRepositoryFactory.
SVNRepositoryFactory is an abstract factory that is responsible for creating an appropriate SVNRepository driver specific for the protocol to use.
SVNRepositoryFactory() - Constructor for class org.tmatesoft.svn.core.io.SVNRepositoryFactory
 
SVNRepositoryReplicator - class org.tmatesoft.svn.core.replicator.SVNRepositoryReplicator.
The SVNRepositoryReplicator class provides an ability to make a copy of an existing repository.
SVNRevision - class org.tmatesoft.svn.core.wc.SVNRevision.
SVNRevision is a revision wrapper used for an abstract representation of revision information.
SVNRevisionProperty - class org.tmatesoft.svn.core.SVNRevisionProperty.
The SVNRevisionProperty class represents revision properties - those unversioned properties supported by Subversion.
SVNRevisionProperty() - Constructor for class org.tmatesoft.svn.core.SVNRevisionProperty
 
SVNSSHAuthentication - class org.tmatesoft.svn.core.auth.SVNSSHAuthentication.
The SVNSSHAuthentication class represents a kind of credentials used to authenticate a user over an SSH tunnel.
SVNSSHAuthentication(String, String, int, boolean) - Constructor for class org.tmatesoft.svn.core.auth.SVNSSHAuthentication
Creates a user credential object for authenticating over an ssh tunnel.
SVNSSHAuthentication(String, File, String, int, boolean) - Constructor for class org.tmatesoft.svn.core.auth.SVNSSHAuthentication
Creates a user credential object for authenticating over an ssh tunnel.
SVNSSHAuthentication(String, char[], String, int, boolean) - Constructor for class org.tmatesoft.svn.core.auth.SVNSSHAuthentication
Creates a user credential object for authenticating over an ssh tunnel.
SVNSSLAuthentication - class org.tmatesoft.svn.core.auth.SVNSSLAuthentication.
The SVNSSLAuthentication class represents user's credentials used to authenticate a user in secure connections.
SVNSSLAuthentication(File, String, boolean) - Constructor for class org.tmatesoft.svn.core.auth.SVNSSLAuthentication
Creates an SSL credentials object.
SVNStatus - class org.tmatesoft.svn.core.wc.SVNStatus.
The SVNStatus class is used to provide detailed status information for a Working Copy item as a result of a status operation invoked by a doStatus() method of SVNStatusClient.
SVNStatus(SVNURL, File, SVNNodeKind, SVNRevision, SVNRevision, Date, String, SVNStatusType, SVNStatusType, SVNStatusType, SVNStatusType, boolean, boolean, boolean, File, File, File, File, String, SVNRevision, SVNLock, SVNLock, Map) - Constructor for class org.tmatesoft.svn.core.wc.SVNStatus
Constructs an SVNStatus object filling it with status information details.
SVNStatusClient - class org.tmatesoft.svn.core.wc.SVNStatusClient.
The SVNStatusClient class provides methods for obtaining information on the status of Working Copy items.
SVNStatusClient(ISVNAuthenticationManager, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNStatusClient
Constructs and initializes an SVNStatusClient object with the specified run-time configuration and authentication drivers.
SVNStatusClient(ISVNRepositoryPool, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNStatusClient
 
SVNStatusType - class org.tmatesoft.svn.core.wc.SVNStatusType.
SVNStatusType provides information about versioned items' status type.
SVNURL - class org.tmatesoft.svn.core.SVNURL.
The SVNURL class is used for representing urls.
SVNUUIDAction - class org.tmatesoft.svn.core.wc.admin.SVNUUIDAction.
The SVNUUIDAction class is an enumeration of possible actions that SVNAdminClient can perform with uuids when loading a dumpstream.
SVNUpdateClient - class org.tmatesoft.svn.core.wc.SVNUpdateClient.
This class provides methods which allow to check out, update, switch and relocate a Working Copy as well as export an unversioned directory or file from a repository.
SVNUpdateClient(ISVNAuthenticationManager, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNUpdateClient
Constructs and initializes an SVNUpdateClient object with the specified run-time configuration and authentication drivers.
SVNUpdateClient(ISVNRepositoryPool, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNUpdateClient
 
SVNUserNameAuthentication - class org.tmatesoft.svn.core.auth.SVNUserNameAuthentication.
The SVNUserNameAuthentication class represents a simple authentication credential class that uses only a username to authenticate a user.
SVNUserNameAuthentication(String, boolean) - Constructor for class org.tmatesoft.svn.core.auth.SVNUserNameAuthentication
Creates a username authentication credential.
SVNWCClient - class org.tmatesoft.svn.core.wc.SVNWCClient.
The SVNWCClient class combines a number of version control operations mainly intended for local work with Working Copy items.
SVNWCClient(ISVNAuthenticationManager, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNWCClient
Constructs and initializes an SVNWCClient object with the specified run-time configuration and authentication drivers.
SVNWCClient(ISVNRepositoryPool, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNWCClient
 
SVNWCUtil - class org.tmatesoft.svn.core.wc.SVNWCUtil.
The SVNWCUtil is a utility class providing some common methods used by Working Copy API classes for such purposes as creating default run-time configuration and authentication drivers and some others.
SVNWCUtil() - Constructor for class org.tmatesoft.svn.core.wc.SVNWCUtil
 
SVNXMLAnnotateHandler - class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler.
This is an implementation of the ISVNAnnotateHandler interface that writes XML formatted annotation information to a specified ContentHandler.
SVNXMLAnnotateHandler(ContentHandler) - Constructor for class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
Creates a new annotation handler.
SVNXMLAnnotateHandler(ContentHandler, ISVNDebugLog) - Constructor for class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
Creates a new annotation handler.
SVNXMLDirEntryHandler - class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler.
This is an implementation of the ISVNStatusHandler interface that writes XML formatted status information to a specified ContentHandler.
SVNXMLDirEntryHandler(ContentHandler) - Constructor for class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
Creates a new handler.
SVNXMLDirEntryHandler(ContentHandler, ISVNDebugLog) - Constructor for class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
Creates a new handler.
SVNXMLInfoHandler - class org.tmatesoft.svn.core.wc.xml.SVNXMLInfoHandler.
 
SVNXMLInfoHandler(ContentHandler) - Constructor for class org.tmatesoft.svn.core.wc.xml.SVNXMLInfoHandler
Creates a new info handler.
SVNXMLInfoHandler(ContentHandler, ISVNDebugLog) - Constructor for class org.tmatesoft.svn.core.wc.xml.SVNXMLInfoHandler
Creates a new info handler.
SVNXMLLogHandler - class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler.
This log handler implementation writes xml formatted information about the log entries it's passed to a specified ContentHandler.
SVNXMLLogHandler(ContentHandler) - Constructor for class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
Creates a new log handler.
SVNXMLLogHandler(ContentHandler, ISVNDebugLog) - Constructor for class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
Creates a new log handler.
SVNXMLSerializer - class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer.
This implementation of ContentHandler can write XML contents to a specified output stream or writer.
SVNXMLSerializer(OutputStream) - Constructor for class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
Creates a serializer to write XML contents to the specified output stream.
SVNXMLSerializer(Writer) - Constructor for class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
Creates a serializer to write XML contents to the specified writer.
SVNXMLStatusHandler - class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler.
This is an implementation of the ISVNStatusHandler interface that writes XML formatted status information to a specified ContentHandler.
SVNXMLStatusHandler(ContentHandler) - Constructor for class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
Creates a new status handler.
SVNXMLStatusHandler(ContentHandler, ISVNDebugLog) - Constructor for class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
Creates a new status handler.
SVN_ENTRY_PREFIX - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:" prefix.
SVN_HEADER - Static variable in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Bytes of the delta header of an uncompressed diff window.
SVN_PREFIX - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:" prefix.
SVN_WC_PREFIX - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:wc:" prefix.
SWIG_PY_EXCEPTION_SET - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
SWITCHED_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
 
saveCommitMessage(SVNRepository, long, String) - Method in interface org.tmatesoft.svn.core.io.ISVNSession
Caches a commit message for the given revision.
saveCommitMessage(SVNRepository, long, String) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Does nothing.
sendDelta(String, InputStream, ISVNDeltaConsumer, boolean) - Method in class org.tmatesoft.svn.core.io.diff.SVNDeltaGenerator
Generates a series of diff windows of fixed size comparing target bytes (from target stream) against an empty file and sends produced windows to the provided consumer.
sendDelta(String, InputStream, long, InputStream, ISVNDeltaConsumer, boolean) - Method in class org.tmatesoft.svn.core.io.diff.SVNDeltaGenerator
Generates a series of diff windows of fixed size comparing target bytes (read from target stream) against source bytes (read from source stream), and sends produced windows to the provided consumer.
sendDelta(String, byte[], int, ISVNDeltaConsumer) - Method in class org.tmatesoft.svn.core.io.diff.SVNDeltaGenerator
 
sendDelta(String, byte[], int, long, byte[], int, ISVNDeltaConsumer) - Method in class org.tmatesoft.svn.core.io.diff.SVNDeltaGenerator
 
setAddParameters(ISVNAddParameters) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
 
setAuthStorageEnabled(boolean) - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Enables or disables the authentication storage.
setAuthenticationForced(boolean) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
 
setAuthenticationForced(boolean) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
Specifies the way how credentials are to be supplied to a repository server.
setAuthenticationManager(ISVNAuthenticationManager) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Sets an authentication driver for this object.
setAuthenticationProvider(ISVNAuthenticationProvider) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
Does nothing.
setAuthenticationProvider(ISVNAuthenticationProvider) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
Sets a custom authentication provider that will provide user credentials for authentication.
setAuthentications(SVNAuthentication[]) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
Sets the given user credentials to this manager.
setAutoProperties(Map) - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Sets autoproperties that will be automatically put on all files that will be added or imported.
setAutoProperty(String, String) - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Sets an autoproperty - binds a file name pattern with a string in the form of "propName=propValue".
setBasePath(File) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
setBasePath(File) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Sets the root path for this diff generator.
setCanceller(ISVNCanceller) - Method in class org.tmatesoft.svn.core.io.SVNRepository
 
setChangeType(char) - Method in class org.tmatesoft.svn.core.SVNLogEntryPath
 
setChildErrorMessage(SVNErrorMessage) - Method in class org.tmatesoft.svn.core.SVNErrorMessage
Sets a child error message for this one.
setClientAuthentication(SVNSSLAuthentication) - Method in interface org.tmatesoft.svn.core.auth.ISVNSSLManager
Sets client authentication that will be used in SSLContext.
setCommitHander(ISVNCommitHandler) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Deprecated. use SVNCommitClient.setCommitHandler(ISVNCommitHandler) instead
setCommitHandler(ISVNCommitHandler) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Sets an implementation of ISVNCommitHandler to the commit handler that will be used during commit operations to handle commit log messages.
setCommitHandler(ISVNCommitHandler) - Method in class org.tmatesoft.svn.core.wc.SVNCopyClient
Sets an implementation of ISVNCommitHandler to the commit handler that will be used during commit operations to handle commit log messages.
setCommitItemSkipped(SVNCommitItem, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNCommitPacket
Sets or unsets a versioned item to be skipped - whether or not it should be committed.
setCommitMessage(String) - Method in class org.tmatesoft.svn.core.SVNDirEntry
This method is used by SVNKit internals and not intended for users (from an API point of view).
setCommitParameters(ISVNCommitParameters) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Sets commit parameters to use.
setCommitParameters(ISVNCommitParameters) - Method in class org.tmatesoft.svn.core.wc.SVNCopyClient
Sets commit parameters to use.
setConfigDirectory(String) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
setContentsStatus(SVNStatusType) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Sets the item's contents status type.
setCopyPath(String) - Method in class org.tmatesoft.svn.core.SVNLogEntryPath
 
setCopyRevision(long) - Method in class org.tmatesoft.svn.core.SVNLogEntryPath
 
setData(ByteBuffer) - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Sets a byte buffer containing instruction and new data bytes of this window.
setDebugLog(ISVNDebugLog) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Sets a logger to write debug log information to.
setDebugLog(ISVNDebugLog) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Sets a logger to write debug log information to.
setDebugLog(ISVNDebugLog) - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Sets a logger to write debug log information to.
setDiffAdded(boolean) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
setDiffAdded(boolean) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Enables or disables generating differences for added files.
setDiffCopied(boolean) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
setDiffCopied(boolean) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Enables or disables generating differences against copy source for copied files.
setDiffDeleted(boolean) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
setDiffDeleted(boolean) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Enables or disables generating differences for deleted files.
setDiffGenerator(ISVNDiffGenerator) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Sets the specified diff driver for this object to use for generating and writing file differences to an otput stream.
setDiffGenerator(ISVNGNUDiffGenerator) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Sets a diff generator to be used in doGetDiff() methods of this class.
setDiffOptions(SVNDiffOptions) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Sets diff options containing diff rules.
setDiffOptions(SVNDiffOptions) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
Sets diff options for this client to use in annotate operations.
setDiffUnversioned(boolean) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Includes or not unversioned files into diff processing.
setDiffUnversioned(boolean) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Includes or not unversioned files into diff processing.
setDocumentLocator(Locator) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
Does nothing.
setEncoding(String) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
setEncoding(String) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Sets the encoding charset to be used for a diff output.
setEntry(SVNEntry) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Sets a WC entry for which this object is generated.
setEventHandler(ISVNEventHandler) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Sets an event handler for this object.
setEventHandler(ISVNEventHandler) - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Sets an event handler to all SVN*Client objects created and kept by this SVNClientManager.
setEventHandler(ISVNEventHandler) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Sets an event handler for this object.
setEventPathPrefix(String) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Removes or adds a path prefix.
setForcedBinaryDiff(boolean) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
setForcedBinaryDiff(boolean) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Enables or disables generating differnces between files having a binary MIME type.
setIgnoreAllWhitespace(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffOptions
Sets whether all whitespaces must be ignored while comparing files.
setIgnoreAmountOfWhitespace(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffOptions
Sets whether number of whitespaces must be ignored while comparing files.
setIgnoreEOLStyle(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffOptions
Sets whether eol style must be ignored while comparing files.
setIgnoreExternals(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Sets externals definitions to be ignored or not during operations.
setIgnorePatterns(String[]) - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Sets global ignore patterns.
setLeaveConflictsUnresolved(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Sets (or unsets) all conflicted working files to be untouched by update and merge operations.
setLocation(SVNURL, boolean) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Sets a new repository location for this object.
setLock(SVNLock) - Method in class org.tmatesoft.svn.core.SVNDirEntry
Sets the lock object for this entry (if it's locked).
setMergeOptions(SVNDiffOptions) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Sets diff options for this client to use in merge operations.
setMergerFactory(ISVNMergerFactory) - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Sets a factory object which is responsible for creating merger drivers.
setPath(String) - Method in class org.tmatesoft.svn.core.SVNLogEntryPath
Sets the path of the item represented by this object.
setPath(String, boolean) - Method in class org.tmatesoft.svn.core.SVNURL
Creates a new SVNURL object replacing a path component of this object with a new provided one.
setPath(String, String, long, boolean) - Method in interface org.tmatesoft.svn.core.io.ISVNReporter
Describes a local path as being at a particular revision.
setPath(String) - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
Sets the item's relevant path.
setPath(String) - Method in class org.tmatesoft.svn.core.wc.SVNEvent
Sets the item's path relative to the Working Copy root.
setPrompt(PromptUserPassword) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
setPropertyValue(String, String) - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Sets the value of a property from the [svnkit] section of the config file.
setProxy(String, int, String, String) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
Sets a proxy server context to this manager.
setRelativePath(String) - Method in class org.tmatesoft.svn.core.SVNDirEntry
This method is used by SVNKit internals and not intended for users (from an API point of view).
setRemoteStatus(SVNStatusType, SVNStatusType, SVNLock, SVNNodeKind) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Sets the item's remote status.
setRemoteStatus(SVNURL, SVNStatusType, SVNStatusType, SVNLock, SVNNodeKind, SVNRevision, Date, String) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Sets the item's remote status.
setReplayHandler(ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Sets a replication handler that will receive a log entry object per each replayed revision.
setReplicationHandler(ISVNReplicationHandler) - Method in class org.tmatesoft.svn.core.replicator.SVNRepositoryReplicator
Registers a replication handler to this replicator.
setRepositoryCredentials(String, SVNURL) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Caches identification parameters (UUID, rood directory location) of the repository with which this driver is working.
setRevProperty(String, String, Revision, String, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
setRevisionPropertyValue(long, String, String) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Sets a revision property with the specified name to a new value.
setRuntimeCredentialsStorage(ISVNAuthenticationStorage) - Static method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
setRuntimeStorage(ISVNAuthenticationStorage) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
Does nothing.
setRuntimeStorage(ISVNAuthenticationStorage) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
Sets a specific runtime authentication storage manager.
setTargetPath(File) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLInfoHandler
Sets the target path what makes all paths be relative to this one.
setTunnelProvider(ISVNTunnelProvider) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Sets a tunnel provider.
setUseAutoProperties(boolean) - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Enables or disables the autoproperties option.
setUseCommitTimes(boolean) - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Enables or disables the commit-times option.
setWorkspaceProperty(String, String, String) - Method in interface org.tmatesoft.svn.core.io.ISVNWorkspaceMediator
Sets a new value for an item's WC property in a ".svn/wcprops" administrative subdirectory.
shortPropertyName(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
Returns a short name for the given property name - that is a name without any prefixes.
shutdownConnections(boolean) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Closes connections of cached SVNRepository objects.
shutdownConnections(boolean) - Method in interface org.tmatesoft.svn.core.wc.ISVNRepositoryPool
Forces cached SVNRepository driver objects to close their socket connections.
shutdownConnections(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
 
singleStatus(String, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
size() - Method in class org.tmatesoft.svn.core.SVNDirEntry
Deprecated. use SVNDirEntry.getSize() instead
skippedEntity(String) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
Does nothing.
sleepForTimeStamp() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
startDocument() - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
Starts logging.
startDocument() - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
 
startElement(String, String, String, Attributes) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
 
startPrefixMapping(String, String) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
Does nothing.
startTarget(String) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
Begins an XML tree with the target path/URL for which annotating is run.
startTarget(String) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
Begins an XML tree with the target path for which the status is run.
startTarget(File) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
Begins an XML tree with the target path for which the status is run.
status(long, String, boolean, ISVNReporterBaton, ISVNEditor) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Gets status of a path.
status(String, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
status(String, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
status(String, boolean, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
streamFileContent(String, Revision, Revision, int, OutputStream) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 

T

TARGET_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
 
TEST_FAILED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
TEXT_TIME - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:text-time" SVN untweakable metaproperty.
TOKEN_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
 
TOKEN_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
 
TRANSACTION_LISTED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
A 'next transaction listed' action.
TRANSACTION_REMOVED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
A 'next transaction removed' action.
TXN_CHECK_LOCKS - Static variable in class org.tmatesoft.svn.core.SVNProperty
A special property used in a commit transaction.
TXN_CHECK_OUT_OF_DATENESS - Static variable in class org.tmatesoft.svn.core.SVNProperty
A special property used in a commit transaction.
TYPE_ADDED - Static variable in class org.tmatesoft.svn.core.SVNLogEntryPath
Char 'A' (item added).
TYPE_ADDED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNChangeEntry
Char 'A' (item added).
TYPE_DELETED - Static variable in class org.tmatesoft.svn.core.SVNLogEntryPath
Char 'D' (item deleted).
TYPE_DELETED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNChangeEntry
Char 'D' (item deleted).
TYPE_ERROR - Static variable in class org.tmatesoft.svn.core.SVNErrorMessage
Error messages of this type are considered to be errors (most critical) rather than warnings.
TYPE_MODIFIED - Static variable in class org.tmatesoft.svn.core.SVNLogEntryPath
Char 'M' (item modified).
TYPE_REPLACED - Static variable in class org.tmatesoft.svn.core.SVNLogEntryPath
Char 'R' (item replaced).
TYPE_UPDATED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNChangeEntry
Char 'U' (item updated).
TYPE_WARNING - Static variable in class org.tmatesoft.svn.core.SVNErrorMessage
Error messages of this type are considered to be warnings, what in certain situations may be OK.
targetRevision(long) - Method in interface org.tmatesoft.svn.core.io.ISVNEditor
Sets the target revision the operation is running for.
targetRevision(long) - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
 
testConnection() - Method in class org.tmatesoft.svn.core.io.SVNRepository
Tries to access a repository.
textDeltaChunk(String, SVNDiffWindow) - Method in class org.tmatesoft.svn.core.SVNAnnotationGenerator
 
textDeltaChunk(String, SVNDiffWindow) - Method in interface org.tmatesoft.svn.core.io.ISVNDeltaConsumer
Collects a next delta chunk.
textDeltaChunk(SVNDiffWindow) - Method in class org.tmatesoft.svn.core.io.diff.SVNDeltaProcessor
Receives a next diff window to be applied.
textDeltaChunk(String, SVNDiffWindow) - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
 
textDeltaEnd(String) - Method in class org.tmatesoft.svn.core.SVNAnnotationGenerator
 
textDeltaEnd(String) - Method in interface org.tmatesoft.svn.core.io.ISVNDeltaConsumer
Finalizes collecting text delta(s).
textDeltaEnd() - Method in class org.tmatesoft.svn.core.io.diff.SVNDeltaProcessor
Performs delta processing finalizing steps.
textDeltaEnd(String) - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
 
throwException(SVNException) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
toDecodedString() - Method in class org.tmatesoft.svn.core.SVNURL
Returns a string representing a decoded url.
toString() - Method in class org.tmatesoft.svn.core.SVNCommitInfo
Gives a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.SVNDirEntry
Retirns a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.SVNErrorCode
Gives a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.SVNErrorMessage
Returns a string representation of this error message object formatting (if needed) the error description with the provided related objects.
toString() - Method in class org.tmatesoft.svn.core.SVNLock
Returns a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.SVNLogEntry
Gives a string representation of this oobject.
toString() - Method in class org.tmatesoft.svn.core.SVNLogEntryPath
Gives a string representation of this oobject.
toString() - Method in class org.tmatesoft.svn.core.SVNNodeKind
Represents the current SVNNodeKind object as a string.
toString(boolean) - Static method in class org.tmatesoft.svn.core.SVNProperty
Converts a boolean value to a string representation.
toString(long) - Static method in class org.tmatesoft.svn.core.SVNProperty
Converts a long value to a string representation.
toString() - Method in class org.tmatesoft.svn.core.SVNURL
Returns a string representing a UTF-8 encoded url.
toString() - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffInstruction
Gives a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Gives a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.wc.SVNCommitPacket
Gives a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.wc.SVNEventAction
Returns a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.wc.SVNRevision
Gives a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.wc.SVNStatusType
Returns a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
Gives a string representation of this action.
type - Variable in class org.tmatesoft.svn.core.io.diff.SVNDiffInstruction
A type of this instruction.

U

UNCHANGED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
During an operation denotes that file item contents or file/directory item properties are not changed.
UNDEFINED - Static variable in class org.tmatesoft.svn.core.wc.SVNRevision
Used to denote that a revision is undefined (not available or not valid).
UNKNOWN - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
UNKNOWN - Static variable in class org.tmatesoft.svn.core.SVNNodeKind
This node kind is used to say that the kind of a node is actually unknown
UNKNOWN - Static variable in interface org.tmatesoft.svn.core.wc.ISVNEventHandler
Constant that is currently the value of the progress parameter (in handleEvnt())
UNKNOWN - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
Denotes that the resultant status of the operation is for some reason unknown.
UNKNOWN_ERROR_MESSAGE - Static variable in class org.tmatesoft.svn.core.SVNErrorMessage
This is a type of an error message denoting an error of an unknown nature.
UNLOCKED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that the file item is unlocked as a result of an unlocking operation.
UNLOCKED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
 
UNLOCK_FAILED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that unlocking a file item failed.
UNLOCK_FAILED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
 
UNSUPPORTED_FEATURE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
UNVERSIONED_RESOURCE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
UPDATE_ADD - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
In an update operation denotes that the item is added to the Working Copy (as it was added in the repository).
UPDATE_COMPLETED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
In an update operation denotes that the operation itself is completed (for instance, in a console client can be used to print out the revision updated to).
UPDATE_DELETE - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
In an update operation denotes that the item is deleted from the Working Copy (as it was deleted in the repository).
UPDATE_EXTERNAL - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
In an update operation denotes that the item being updated is external.
UPDATE_NONE - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
In an update operation denotes that the item is not modified, but its children are.
UPDATE_UPDATE - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
In an update operation denotes that the item is modified (there are changes received from the repository).
UPGRADE - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that the current format of the working copy administrative area is upgraded to a newer one.
URL - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:url" SVN untweakable metaproperty.
URL - Variable in class org.tmatesoft.svn.core.wc.SVNBasicClient.RepositoryReference
 
USERNAME - Static variable in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
A simple username credential kind ("svn.username").
UUID - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:uuid" SVN untweakable metaproperty.
undoMove(File, File) - Method in class org.tmatesoft.svn.core.wc.SVNMoveClient
Reverts a previous move operation back.
unlock(Map, boolean, ISVNLockHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Removes lock(s) from the file(s).
unlock() - Method in class org.tmatesoft.svn.core.io.SVNRepository
 
unlock(String[], boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
update(long, String, boolean, ISVNReporterBaton, ISVNEditor) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Updates a path receiving changes from a repository.
update(SVNURL, long, String, boolean, ISVNReporterBaton, ISVNEditor) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Updates a path switching it to a new repository location.
update(String, Revision, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
update(String[], Revision, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
useLocalFileSeparatorChar() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
username(String) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 

V

VERSION_MISMATCH - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
version() - Static method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
versionMajor() - Static method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
versionMicro() - Static method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
versionMinor() - Static method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 

W

WC_BAD_ADM_LOG - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_BAD_ADM_LOG_START - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_BAD_PATH - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_CORRUPT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_CORRUPT_TEXT_BASE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_FOUND_CONFLICT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_INVALID_LOCK - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_INVALID_OP_ON_CWD - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_INVALID_RELOCATION - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_INVALID_SCHEDULE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_INVALID_SWITCH - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_LEFT_LOCAL_MOD - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_LOCKED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_LOCKED_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
 
WC_NODE_KIND_CHANGE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_NOT_DIRECTORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_NOT_FILE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_NOT_LOCKED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_NOT_UP_TO_DATE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_OBSTRUCTED_UPDATE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_PATH_FOUND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_PATH_NOT_FOUND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_REVISION_LABEL - Static variable in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
WC_SCHEDULE_CONFLICT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_STATUS_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
 
WC_UNSUPPORTED_FORMAT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_UNWIND_EMPTY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_UNWIND_MISMATCH - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_UNWIND_NOT_EMPTY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_URL - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:wc:ra_dav:version-url" SVN untweakable metaproperty.
WORKING - Static variable in class org.tmatesoft.svn.core.wc.SVNRevision
Denotes an item's working (current) revision.
wrap(String) - Method in class org.tmatesoft.svn.core.SVNErrorMessage
Wraps this error message into a new one that is returned as a parent error message.
wrap(String, Object) - Method in class org.tmatesoft.svn.core.SVNErrorMessage
Wraps this error message into a new one that is returned as a parent error message.
wrap(String, Object[]) - Method in class org.tmatesoft.svn.core.SVNErrorMessage
 
writeInt(ByteBuffer, int) - Static method in class org.tmatesoft.svn.core.io.diff.SVNDiffInstruction
Writes an integer to a byte buffer.
writeLong(ByteBuffer, long) - Static method in class org.tmatesoft.svn.core.io.diff.SVNDiffInstruction
Writes a long to a byte buffer.
writeNewData(ByteBuffer, int, int) - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Fills a target buffer with the specified number of new data bytes of this window object taken at the specified offset.
writeTo(ByteBuffer) - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffInstruction
Wirtes this instruction to a byte buffer.
writeTo(OutputStream, boolean) - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Writes this window object to the provided stream.
writeTo(OutputStream, boolean, boolean) - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Formats and writes this window bytes to the specified output stream.

X

XML_ATTRIB_NOT_FOUND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
XML_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
XML_MALFORMED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
XML_MISSING_ANCESTRY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
XML_UNESCAPABLE_DATA - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
XML_UNKNOWN_ENCODING - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 

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

Copyright © 2004-2007 TMate Software Ltd. All Rights Reserved.