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
'action' attribute.
ACTIVITY_URL - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:wc:ra_dav:activity-url" SVN untweakable metaproperty.
ADD - Static variable in class org.tmatesoft.svn.core.wc.SVNConflictAction
Constant representing an attempt to add an object.
ADD - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that a new item is scheduled for addition.
ADDED - Static variable in class org.tmatesoft.svn.core.wc.SVNConflictReason
Constant saying that an object is already added or schedule-add
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
Rules to add a file as binary.
ADD_AS_IS - Static variable in interface org.tmatesoft.svn.core.wc.ISVNAddParameters
Rules to add a file ad is.
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
 
ATOMIC_INIT_FAILURE - 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.
AUTHOR_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
'author' tag.
AUTHOR_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
'author' tag.
AUTHOR_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
'author' tag.
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
The presence of this fs revision property indicates that the revision was automatically generated by the mod_dav_svn autoversioning feature.
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
Aborts the transaction.
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
Does nothing.
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
Does nothing.
accept(File) - Method in interface org.tmatesoft.svn.core.wc.ISVNFileFilter
This method is called to add extra filtering of files.
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.
acknowledgeTrustManager(TrustManager) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
Does nothing.
acknowledgeTrustManager(TrustManager) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
Acknowledges the specified trust manager.
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
 
add(String, int, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
addAttribute(String, String) - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
 
addConnectionListener(ISVNConnectionListener) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Adds a connection listener to this object.
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
Adds a new directory under the specified path to the target repository.
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
Adds a new file.
addLogger(ISVNDebugLog) - Method in class org.tmatesoft.svn.core.javahl.JavaHLCompositeLog
 
addTag(String, String) - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
 
addTextMimeType(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
Adds custom mime-type value that should be considered as text.
addToChangelist(String[], String, int, String[]) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
addToChangelist(File[], SVNDepth, String, String[]) - Method in class org.tmatesoft.svn.core.wc.SVNChangelistClient
Deprecated. use SVNChangelistClient.doAddToChangelist(File[], SVNDepth, String, String[]) instead
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
Creates a temporary file for delta application.
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(InputStream, 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
Starts applying text delta.
asMap() - Method in class org.tmatesoft.svn.core.SVNProperties
Returns SVNProperties as Map of String, SVNPropertyValue pairs.
asString(SVNDepth) - Static method in class org.tmatesoft.svn.core.SVNDepth
Appropriate name of depth is returned.
assertServerIsMergeInfoCapable(String) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Checks that this object is connected to a mergeinfo capable repository.
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_CHECKSUM_KIND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
BAD_CHECKSUM_PARSE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
BAD_CONFIG_VALUE - 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_PROPERTY_VALUE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
BAD_PROP_KIND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
BAD_RELATIVE_PATH - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
BAD_SERVER_SPECIFICATION - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
BAD_URL - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
BAD_UUID - 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.SVNConflictChoice
Constant saying to choose the base version of the file to resolve the conflict here and now.
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
'blame' tag.
BOOLEAN_PROPERTY_VALUE - Static variable in class org.tmatesoft.svn.core.SVNProperty
Default value for such properties as SVNProperty.EXECUTABLE, SVNProperty.NEEDS_LOCK, SVNProperty.SPECIAL.
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, BlameCallback) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
blame(String, Revision, Revision) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
blame(String, Revision, Revision, Revision, BlameCallback) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
blame(String, Revision, Revision, Revision, boolean, boolean, BlameCallback2) - 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
 
CEASE_INVOCATION - 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.
CHANGELIST - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:changelist" SVN untweakable metaproperty.
CHANGELIST_CLEAR - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that changelist name is cleared.
CHANGELIST_MOVED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that a path has moved from one changelist to another.
CHANGELIST_SET - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that changelist name is set.
CHARSET - Static variable in class org.tmatesoft.svn.core.SVNProperty
SVNKit specific property denoting a charset.
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_FILE_EXTERNAL_OVERWRITE_VERSIONED - 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_MULTIPLE_SOURCES_DISALLOWED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CLIENT_NOT_READY_TO_MERGE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CLIENT_NO_VERSIONED_PARENT - 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_NO_EXTERNAL_MERGE_TOOL - 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.
COMMENT_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
'comment' tag.
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_REVPROPS - Static variable in class org.tmatesoft.svn.core.io.SVNCapability
Represents the capability of committing revision properties modifications along with a normal transaction.
COMMIT_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
'commit' tag.
COMMIT_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
'commit' tag.
COMMIT_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
'commit' tag.
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
'copied' attribute.
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-path' attribute.
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-rev' attribute.
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.
CREATED_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
'created' tag.
CURRENTLY_COPYING - Static variable in class org.tmatesoft.svn.core.SVNRevisionProperty
"svn:sync-currently-copying" revision property.
canCombine(SVNMergeRange, boolean) - Method in class org.tmatesoft.svn.core.SVNMergeRange
Tells whether this range can me combined with the given range depending on inheritance or not.
cancelOperation() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
changeDirProperty(String, SVNPropertyValue) - Method in interface org.tmatesoft.svn.core.io.ISVNEditor
Changes the value of a property of the currently opened/added directory.
changeDirProperty(String, SVNPropertyValue) - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
Changes a property of the current directory.
changeFileProperty(String, String, SVNPropertyValue) - Method in interface org.tmatesoft.svn.core.io.ISVNEditor
Changes the value of a property of the currently opened/added file.
changeFileProperty(String, String, SVNPropertyValue) - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
Changes file property.
characters(char[], int, int) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
Handles CData characters.
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
Does nothing.
checkCancelled() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAdapter
Does nothing.
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(long, String, SVNDepth, ISVNEditor) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Checks out a directory from a repository to define depth.
checkout(String, String, Revision, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
checkout(String, String, Revision, Revision, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
checkout(String, String, Revision, Revision, int, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
checkoutFiles(long, String[], ISVNFileCheckoutTarget) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Recursively checks out only files from the repository at revision invoking fileCheckoutHandler on every file received.
cleanup(String) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
clear() - Method in class org.tmatesoft.svn.core.SVNProperties
Removes all properties from this object.
clear() - Method in class org.tmatesoft.svn.core.javahl.JavaHLAuthenticationStorage
 
clearTextMimeTypes() - Static method in class org.tmatesoft.svn.core.SVNProperty
Clears custom mime-types previously added.
clone() - Method in class org.tmatesoft.svn.core.SVNProperties
Creates and returns a copy of this object.
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
Closes the current opened dir.
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
Commits the transaction.
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
Closes the current opened file.
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
 
combine(SVNMergeRange, boolean) - Method in class org.tmatesoft.svn.core.SVNMergeRange
Combines this merge range and the given range into a single one.
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, int, boolean, boolean, String[], Map) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
commit(String[], String, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
commit(String[], String, int, boolean, boolean, String[], Map, 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.SVNDepth
Compares this object to another one.
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.SVNMergeRange
Compares this object to another one.
compareTo(Object) - Method in class org.tmatesoft.svn.core.SVNNodeKind
Compares this object with another one.
compareTo(SVNProperties) - Method in class org.tmatesoft.svn.core.SVNProperties
Compares this object against another one returning a difference between them.
compareTo(Object) - Method in class org.tmatesoft.svn.core.io.SVNFileRevision
Compares this object with another one.
connectionClosed(SVNRepository) - Method in interface org.tmatesoft.svn.core.io.ISVNConnectionListener
Handles connection closed event.
connectionClosed(SVNRepository) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Places the specified repository into the pool of inactive SVNRepository objects.
connectionOpened(SVNRepository) - Method in interface org.tmatesoft.svn.core.io.ISVNConnectionListener
Handles connection opened event.
connectionOpened(SVNRepository) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Removes the specified repository object from the pool of inactive SVNRepository objects held by this object.
contains(SVNMergeRange, boolean) - Method in class org.tmatesoft.svn.core.SVNMergeRange
Says whether this range contains the specified range depending on inheritance or not.
containsName(String) - Method in class org.tmatesoft.svn.core.SVNProperties
Tells whether this properties object contains the specified property name.
containsValue(SVNPropertyValue) - Method in class org.tmatesoft.svn.core.SVNProperties
Tells whether this properties object contains the specified property value.
copy(String, String, String, Revision) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
copy(CopySource[], String, String, boolean, boolean, Map) - 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(SVNErrorCode, String, Object[], int, Throwable) - 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 and an optional cause.
create(String, byte[], int, int) - Static method in class org.tmatesoft.svn.core.SVNPropertyValue
Creates a new property value object from the given byte array.
create(String, byte[]) - Static method in class org.tmatesoft.svn.core.SVNPropertyValue
Creates a new property value object from the given byte array.
create(String) - Static method in class org.tmatesoft.svn.core.SVNPropertyValue
Creates a new property value object representing a text property value.
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.
createCommitMessageHandler(boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
createCommitMessageHandler(boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
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.
createLocalRepository(File, String, boolean, boolean, 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, boolean, boolean) - Static method in class org.tmatesoft.svn.core.io.SVNRepositoryFactory
Creates a local blank FSFS-type repository.
createLogStream(SVNLogType, InputStream) - Method in class org.tmatesoft.svn.core.javahl.JavaHLCompositeLog
 
createLogStream(SVNLogType, OutputStream) - Method in class org.tmatesoft.svn.core.javahl.JavaHLCompositeLog
 
createMergeResult(SVNStatusType, SVNConflictReason) - Static method in class org.tmatesoft.svn.core.wc.SVNMergeResult
Creates a new merge result object.
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, File, SVNWCAccess, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
createRepository(SVNURL, String, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
createRepository(SVNURL, File, SVNAdminArea, 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
Creates a temporary directory for diff files.
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.
DATE_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
'date' tag.
DATE_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
'date' tag.
DATE_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
'date' tag.
DEFAULT - Static variable in interface org.tmatesoft.svn.core.io.ISVNSession
The same as ISVNSession.KEEP_ALIVE.
DEFAULT - Static variable in interface org.tmatesoft.svn.core.wc.ISVNExternalsHandler
Default implementation.
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
Default implementation of ISVNAddParameters which onInconsistentEOLs(File file) always returns the ISVNAddParameters.REPORT_ERROR action.
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.SVNConflictAction
Constant representing an attempt to delete an object.
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 class org.tmatesoft.svn.core.wc.SVNConflictReason
Constant saying that an object is already schedule-delete.
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
 
DEPTH - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:depth" SVN untweakable metaproperty.
DEPTH - Static variable in class org.tmatesoft.svn.core.io.SVNCapability
Represents the capability of the repository to understand what the client means when the client describes the depth of a working copy to the server.
DIR - Static variable in class org.tmatesoft.svn.core.SVNNodeKind
Defines the directory node kind
DIRENT_ALL - Static variable in class org.tmatesoft.svn.core.SVNDirEntry
Represents a combination of all the entry fields.
DIRENT_COMMIT_MESSAGE - Static variable in class org.tmatesoft.svn.core.SVNDirEntry
Represents commit log message for the last changed revision.
DIRENT_CREATED_REVISION - Static variable in class org.tmatesoft.svn.core.SVNDirEntry
Represents the last revision when the entry was changed.
DIRENT_HAS_PROPERTIES - Static variable in class org.tmatesoft.svn.core.SVNDirEntry
Contains the information whether the entry has any properties.
DIRENT_KIND - Static variable in class org.tmatesoft.svn.core.SVNDirEntry
Represents entry kind (if it is a file or a directory).
DIRENT_LAST_AUTHOR - Static variable in class org.tmatesoft.svn.core.SVNDirEntry
Represents the author of the last changed revision.
DIRENT_SIZE - Static variable in class org.tmatesoft.svn.core.SVNDirEntry
Represents file size (if the entry is a file).
DIRENT_TIME - Static variable in class org.tmatesoft.svn.core.SVNDirEntry
Represents the time of the last changed revision.
DIR_NOT_EMPTY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
DUMP_FILTER_DROPPED_NODE - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
Informs of a dropped node during dumpfiltering.
DUMP_FILTER_DROPPED_RENUMBERED_REVISION - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
Informs of the original revision that was dropped during dumpfiltering.
DUMP_FILTER_RENUMBERED_REVISION - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
Informs of an original revision that was renumbered.
DUMP_FILTER_REVISION_COMMITTED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
Says that a next revision was processed during dumpfiltering.
DUMP_FILTER_REVISION_SKIPPED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
Informs that an original revision is dropped.
DUMP_FILTER_TOTAL_NODES_DROPPED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
Provides the total number of dropped nodes during dumpfiltering.
DUMP_FILTER_TOTAL_REVISIONS_DROPPED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
Informs of the total number of dropped revisions.
DefaultSVNCommitHandler - class org.tmatesoft.svn.core.wc.DefaultSVNCommitHandler.
This is a default implementation for ISVNCommitHandler.
DefaultSVNCommitHandler() - Constructor for class org.tmatesoft.svn.core.wc.DefaultSVNCommitHandler
 
DefaultSVNCommitParameters - class org.tmatesoft.svn.core.wc.DefaultSVNCommitParameters.
DefaultSVNCommitParameters is the default commit parameters implementation.
DefaultSVNCommitParameters() - Constructor for class org.tmatesoft.svn.core.wc.DefaultSVNCommitParameters
 
DefaultSVNDiffGenerator - class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator.
DefaultSVNDiffGenerator is a default implementation of ISVNDiffGenerator.
DefaultSVNDiffGenerator() - Constructor for class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Constructs a DefaultSVNDiffGenerator.
DefaultSVNRepositoryPool - class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool.
The DefaultSVNRepositoryPool class is a default implementation of the ISVNRepositoryPool interface.
DefaultSVNRepositoryPool(ISVNAuthenticationManager, ISVNTunnelProvider) - Constructor for class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Constructs a DefaultSVNRepositoryPool instance that represents DefaultSVNRepositoryPool.RUNTIME_POOL objects pool.
DefaultSVNRepositoryPool(ISVNAuthenticationManager, ISVNTunnelProvider, long, boolean) - Constructor for class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Constructs a DefaultSVNRepositoryPool instance that represents DefaultSVNRepositoryPool.RUNTIME_POOL objects pool.
DefaultSVNRepositoryPool(ISVNAuthenticationManager, ISVNTunnelProvider, boolean, int) - Constructor for class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Deprecated.  
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
Removes path from the paths to be committed.
deletePath(String) - Method in interface org.tmatesoft.svn.core.io.ISVNReporter
Describes a working copy path as deleted or missing.
deriveLocation(File, SVNURL, long[], SVNRevision, SVNRepository, SVNWCAccess) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
diff(SVNMergeRangeList, boolean) - Method in class org.tmatesoft.svn.core.SVNMergeRangeList
Removes eraserRangeList (the subtrahend) from this range list (the minuend), and places the resulting difference into a new SVNMergeRangeList object.
diff(SVNURL, long, long, String, boolean, boolean, boolean, ISVNReporterBaton, ISVNEditor) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Deprecated. use SVNRepository.diff(SVNURL, long, long, String, boolean, SVNDepth, boolean, ISVNReporterBaton, ISVNEditor) instead
diff(SVNURL, long, long, String, boolean, SVNDepth, boolean, ISVNReporterBaton, ISVNEditor) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Asks this repository access object to 'diff' a working copy against targetRevision.
diff(SVNURL, long, long, String, boolean, boolean, ISVNReporterBaton, ISVNEditor) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Deprecated. use SVNRepository.diff(SVNURL, long, long, String, boolean, SVNDepth, boolean, ISVNReporterBaton, ISVNEditor) instead
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, SVNDepth, 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
 
diff(String, Revision, String, Revision, String, String, int, String[], boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
diff(String, Revision, Revision, Revision, String, String, int, String[], boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
diffSummarize(String, Revision, String, Revision, int, String[], boolean, DiffSummaryReceiver) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
diffSummarize(String, Revision, Revision, Revision, int, String[], boolean, DiffSummaryReceiver) - 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
Writes the difference between file1 and file2 as they are seen in rev1 and rev2 to result.
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) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
displayPropDiff(String, SVNProperties, SVNProperties, OutputStream) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Produces properties difference and writes it to result.
displayPropDiff(String, SVNProperties, SVNProperties, OutputStream) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Writes the differences in file properties to the specified output stream.
dispose() - Method in class org.tmatesoft.svn.core.SVNAnnotationGenerator
Finalizes an annotation operation releasing resources involved by this generator.
dispose() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
dispose() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Disposes this pool.
dispose() - Method in interface org.tmatesoft.svn.core.wc.ISVNRepositoryPool
Disposes this pool.
dispose() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Disposes this client object.
dispose() - Method in class org.tmatesoft.svn.core.wc.SVNCommitPacket
Disposes the current object.
dispose() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Disposes this object.
doAdd(File, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Deprecated. use SVNWCClient.doAdd(File, boolean, boolean, boolean, SVNDepth, boolean, boolean) instead
doAdd(File, boolean, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Deprecated. use SVNWCClient.doAdd(File, boolean, boolean, boolean, SVNDepth, boolean, boolean) instead
doAdd(File, boolean, boolean, boolean, SVNDepth, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Schedules a working copy path for addition to the repository.
doAdd(File[], boolean, boolean, boolean, SVNDepth, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Schedules working copy paths for addition to the repository.
doAdd(File, boolean, boolean, boolean, SVNDepth, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Schedules a working copy path for addition to the repository.
doAddToChangelist(File[], SVNDepth, String, String[]) - Method in class org.tmatesoft.svn.core.wc.SVNChangelistClient
Adds each path in paths (recursing to depth as necessary) to changelist.
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(File, SVNRevision, SVNRevision, SVNRevision, boolean, boolean, ISVNAnnotateHandler, String) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
Invokes handler on each line-blame item associated with revision endRevision of path, using startRevision as the default source of all blame.
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.
doAnnotate(SVNURL, SVNRevision, SVNRevision, SVNRevision, boolean, boolean, ISVNAnnotateHandler, String) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
Invokes handler on each line-blame item associated with revision endRevision of url, using startRevision as the default source of all blame.
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
Deprecated. use SVNUpdateClient.doCheckout(SVNURL, File, SVNRevision, SVNRevision, SVNDepth, boolean) instead
doCheckout(SVNURL, File, SVNRevision, SVNRevision, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Deprecated. use SVNUpdateClient.doCheckout(SVNURL, File, SVNRevision, SVNRevision, SVNDepth, boolean) instead
doCheckout(SVNURL, File, SVNRevision, SVNRevision, SVNDepth, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Checks out a working copy of url at revision, looked up at pegRevision, using dstPath as the root directory of the newly checked out working copy.
doCleanup(File) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Cleans up a working copy.
doCleanup(File, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Recursively cleans up the working copy, removing locks and resuming unfinished operations.
doCleanupWCProperties(File) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Recursively removes all DAV-specific "svn:wc:" properties from the directory and beneath.
doCollectCommitItems(File[], boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Deprecated. use SVNCommitClient.doCollectCommitItems(File[], boolean, boolean, SVNDepth, String[]) instead
doCollectCommitItems(File[], boolean, boolean, SVNDepth, String[]) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Collects commit items (containing detailed information on each Working Copy item that contains changes 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
Deprecated. use SVNCommitClient.doCollectCommitItems(File[], boolean, boolean, SVNDepth, boolean, String[]) instead
doCollectCommitItems(File[], boolean, boolean, SVNDepth, boolean, String[]) - 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
Deprecated. use SVNCommitClient.doCommit(File[], boolean, String, SVNProperties, String[], boolean, boolean, SVNDepth) instead
doCommit(File[], boolean, String, SVNProperties, String[], boolean, boolean, SVNDepth) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Commits files or directories into 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, boolean, String, SVNProperties) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Commits files or directories into 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, boolean, String, SVNProperties) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Commits files or directories into repository.
doCompleteSynchronize(SVNURL, SVNURL) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Completely synchronizes two repositories.
doCopy(SVNCopySource[], File, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNCopyClient
Copies each source in sources to dst.
doCopy(SVNCopySource[], SVNURL, boolean, boolean, boolean, String, SVNProperties) - Method in class org.tmatesoft.svn.core.wc.SVNCopyClient
Copies each source in sources to dst.
doCopy(File) - Method in class org.tmatesoft.svn.core.wc.SVNCopyClient
Converts a disjoint working copy to a copied one.
doCopyRevisionProperties(SVNURL, long, long) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Copies revision properties from the source repository starting at startRevision and up to endRevision to corresponding revisions of the destination repository represented by toURL.
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.
doCreateRepository(File, String, boolean, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Creates an FSFS-type repository.
doCreateRepository(File, String, boolean, 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(SVNURL[], String, SVNProperties) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Deletes items from a 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
Deprecated. use SVNDiffClient.doDiff(SVNURL, SVNRevision, SVNRevision, SVNRevision, SVNDepth, boolean, OutputStream) instead
doDiff(SVNURL, SVNRevision, SVNRevision, SVNRevision, SVNDepth, boolean, OutputStream) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Produces diff output which describes the delta between url in peg revision pegRevision, as it changed between rN and rM.
doDiff(File, SVNRevision, SVNRevision, SVNRevision, boolean, boolean, OutputStream) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Deprecated. use SVNDiffClient.doDiff(File, SVNRevision, SVNRevision, SVNRevision, SVNDepth, boolean, OutputStream, Collection) instead
doDiff(File[], SVNRevision, SVNRevision, SVNRevision, SVNDepth, boolean, OutputStream, Collection) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Iterates over the passed in paths calling SVNDiffClient.doDiff(File, SVNRevision, SVNRevision, SVNRevision, SVNDepth, boolean, OutputStream, Collection) for each one in the array.
doDiff(File, SVNRevision, SVNRevision, SVNRevision, SVNDepth, boolean, OutputStream, Collection) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Produces diff output which describes the delta between path in peg revision pegRevision, as it changed between rN and rM.
doDiff(SVNURL, SVNRevision, SVNURL, SVNRevision, boolean, boolean, OutputStream) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Deprecated. use SVNDiffClient.doDiff(SVNURL, SVNRevision, SVNURL, SVNRevision, SVNDepth, boolean, OutputStream) instead
doDiff(SVNURL, SVNRevision, SVNURL, SVNRevision, SVNDepth, boolean, OutputStream) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Produces diff output which describes the delta between url1/rN and url2/rM.
doDiff(File, SVNRevision, SVNURL, SVNRevision, boolean, boolean, OutputStream) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Deprecated. use SVNDiffClient.doDiff(File, SVNRevision, SVNURL, SVNRevision, SVNDepth, boolean, OutputStream, Collection) instead
doDiff(File, SVNRevision, SVNURL, SVNRevision, SVNDepth, boolean, OutputStream, Collection) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Produces diff output which describes the delta between path1/rN and url2/rM.
doDiff(SVNURL, SVNRevision, File, SVNRevision, boolean, boolean, OutputStream) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Deprecated. use SVNDiffClient.doDiff(SVNURL, SVNRevision, File, SVNRevision, SVNDepth, boolean, OutputStream, Collection) instead
doDiff(SVNURL, SVNRevision, File, SVNRevision, SVNDepth, boolean, OutputStream, Collection) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Produces diff output which describes the delta between url1/rN and path2/rM.
doDiff(File, SVNRevision, File, SVNRevision, boolean, boolean, OutputStream) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Deprecated. use SVNDiffClient.doDiff(File, SVNRevision, File, SVNRevision, SVNDepth, boolean, OutputStream, Collection) instead
doDiff(File, SVNRevision, File, SVNRevision, SVNDepth, boolean, OutputStream, Collection) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Produces diff output which describes the delta between path1/rN and path2/rM.
doDiffStatus(File, SVNRevision, File, SVNRevision, boolean, boolean, ISVNDiffStatusHandler) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Deprecated. use SVNDiffClient.doDiffStatus(File, SVNRevision, File, SVNRevision, SVNDepth, boolean, ISVNDiffStatusHandler) instead
doDiffStatus(File, SVNRevision, SVNRevision, SVNRevision, SVNDepth, boolean, ISVNDiffStatusHandler) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Produces a diff summary which lists the changed items between path in peg revision pegRevision, as it changed between rN and rM.
doDiffStatus(File, SVNRevision, File, SVNRevision, SVNDepth, boolean, ISVNDiffStatusHandler) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Produces a diff summary which lists the changed items between path1/rN and path2/rM without creating text deltas.
doDiffStatus(File, SVNRevision, SVNURL, SVNRevision, boolean, boolean, ISVNDiffStatusHandler) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Deprecated. use SVNDiffClient.doDiffStatus(File, SVNRevision, SVNURL, SVNRevision, SVNDepth, boolean, ISVNDiffStatusHandler) instead
doDiffStatus(File, SVNRevision, SVNURL, SVNRevision, SVNDepth, boolean, ISVNDiffStatusHandler) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Produces a diff summary which lists the changed items between path1/rN and url2/rM without creating text deltas.
doDiffStatus(SVNURL, SVNRevision, File, SVNRevision, boolean, boolean, ISVNDiffStatusHandler) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Deprecated. use SVNDiffClient.doDiffStatus(SVNURL, SVNRevision, File, SVNRevision, SVNDepth, boolean, ISVNDiffStatusHandler) instead
doDiffStatus(SVNURL, SVNRevision, File, SVNRevision, SVNDepth, boolean, ISVNDiffStatusHandler) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Produces a diff summary which lists the changed items between url1/rN and path2/rM without creating text deltas.
doDiffStatus(SVNURL, SVNRevision, SVNURL, SVNRevision, boolean, boolean, ISVNDiffStatusHandler) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Deprecated. use SVNDiffClient.doDiffStatus(SVNURL, SVNRevision, SVNURL, SVNRevision, SVNDepth, boolean, ISVNDiffStatusHandler) instead
doDiffStatus(SVNURL, SVNRevision, SVNRevision, SVNRevision, SVNDepth, boolean, ISVNDiffStatusHandler) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Produces a diff summary which lists the changed items between url in peg revision pegRevision, as it changed between rN and rM.
doDiffStatus(SVNURL, SVNRevision, SVNURL, SVNRevision, SVNDepth, boolean, ISVNDiffStatusHandler) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Produces a diff summary which lists the changed items between url1/rN and url2/rM without creating text deltas.
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(String, String, Revision, Revision, boolean, boolean, int, 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
Deprecated. use SVNUpdateClient.doExport(SVNURL, File, SVNRevision, SVNRevision, String, boolean, SVNDepth)
doExport(SVNURL, File, SVNRevision, SVNRevision, String, boolean, SVNDepth) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Exports the contents of a subversion repository into a 'clean' directory (meaning a directory with no administrative directories).
doExport(File, File, SVNRevision, SVNRevision, String, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Deprecated. use SVNUpdateClient.doExport(File, File, SVNRevision, SVNRevision, String, boolean, SVNDepth)
doExport(File, File, SVNRevision, SVNRevision, String, boolean, SVNDepth) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Exports the contents of either a subversion repository or a subversion working copy into a 'clean' directory (meaning a directory with no administrative directories).
doFilter(InputStream, OutputStream, boolean, boolean, boolean, boolean, Collection, boolean) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Filters out nodes with or without the given prefixes from dumpStream to resultDumpStream.
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.
doGetChangeListPaths(Collection, Collection, SVNDepth, ISVNChangelistHandler) - Method in class org.tmatesoft.svn.core.wc.SVNChangelistClient
Gets paths belonging to the specified changelists discovered under the specified targets.
doGetChangeLists(File, Collection, SVNDepth, ISVNChangelistHandler) - Method in class org.tmatesoft.svn.core.wc.SVNChangelistClient
Gets paths belonging to the specified changelists discovered under the specified path.
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
Outputs the content of file identified by path and revision to the stream dst.
doGetFileContents(SVNURL, SVNRevision, SVNRevision, boolean, OutputStream) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Outputs the content of file identified by url and revision to the stream dst.
doGetHistory(File, String, SVNRevision, boolean, long, 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.
doGetLogEligibleMergeInfo(File, SVNRevision, SVNURL, SVNRevision, boolean, String[], ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Drives a log entry handler with the revisions eligible for merge from mergeSrcURL (as of srcPegRevision) into path (as of pegRevision).
doGetLogEligibleMergeInfo(SVNURL, SVNRevision, SVNURL, SVNRevision, boolean, String[], ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Drives a log entry handler with the revisions eligible for merge from mergeSrcURL (as of srcPegRevision) into url (as of pegRevision).
doGetLogEligibleMergeInfo(File, SVNRevision, File, SVNRevision, boolean, String[], ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Drives a log entry handler with the revisions eligible for merge from mergeSrcPath (as of srcPegRevision) into path (as of pegRevision).
doGetLogEligibleMergeInfo(SVNURL, SVNRevision, File, SVNRevision, boolean, String[], ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Drives a log entry handler with the revisions eligible for merge from mergeSrcPath (as of srcPegRevision) into url (as of pegRevision).
doGetLogMergedMergeInfo(File, SVNRevision, SVNURL, SVNRevision, boolean, String[], ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Drives a log entry handler with the revisions merged from mergeSrcURL (as of srcPegRevision) into path (as of pegRevision).
doGetLogMergedMergeInfo(SVNURL, SVNRevision, SVNURL, SVNRevision, boolean, String[], ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Drives a log entry handler with the revisions merged from mergeSrcURL (as of srcPegRevision) into url (as of pegRevision).
doGetLogMergedMergeInfo(File, SVNRevision, File, SVNRevision, boolean, String[], ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Drives a log entry handler with the revisions merged from mergeSrcPath (as of srcPegRevision) into path (as of pegRevision).
doGetLogMergedMergeInfo(SVNURL, SVNRevision, File, SVNRevision, boolean, String[], ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Drives a log entry handler with the revisions merged from mergeSrcPath (as of srcPegRevision) into url (as of pegRevision).
doGetMergedMergeInfo(File, SVNRevision) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Returns mergeinfo as a Map with merge source URLs (as SVNURL) mapped to range lists (SVNMergeRangeList).
doGetMergedMergeInfo(SVNURL, SVNRevision) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Returns mergeinfo as a Map with merge source URLs (as SVNURL) mapped to range lists (SVNMergeRangeList).
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) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Gets the value of the property propName for path.
doGetProperty(SVNURL, String, SVNRevision, SVNRevision) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Gets the value of the property propName for url.
doGetProperty(File, String, SVNRevision, SVNRevision, boolean, ISVNPropertyHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Deprecated. use SVNWCClient.doGetProperty(File, String, SVNRevision, SVNRevision, SVNDepth, ISVNPropertyHandler, Collection) instead
doGetProperty(File, String, SVNRevision, SVNRevision, SVNDepth, ISVNPropertyHandler, Collection) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Invokes handler on paths covered by depth starting with the specified path.
doGetProperty(SVNURL, String, SVNRevision, SVNRevision, boolean, ISVNPropertyHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Deprecated. use SVNWCClient.doGetProperty(SVNURL, String, SVNRevision, SVNRevision, SVNDepth, ISVNPropertyHandler) instead
doGetProperty(SVNURL, String, SVNRevision, SVNRevision, SVNDepth, ISVNPropertyHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Invokes handler on paths covered by depth starting with the specified path.
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, 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, 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
Returns the current Working Copy min- and max- revisions as well as changes and switch status within a single string.
doGetYoungestRevision(File) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Returns the latest revision of the repository.
doHotCopy(File, File) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Makes a hot copy of a repository located at srcRepositoryRoot to one located at newRepositoryRoot.
doImport(String, String, String, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
doImport(String, String, String, int, boolean, boolean, Map) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
doImport(File, SVNURL, String, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Deprecated. use SVNCommitClient.doImport(File, SVNURL, String, SVNProperties, boolean, boolean, SVNDepth) instead
doImport(File, SVNURL, String, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Deprecated. use SVNCommitClient.doImport(File, SVNURL, String, SVNProperties, boolean, boolean, SVNDepth) instead
doImport(File, SVNURL, String, SVNProperties, boolean, boolean, SVNDepth) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Imports file or directory path into repository directory dstURL at HEAD revision.
doInfo(File, SVNRevision, boolean, ISVNInfoHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Deprecated. use SVNWCClient.doInfo(File, SVNRevision, SVNRevision, SVNDepth, Collection, ISVNInfoHandler) instead
doInfo(File, SVNRevision, SVNRevision, boolean, ISVNInfoHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Deprecated. use SVNWCClient.doInfo(File, SVNRevision, SVNRevision, SVNDepth, Collection, ISVNInfoHandler) instead
doInfo(File, SVNRevision, SVNRevision, SVNDepth, Collection, ISVNInfoHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Invokes handler to return information about path in revision.
doInfo(SVNURL, SVNRevision, SVNRevision, boolean, ISVNInfoHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Deprecated. use SVNWCClient.doInfo(SVNURL, SVNRevision, SVNRevision, SVNDepth, ISVNInfoHandler) instead
doInfo(SVNURL, SVNRevision, SVNRevision, SVNDepth, ISVNInfoHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Invokes handler to return information about url in revision.
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.
doInfo(SVNURL) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Returns information about the synchronization repository located at toURL.
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
Deprecated. use SVNLogClient.doList(File, SVNRevision, SVNRevision, boolean, SVNDepth, int, ISVNDirEntryHandler) instead
doList(File, SVNRevision, SVNRevision, boolean, SVNDepth, int, ISVNDirEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
Reports the directory entry, and possibly children, for path at revision.
doList(File, SVNRevision, SVNRevision, boolean, ISVNDirEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
Deprecated. use SVNLogClient.doList(File, SVNRevision, SVNRevision, boolean, SVNDepth, int, ISVNDirEntryHandler) instead
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, SVNDepth, int, ISVNDirEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
Reports the directory entry, and possibly children, for url at revision.
doList(SVNURL, SVNRevision, SVNRevision, boolean, ISVNDirEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
Deprecated. use SVNLogClient.doList(SVNURL, SVNRevision, SVNRevision, boolean, SVNDepth, int, ISVNDirEntryHandler) instead
doListLocks(File) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Walks through the repository tree found under repositoryRoot and reports all found locks via calls to the caller's ISVNAdminEventHandler handler implementation.
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, boolean, long, String[], ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
Invokes handler on each log message from startRevision to endRevision in turn, inclusive (but never invokes handler on a given log message more than once).
doLog(File[], Collection, SVNRevision, boolean, boolean, boolean, long, String[], ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
Invokes handler on each log message from the given revisionRanges in turn, inclusive (but never invokes handler on a given log message more than once).
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.
doLog(SVNURL, String[], SVNRevision, SVNRevision, SVNRevision, boolean, boolean, boolean, long, String[], ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
Invokes handler on each log message from startRevision to endRevision in turn, inclusive (but never invokes handler on a given log message more than once).
doLog(SVNURL, String[], SVNRevision, Collection, boolean, boolean, boolean, long, String[], ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
Invokes handler on each log message from the given in turn, inclusive (but never invokes handler on a given log message more than once).
doMarkReplaced(File) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Schedules path as being replaced.
doMerge(File, SVNRevision, File, SVNRevision, File, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Deprecated. use SVNDiffClient.doMerge(File, SVNRevision, File, SVNRevision, File, SVNDepth, boolean, boolean, boolean, boolean) instead
doMerge(File, SVNRevision, File, SVNRevision, File, SVNDepth, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Merges changes from path1/revision1 to path2/revision2 into the working-copy path dstPath.
doMerge(File, SVNRevision, SVNURL, SVNRevision, File, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Deprecated. use SVNDiffClient.doMerge(File, SVNRevision, SVNURL, SVNRevision, File, SVNDepth, boolean, boolean, boolean, boolean) instead
doMerge(File, SVNRevision, SVNURL, SVNRevision, File, SVNDepth, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Merges changes from path1/revision1 to url2/revision2 into the working-copy path dstPath.
doMerge(SVNURL, SVNRevision, File, SVNRevision, File, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Deprecated. use SVNDiffClient.doMerge(SVNURL, SVNRevision, File, SVNRevision, File, SVNDepth, boolean, boolean, boolean, boolean) instead
doMerge(SVNURL, SVNRevision, File, SVNRevision, File, SVNDepth, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Merges changes from url1/revision1 to path2/revision2 into the working-copy path dstPath.
doMerge(SVNURL, SVNRevision, SVNURL, SVNRevision, File, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Deprecated. use SVNDiffClient.doMerge(SVNURL, SVNRevision, SVNURL, SVNRevision, File, SVNDepth, boolean, boolean, boolean, boolean) instead
doMerge(SVNURL, SVNRevision, SVNURL, SVNRevision, File, SVNDepth, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Merges changes from url1/revision1 to url2/revision2 into the working-copy path dstPath.
doMerge(SVNURL, SVNRevision, SVNRevision, SVNRevision, File, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Deprecated. use SVNDiffClient.doMerge(SVNURL, SVNRevision, Collection, File, SVNDepth, boolean, boolean, boolean, boolean) instead
doMerge(SVNURL, SVNRevision, Collection, File, SVNDepth, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Merges the changes between url1 in peg revision pegRevision, as it changed between the ranges described in rangesToMerge.
doMerge(File, SVNRevision, SVNRevision, SVNRevision, File, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Deprecated. use SVNDiffClient.doMerge(File, SVNRevision, Collection, File, SVNDepth, boolean, boolean, boolean, boolean) instead
doMerge(File, SVNRevision, Collection, File, SVNDepth, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Merges the changes between path1 in peg revision pegRevision, as it changed between the ranges described in rangesToMerge.
doMergeReIntegrate(File, SVNRevision, File, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Performs a reintegration merge of srcPath at pegRevision into dstPath.
doMergeReIntegrate(SVNURL, SVNRevision, File, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Performs a reintegration merge of srcURL at pegRevision into dstPath.
doMkDir(SVNURL[], String) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Committs a creation of a new directory/directories in the repository.
doMkDir(SVNURL[], String, SVNProperties, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Creates directory(ies) in a repository.
doMove(File, File) - Method in class org.tmatesoft.svn.core.wc.SVNMoveClient
Moves a source item to a destination one.
doPack(File) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Compacts a repository into a more efficient storage model.
doRecover(File) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Recovers the repository found under repositoryRoot.
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.
doRemoveFromChangelist(File[], SVNDepth, String[]) - Method in class org.tmatesoft.svn.core.wc.SVNChangelistClient
Removes each path in paths (recursing to depth as necessary) from changelists to which they are currently assigned.
doRemoveLocks(File, String[]) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Removes locks from the specified paths in the repository found under repositoryRoot.
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
Deprecated. use SVNWCClient.doResolve(File, SVNDepth, SVNConflictChoice) instead
doResolve(File, SVNDepth, SVNConflictChoice) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Performs automatic conflict resolution on a working copy path.
doResolve(File, SVNDepth, boolean, boolean, SVNConflictChoice) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Performs automatic conflict resolution on a working copy path.
doResolve(File, SVNDepth, boolean, boolean, boolean, SVNConflictChoice) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Performs automatic conflict resolution on a working copy path.
doRevert(File, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Deprecated. use SVNWCClient.doRevert(File[], SVNDepth, Collection)
doRevert(File[], boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Deprecated. use SVNWCClient.doRevert(File[], SVNDepth, Collection) instead
doRevert(File[], SVNDepth, Collection) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Restores the pristine version of working copy paths, effectively undoing any local mods.
doSetProperty(File, String, SVNPropertyValue, boolean, SVNDepth, ISVNPropertyHandler, Collection) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Sets propName to propValue on path.
doSetProperty(File, ISVNPropertyValueProvider, boolean, SVNDepth, ISVNPropertyHandler, Collection) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Crawls the working copy at path and calls ISVNPropertyValueProvider.providePropertyValues(java.io.File, org.tmatesoft.svn.core.SVNProperties) to get properties to be change on each path being traversed

If depth is SVNDepth.EMPTY, change the properties on path only; if SVNDepth.FILES, change the properties on path and its file children (if any); if SVNDepth.IMMEDIATES, on path and all of its immediate children (both files and directories); if SVNDepth.INFINITY, on path and everything beneath it.

doSetProperty(SVNURL, String, SVNPropertyValue, SVNRevision, String, SVNProperties, boolean, ISVNPropertyHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Sets propName to propValue on path.
doSetProperty(File, String, SVNPropertyValue, boolean, boolean, ISVNPropertyHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Deprecated. use SVNWCClient.doSetProperty(File, String, SVNPropertyValue, boolean, SVNDepth, ISVNPropertyHandler, Collection) instead
doSetRevisionProperty(File, SVNRevision, String, SVNPropertyValue, boolean, ISVNPropertyHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Set propName to propValue on revision revision in the repository represented by path.
doSetRevisionProperty(SVNURL, SVNRevision, String, SVNPropertyValue, boolean, ISVNPropertyHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Set propName to propValue on revision revision in the repository represented by path.
doSetUUID(File, String) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Resets the repository UUID with the provided uuid for the repository located at repositoryRoot.
doSetWCFormat(File, int) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Changes working copy format.
doStatus(File, boolean, boolean, boolean, boolean, ISVNStatusHandler) - Method in class org.tmatesoft.svn.core.wc.SVNStatusClient
Deprecated. use SVNStatusClient.doStatus(File, SVNRevision, SVNDepth, boolean, boolean, boolean, boolean, ISVNStatusHandler, Collection) instead
doStatus(File, boolean, boolean, boolean, boolean, boolean, ISVNStatusHandler) - Method in class org.tmatesoft.svn.core.wc.SVNStatusClient
Deprecated. use SVNStatusClient.doStatus(File, SVNRevision, SVNDepth, boolean, boolean, boolean, boolean, ISVNStatusHandler, Collection) instead
doStatus(File, SVNRevision, boolean, boolean, boolean, boolean, boolean, ISVNStatusHandler) - Method in class org.tmatesoft.svn.core.wc.SVNStatusClient
Deprecated. use SVNStatusClient.doStatus(File, SVNRevision, SVNDepth, boolean, boolean, boolean, boolean, ISVNStatusHandler, Collection) instead
doStatus(File, SVNRevision, SVNDepth, boolean, boolean, boolean, boolean, ISVNStatusHandler, Collection) - Method in class org.tmatesoft.svn.core.wc.SVNStatusClient
Given a path to a working copy directory (or single file), calls handler with a set of SVNStatus objects which describe the status of the path, and its children (recursing according to depth).
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.
doSuggestMergeSources(File, SVNRevision) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Returns a collection of potential merge sources (expressed as full repository URLs) for path at pegRevision.
doSuggestMergeSources(SVNURL, SVNRevision) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Returns a collection of potential merge sources (expressed as full repository URLs) for url at pegRevision.
doSwitch(String, String, Revision, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
doSwitch(String, String, Revision, Revision, int, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
doSwitch(File, SVNURL, SVNRevision, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Deprecated. use SVNUpdateClient.doSwitch(File, SVNURL, SVNRevision, SVNRevision, SVNDepth, boolean, boolean) instead
doSwitch(File, SVNURL, SVNRevision, SVNRevision, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Deprecated. use SVNUpdateClient.doSwitch(File, SVNURL, SVNRevision, SVNRevision, SVNDepth, boolean, boolean) instead
doSwitch(File, SVNURL, SVNRevision, SVNRevision, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Deprecated. use SVNUpdateClient.doSwitch(File, SVNURL, SVNRevision, SVNRevision, SVNDepth, boolean, boolean) instead
doSwitch(File, SVNURL, SVNRevision, SVNRevision, SVNDepth, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Switches working tree path to url\pegRevision at revision.
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
Deprecated. use SVNUpdateClient.doUpdate(File, SVNRevision, SVNDepth, boolean, boolean) instead
doUpdate(File, SVNRevision, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Deprecated. use SVNUpdateClient.doUpdate(File, SVNRevision, SVNDepth, boolean, boolean) instead
doUpdate(File[], SVNRevision, SVNDepth, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Updates working trees paths to revision.
doUpdate(File, SVNRevision, SVNDepth, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Updates working copy to revision.
doUpgrade(File) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Upgrades the repository located at repositoryRoot to the latest supported schema version.
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
Verifies repository contents found under repositoryRoot starting at startRevision and up to endRevision.
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.
dup() - Method in class org.tmatesoft.svn.core.SVNMergeRange
Makes an exact copy of this object.
dup() - Method in class org.tmatesoft.svn.core.SVNMergeRangeList
Makes a copy of this merge range list.

E

EDIT - Static variable in class org.tmatesoft.svn.core.wc.SVNConflictAction
Constant representing an attempt to change text or props.
EDITED - Static variable in class org.tmatesoft.svn.core.wc.SVNConflictReason
Constant saying that local edits are already present.
EMPTY - Static variable in class org.tmatesoft.svn.core.SVNDepth
Just the named directory D, no entries.
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_ENTRY - Static variable in class org.tmatesoft.svn.core.SVNLogEntry
This is a log entry children stop marker use by the SVNKit internals.
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.
ENTRY_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
'entry' tag.
ENTRY_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
'entry' tag.
EOL_CRLF_BYTES - Static variable in class org.tmatesoft.svn.core.SVNProperty
CR (carriage return) and LF (line feed) EOL (end of line) bytes array.
EOL_CR_BYTES - Static variable in class org.tmatesoft.svn.core.SVNProperty
CR (carriage return) EOL (end of line) byte array.
EOL_LF_BYTES - Static variable in class org.tmatesoft.svn.core.SVNProperty
LF (line feed) EOL (end of line) byte array.
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.
EXCLUDE - Static variable in class org.tmatesoft.svn.core.SVNDepth
Exclude (don't descend into) directory D.
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.
EXPIRES_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
'expires' tag.
EXPLICIT - Static variable in class org.tmatesoft.svn.core.SVNMergeInfoInheritance
Represents the way of requesting the explicit merge information for the element.
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
 
elideMergeInfo(SVNWCAccess, File, SVNEntry, File) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
enableLogging(int, File, Formatter) - Method in class org.tmatesoft.svn.core.javahl.JavaHLDebugLog
 
enableLogging(int, String) - Static method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
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
Closes the xml element.
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.
ensureSessionURL(SVNRepository, SVNURL) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
equals(Object) - Method in class org.tmatesoft.svn.core.SVNDepth
Says whether this object and obj are equal.
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.SVNMergeRange
Says if this object is equal to obj or not.
equals(Object) - Method in class org.tmatesoft.svn.core.SVNProperties
Tells whether this object and obj are equal.
equals(Object) - Method in class org.tmatesoft.svn.core.SVNPropertyValue
Says whether this object and obj are equal or not.
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.SVNPropertyData
 
equals(Object) - Method in class org.tmatesoft.svn.core.wc.SVNRevision
Compares this object with another SVNRevision object.

F

FAILED_EXTERNAL - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
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
FILES - Static variable in class org.tmatesoft.svn.core.SVNDepth
D and its file children, but not subdirectories.
FILE_EXTERNAL_PATH - Static variable in class org.tmatesoft.svn.core.SVNProperty
 
FILE_EXTERNAL_PEG_REVISION - Static variable in class org.tmatesoft.svn.core.SVNProperty
 
FILE_EXTERNAL_REVISION - Static variable in class org.tmatesoft.svn.core.SVNProperty
 
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.
FOREIGN_MERGE_BEGIN - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that a merge operation (to path) from a foreign repository has begun.
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_NODE_ORIGIN - 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_BEING_WRITTEN - 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_NAME_TOO_LONG - 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
 
filePropertyChanged(String, String, SVNPropertyValue) - Method in interface org.tmatesoft.svn.core.io.ISVNFileCheckoutTarget
Receives and handles a next file property.
finishReport() - Method in interface org.tmatesoft.svn.core.io.ISVNReporter
Finalizes the report.
fireConnectionClosed() - Method in class org.tmatesoft.svn.core.io.SVNRepository
 
fireConnectionOpened() - Method in class org.tmatesoft.svn.core.io.SVNRepository
 
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.
fromCollection(Collection) - Static method in class org.tmatesoft.svn.core.SVNMergeRangeList
Creates a new SVNMergeRangeList from a collection of merge ranges.
fromFile(File) - Static method in class org.tmatesoft.svn.core.SVNURL
Creates a "file:///" SVNURL representation given a filesystem style repository path.
fromID(int) - Static method in class org.tmatesoft.svn.core.SVNDepth
Based on depth id returns SVNDepth value.
fromRecurse(boolean) - Static method in class org.tmatesoft.svn.core.SVNDepth
Treats recursion as INFINITY depth and FILES otherwise
fromString(String) - Static method in class org.tmatesoft.svn.core.SVNDepth
Based on string value finds SVNDepth value.
fromString(String) - Static method in class org.tmatesoft.svn.core.wc.SVNConflictAction
Converts string to an SVNConflictAction object when possible.
fromString(String) - Static method in class org.tmatesoft.svn.core.wc.SVNConflictReason
Converts a string reason name to an SVNConflictReason object.
fromString(String) - Static method in class org.tmatesoft.svn.core.wc.SVNOperation
Converts a string operation name to an SVNOperation object.

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
Returns the add parameters object used by this object.
getAdminArea() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Returns the admin area which controls the file.
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
 
getAlias() - Method in class org.tmatesoft.svn.core.auth.SVNSSLAuthentication
Only used for MSCAPI
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.
getBaseFile() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Returns the file containing the pristine file contents.
getBaseLabel() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Returns the base file label.
getBasePath() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
getBasePath() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Returns the base file path.
getBinaryValue(String) - Method in class org.tmatesoft.svn.core.SVNProperties
Returns a binary property value.
getBytes() - Method in class org.tmatesoft.svn.core.SVNPropertyValue
Returns property value bytes.
getCanceller() - Method in class org.tmatesoft.svn.core.io.SVNRepository
Returns the canceller, stored in this object.
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.
getChangeListPaths(Collection, Collection, SVNDepth, ISVNChangelistHandler) - Method in class org.tmatesoft.svn.core.wc.SVNChangelistClient
Deprecated. use SVNChangelistClient.doGetChangeListPaths(Collection, Collection, SVNDepth, ISVNChangelistHandler) instead
getChangeLists(File, Collection, SVNDepth, ISVNChangelistHandler) - Method in class org.tmatesoft.svn.core.wc.SVNChangelistClient
Deprecated. use SVNChangelistClient.doGetChangeLists(File, Collection, SVNDepth, ISVNChangelistHandler) instead
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.
getChangelistClient() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
getChangelistClient() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Returns an instance of the SVNChangelistClient class.
getChangelistName() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
Returns a changelist name.
getChangelistName() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the name of the changelist the item belongs to.
getChangelistName() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Returns the name of the changelist which the working copy item, denoted by this object, belongs to.
getChangelists(String, String[], int, ChangelistCallback) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
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.
getChildrenFiles(File) - Method in interface org.tmatesoft.svn.core.wc.ISVNStatusFileProvider
Returns Map (key = file name, value = java.io.File) of files under dir that client is interested in
getClientCredentialsStorage() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
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.
getCommitEditor(String, Map, boolean, SVNProperties, ISVNWorkspaceMediator) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Returns an editor for committing changes to the repository ession, setting the revision properties from revisionProperties table.
getCommitEditorInternal(Map, boolean, SVNProperties, ISVNWorkspaceMediator) - Method in class org.tmatesoft.svn.core.io.SVNRepository
 
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 previously 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.
getCommitHandler() - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
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 incoming 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
 
getConflictAction() - Method in class org.tmatesoft.svn.core.wc.SVNConflictDescription
Returns the action which attempted on an object and which lead to the conflict.
getConflictChoice() - Method in class org.tmatesoft.svn.core.wc.SVNConflictResult
Returns the conflict handler's choice.
getConflictHandler() - 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.
getConflictReason() - Method in class org.tmatesoft.svn.core.wc.SVNConflictDescription
Returns the reason why the conflict occurred.
getConflictReason() - Method in class org.tmatesoft.svn.core.wc.SVNMergeResult
Returns conflict reason.
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.
getConnectTimeout(SVNRepository) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
Returns connection timeout value.
getConnectTimeout(SVNRepository) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
Returns the connection timeout value in milliseconds which repository should use in network connection operations.
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.
getCopyFromFile() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Returns the file which is the copy source for the file being merged.
getCopyFromPath() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Returns the copy source path.
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 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.javahl.SVNClientImpl
 
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.
getDeletedRevision(String, long, long) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Returns the revision where the path was first deleted within the inclusive revision range defined by pegRevision and endRevision.
getDeletedRevisionImpl(String, long, long) - Method in class org.tmatesoft.svn.core.io.SVNRepository
 
getDepth() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the item's depth.
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, SVNProperties, 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, SVNProperties, int, 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 with the possibility to specify fields of the entry to fetch.
getDir(String, long, SVNProperties, 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, SVNProperties, int, 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 with the possibility to specify fields of the entry to fetch.
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
 
getDroppedNodesCount() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Returns the total number of nodes dropped during dumpfiltering.
getDroppedRevisionsCount() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Returns the total number of revisions dropped during dumpfiltering.
getEOL() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Returns the EOL marker bytes being in use.
getEOL() - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Returns the EOL marker bytes used in diff output.
getEncoding() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Returns the encoding used for diff output.
getEncoding() - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Gets the encoding charset being in use for a diff output.
getEndRevision() - Method in class org.tmatesoft.svn.core.SVNMergeRange
Returns the end revision of this merge range.
getEndRevision() - Method in class org.tmatesoft.svn.core.io.SVNLocationSegment
Returns the ending (youngest) revision of this segment.
getEndRevision() - Method in class org.tmatesoft.svn.core.wc.SVNRevisionRange
Returns the end revision of this range.
getEntry() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Returns a WC entry for which this object is generated.
getEntryLocation(File, SVNEntry, long[], SVNRevision) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
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
Returns the error message describing the error occurred while performing an operation.
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.
getExternalDiffCommand() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
getExternalsHandler() - Method in class org.tmatesoft.svn.core.wc.SVNCopyClient
Returns an externals handler used by this update client.
getExternalsHandler() - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Returns an externals handler used by this update client.
getFile(String, long, SVNProperties, 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.SVNCopySource
Returns the working copy path.
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
Returns local path the event is fired for.
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.
getFileExtensionsToMimeTypes() - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Returns a hash holding file extensions to MIME types mappings.
getFileRevisions(String, long, long, ISVNFileRevisionHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Retrieves interesting file revisions for the specified file.
getFileRevisions(String, long, long, boolean, ISVNFileRevisionHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Retrieves interesting file revisions for the specified file with possibility to include merged revisions.
getFileRevisions(String, Collection, long, long) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Retrieves and returns interesting file revisions for the specified file.
getFileRevisionsImpl(String, long, long, boolean, ISVNFileRevisionHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
 
getFirstAuthentication(String, String, SVNURL) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
Returns the first user's authentication credentials.
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.
getGlobalEncoding() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Returns the encoding specified by svnkit.global-charset option of the global configuration.
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.SVNConflictChoice
Returns a unique ID number for this object.
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
getId() - Method in class org.tmatesoft.svn.core.SVNDepth
Gets numerical Id of depth
getIgnorePatterns() - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Returns all the global ignore patterns.
getInfinityOrEmptyDepth(boolean) - Static method in class org.tmatesoft.svn.core.SVNDepth
Returns INFINITY if recurse is true, else returns EMPTY.
getInfinityOrFilesDepth(boolean) - Static method in class org.tmatesoft.svn.core.SVNDepth
The same as SVNDepth.getInfinityOrEmptyDepth(boolean), but FILES is returned when recursive.
getInfinityOrImmediatesDepth(boolean) - Static method in class org.tmatesoft.svn.core.SVNDepth
The same as SVNDepth.getInfinityOrEmptyDepth(boolean), but IMMEDIATES is returned when recursive.
getInheritableRangeList(long, long) - Method in class org.tmatesoft.svn.core.SVNMergeRangeList
Returns a sublist of this range list which excludes all non-inheritable merge ranges.
getInstance() - Static method in class org.tmatesoft.svn.core.javahl.JavaHLDebugLog
 
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
Returns the date format used to format datestamps.
getKind() - Method in class org.tmatesoft.svn.core.SVNDirEntry
Returns the entry node kind.
getKind() - Method in class org.tmatesoft.svn.core.SVNLogEntryPath
Returns the node kind of the changed path, represented by this object.
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.
getLabel(String, String) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
getLastMergedRevision() - Method in class org.tmatesoft.svn.core.wc.admin.SVNSyncInfo
Returns the last revision of the source repository synchronized with.
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.
getLevelsToLockFromDepth(SVNDepth) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
getLineNumber() - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
 
getLocalFile() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Returns the detranslated working copy file.
getLocalLabel() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Returns the local file label.
getLocalLock() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the file item's local lock.
getLocalPath() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Returns the path of the detranslated version of the working copy file.
getLocation() - Method in class org.tmatesoft.svn.core.io.SVNRepository
Returns the repository location to which this object is set.
getLocationSegments(String, long, long, long, ISVNLocationSegmentHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Calls handler for each segment in the location history of path in pegRevision, working backwards in time from startRevision to endRevision.
getLocationSegments(String, long, long, long) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Calls handler for each segment in the location history of path in pegRevision, working backwards in time from startRevision to endRevision.
getLocationSegmentsImpl(String, long, long, long, ISVNLocationSegmentHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
 
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
 
getLocationsImpl(String, long, long[], ISVNLocationEntryHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
 
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
Returns the lock information.
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.
getLog() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Returns the log object.
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.
getMergeFiles() - Method in class org.tmatesoft.svn.core.wc.SVNConflictDescription
Returns information about files involved in the merge.
getMergeInfo(String[], long, SVNMergeInfoInheritance, boolean) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Returns merge information for the repository entries in paths for paricular revision, if the repository supports merge-tracking information
getMergeInfoImpl(String[], long, SVNMergeInfoInheritance, boolean) - Method in class org.tmatesoft.svn.core.io.SVNRepository
 
getMergeOptions() - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Gets the diff options that are used in merge operations by this client.
getMergeRange() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
Returns the merge range.
getMergeSourcesToMergeLists() - Method in class org.tmatesoft.svn.core.SVNMergeInfo
Returns a hash mapping merge sources to merge range lists.
getMergeStatus() - Method in class org.tmatesoft.svn.core.wc.SVNMergeResult
Returns merge status.
getMergedFile() - Method in class org.tmatesoft.svn.core.wc.SVNConflictResult
Returns the file with the merge result.
getMergedMergeInfo() - Method in class org.tmatesoft.svn.core.io.SVNLocationEntry
Returns merge info for this path@revision.
getMergeinfo(String, Revision) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
getMergeinfoLog(int, String, Revision, String, Revision, boolean, String[], LogMessageCallback) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
 
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
Returns an event description message.
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.
getMimeType() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Returns the mime type of the file.
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.SVNDepth
Gets the name of depth
getName() - Method in class org.tmatesoft.svn.core.SVNDirEntry
Gets the the directory entry name
getName() - Method in class org.tmatesoft.svn.core.wc.SVNConflictAction
Returns the string representation of this action.
getName() - Method in class org.tmatesoft.svn.core.wc.SVNConflictReason
Retunrns a string representation of this object.
getName() - Method in class org.tmatesoft.svn.core.wc.SVNCopySource
Returns the name of this copy source.
getName() - Method in class org.tmatesoft.svn.core.wc.SVNOperation
Returns the string representation of this object.
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.
getNativeCharset() - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Returns the native charset name.
getNativeEOL() - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Returns the native EOL marker bytes.
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
Returns next user authentication credentials.
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.SVNConflictDescription
Returns the node kind of the item which the conflict occurred on.
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.
getNormalizedNodePropsCount() - Method in class org.tmatesoft.svn.core.wc.admin.SVNReplayHandler
 
getNormalizedRevPropsCount() - Method in class org.tmatesoft.svn.core.wc.admin.SVNReplayHandler
 
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.
getOperation() - Method in class org.tmatesoft.svn.core.wc.SVNTreeConflictDescription
Returns the user operation that exposed this tree conflict.
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.javahl.SVNClientImpl
 
getOptions() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
getOptions() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Gets run-time configuration options 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.
getOutgoingProperties() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
Returns properties to commit.
getOutputStream(String) - Method in interface org.tmatesoft.svn.core.io.ISVNFileCheckoutTarget
Returns an output stream that will receive file contents of path.
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.SVNMergeInfo
Returns the absolute repository path of the merge target.
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.io.SVNLocationSegment
Returns the absolute repository 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.SVNConflictDescription
Returns the working copy path which resulted in a conflict.
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.SVNInfo
Gets the item's path (relative to the repository root).
getPath() - Method in class org.tmatesoft.svn.core.wc.SVNTreeConflictDescription
Returns the wc file.
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.
getPathLastChangeRevision(String, long, SVNRepository) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
getPathRelativeToRoot(File, SVNURL, SVNURL, SVNWCAccess, SVNRepository) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
getPathRelativeToSession(SVNURL, SVNURL, SVNRepository) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
getPegRevision() - Method in class org.tmatesoft.svn.core.wc.SVNCopySource
Returns the peg revision of the source.
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.
getPreservedConflictFileExtensions() - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Returns an array of path extensions which the user wants to preserve when conflict files are made.
getPreviousRevision() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
Returns the local revision before it will be changed by an update.
getPreviousURL() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
Returns the item's repository url before it will be changed by an update.
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.
getPropertyAsBytes(SVNPropertyValue) - Static method in class org.tmatesoft.svn.core.SVNPropertyValue
Returns byte[] representation of value.
getPropertyAsString(SVNPropertyValue) - Static method in class org.tmatesoft.svn.core.SVNPropertyValue
Returns String representation of value.
getPropertyName() - Method in class org.tmatesoft.svn.core.wc.SVNConflictDescription
Returns the name of the property on which the conflict occurred.
getPropertyName() - Method in class org.tmatesoft.svn.core.wc.SVNPropertyConflictDescription
Returns the name of the property, on which the conflict occurred.
getPropertyName() - Method in class org.tmatesoft.svn.core.wc.SVNTextConflictDescription
Returns null.
getPropertyName() - Method in class org.tmatesoft.svn.core.wc.SVNTreeConflictDescription
Returns null.
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
Returns the proxy host name.
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
Returns the password to authenticate against the proxy server.
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
Returns the proxy port number.
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
Returns the proxy user name.
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
 
getRanges() - Method in class org.tmatesoft.svn.core.SVNMergeRangeList
Returns an array of SVNMergeRange ranges backed by this merge range list object.
getRangesAsList() - Method in class org.tmatesoft.svn.core.SVNMergeRangeList
Returns a list of merge ranges backed by this merge range list.
getReadTimeout(SVNRepository) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
Returns connection timeout value.
getReadTimeout(SVNRepository) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
Returns the read timeout value in milliseconds which repository should use in socket read operations.
getRegularProperties() - Method in class org.tmatesoft.svn.core.SVNProperties
Returns a subset of properties contained in this properties object which suffice for SVNProperty.isRegularProperty(String) clause.
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 relative to the target directory.
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.
getReposMergeInfo(SVNRepository, String, long, SVNMergeInfoInheritance, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
getReposRoot(File, SVNURL, SVNRevision, SVNAdminArea, SVNWCAccess) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Returns the root of the repository.
getRepositoryFile() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Returns the repository version of the file.
getRepositoryLabel() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Returns the repository file label.
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.
getRepositoryPath() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Returns the path to the file containing the contents of the repository version of the file.
getRepositoryPool() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
getRepositoryPool() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Returns the repository pool used by this client manager.
getRepositoryRoot() - Method in class org.tmatesoft.svn.core.SVNDirEntry
Returns the entry's repository root URL.
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).
getRepositorySize() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Returns the size of the file in the repository.
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).
getResultFile() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Returns the file where the merged resultant text is written to.
getResultPath() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Returns the path of the file where the merged resultant text is written to.
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.SVNCopySource
Returns the revision of the source.
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
 
getRevisionNumber(SVNRevision, long[], 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.SVNLogEntry
Returns the requested revision properties, which may be null if it would contain no revision properties.
getRevisionProperties() - Method in class org.tmatesoft.svn.core.io.SVNFileRevision
Returns revision properties.
getRevisionProperties(long, SVNProperties) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Returns unversioned revision properties for a particular revision.
getRevisionProperties(String, SVNCommitItem[], SVNProperties) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNCommitHandler
Returns revisionProperties as is if it's not null, or an empty SVNProperties object if revisionProperties is null.
getRevisionProperties(String, SVNCommitItem[], SVNProperties) - Method in interface org.tmatesoft.svn.core.wc.ISVNCommitHandler
Handles the incoming revision properties and returns filtered revision properties given the paths (represented by commitables) collected for committing and the commit log message.
getRevisionPropertyValue(long, String) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Gets the value of an unversioned property.
getRootErrorMessage() - Method in class org.tmatesoft.svn.core.SVNErrorMessage
Follows the children chain and returns the error message of the last child in this chain.
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
 
getSSLKind() - Method in class org.tmatesoft.svn.core.auth.SVNSSLAuthentication
 
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
 
getSVNPropertyValue(String) - Method in class org.tmatesoft.svn.core.SVNProperties
Returns a property value as an SVNPropertyValue.
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.
getShard() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Returns the number of the shard packed.
getSize() - Method in class org.tmatesoft.svn.core.SVNDirEntry
Returns the file size in bytes (if this entry is a file).
getSize() - Method in class org.tmatesoft.svn.core.SVNMergeRangeList
Returns number of merge ranges stored in this merge range list.
getSourceLeftVersion() - Method in class org.tmatesoft.svn.core.wc.SVNTreeConflictDescription
Returns info on the "merge-left source" or "older" version of incoming change.
getSourceRepositoryUUID() - Method in class org.tmatesoft.svn.core.wc.admin.SVNSyncInfo
Returns the source repository UUID.
getSourceRightVersion() - Method in class org.tmatesoft.svn.core.wc.SVNTreeConflictDescription
Returns info on the "merge-right source" or "their" version of incoming change.
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.
getSrcURL() - Method in class org.tmatesoft.svn.core.wc.admin.SVNSyncInfo
Returns the url of the source repository.
getStartRevision() - Method in class org.tmatesoft.svn.core.SVNMergeRange
Returns the start revision of this merge range.
getStartRevision() - Method in class org.tmatesoft.svn.core.io.SVNLocationSegment
Returns the beginning (oldest) revision of this segment.
getStartRevision() - Method in class org.tmatesoft.svn.core.wc.SVNRevisionRange
Returns the start revision of this range.
getStatusClient() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Returns an instance of the SVNStatusClient class.
getString() - Method in class org.tmatesoft.svn.core.SVNPropertyValue
Returns property value string.
getStringValue(String) - Method in class org.tmatesoft.svn.core.SVNProperties
Returns a String property value.
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.
getTextMimeTypes() - Method in class org.tmatesoft.svn.core.SVNProperty
Returns custom mime-types previously added.
getTextTime() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the value of the item's SVNProperty.TEXT_TIME property.
getTreeConflict() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Returns a tree conflict description on the item represented by this object.
getTreeConflict() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Returns a tree conflict description.
getTreeDepth() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminPath
Returns a tree depth for this path which is relative to the depth of the SVNLookClient.doGetTree(...)
getTrustManager(SVNURL) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
Returns null.
getTrustManager(SVNURL) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
Returns a manager which handles trust data for the specified url.
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.auth.SVNAuthentication
 
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.SVNCopySource
Returns the repository url of the source.
getURL() - Method in class org.tmatesoft.svn.core.wc.SVNDiffStatus
Url of the item.
getURL() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
Returns the repository URL that this event is fired for.
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.
getUnknownOrEmptyDepth(boolean) - Static method in class org.tmatesoft.svn.core.SVNDepth
Returns UNKNOWN if recurse is true, else returns EMPTY.
getUnknownOrFilesDepth(boolean) - Static method in class org.tmatesoft.svn.core.SVNDepth
The same as SVNDepth.getUnknownOrEmptyDepth(boolean), but FILES is returned when recursive.
getUnknownOrImmediatesDepth(boolean) - Static method in class org.tmatesoft.svn.core.SVNDepth
The same as SVNDepth.getUnknownOrEmptyDepth(boolean), but IMMEDIATES is returned when recursive.
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.
getWCFile() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Returns the working copy file as it presents in the working copy.
getWCMergeInfo(File, SVNEntry, File, SVNMergeInfoInheritance, boolean, boolean[]) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
mergeInfo must not be null!
getWCOrRepositoryMergeInfo(File, SVNEntry, SVNMergeInfoInheritance, boolean[], boolean, SVNRepository) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
getWCPath() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Returns the path of the working copy file.
getWorkingContentsDate() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Returns the last modified local time of the file item.
getWorkingCopyFormat() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Returns the working copy format number for the admin directory which the statused item is versioned under.
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.
getWorkingSize() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Returns the size of the working copy file.
getWorkspaceProperty(String, String) - Method in interface org.tmatesoft.svn.core.io.ISVNWorkspaceMediator
Retrieves an item's WC property from a ".svn/wcprops" administrative subdirectory.
getYoungestRevision(File) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Returns the HEAD revision of the repository located at repositoryRoot.

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
 
handle(File, String) - Method in interface org.tmatesoft.svn.core.wc.ISVNChangelistHandler
Handles the next path belonging to changelistName.
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
Does nothing.
handleConflict(SVNConflictDescription) - Method in interface org.tmatesoft.svn.core.wc.ISVNConflictHandler
Handles the conflict given the conflict description conflictDescription and returns

SVNConflictResult.getConflictChoice() values of SVNConflictChoice.MINE_CONFLICT and SVNConflictChoice.THEIRS_CONFLICT are not legal for conflicts in binary files or properties.

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
Handles a next dir entry.
handleEOF() - Method in interface org.tmatesoft.svn.core.wc.ISVNAnnotateHandler
Handles the EOF met after the document contents.
handleEOF() - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
Does nothing.
handleEndRevision(long, SVNProperties, ISVNEditor) - Method in interface org.tmatesoft.svn.core.io.ISVNReplayHandler
Handles the end of replaying a next revision.
handleEndRevision(long, SVNProperties, ISVNEditor) - Method in class org.tmatesoft.svn.core.wc.admin.SVNReplayHandler
 
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
Does nothing.
handleEvent(SVNEvent, double) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAdapter
Does nothing.
handleExternal(File, SVNURL, SVNRevision, SVNRevision, String, SVNRevision) - Method in interface org.tmatesoft.svn.core.wc.ISVNExternalsHandler
Handles an external definition and says whether to skip it or not.
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
Handles info producing corresponding xml.
handleLine(Date, long, String, String) - Method in interface org.tmatesoft.svn.core.wc.ISVNAnnotateHandler
Deprecated. use ISVNAnnotateHandler.handleLine(Date, long, String, String, Date, long, String, String, int) instead
handleLine(Date, long, String, String, Date, long, String, String, int) - 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
Handles line annotation producing corresponding xml tags.
handleLine(Date, long, String, String, Date, long, String, String, int) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
Handles line annotation producing corresponding xml tags.
handleLocationEntry(SVNLocationEntry) - Method in interface org.tmatesoft.svn.core.io.ISVNLocationEntryHandler
To be implemented for location entries handling.
handleLocationSegment(SVNLocationSegment) - Method in interface org.tmatesoft.svn.core.io.ISVNLocationSegmentHandler
Handles a next location segment.
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
Handles a next log entry producing corresponding xml.
handleNormalizedProperties(int, int) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
 
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.
handlePathListItem(File) - Method in interface org.tmatesoft.svn.core.wc.ISVNPathListHandler
Hadles a working copy path.
handlePathListItem(File) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Handles a next working copy path with the path list handler if any was provided to this object through SVNBasicClient.setPathListHandler(ISVNPathListHandler).
handlePropertesCopied(boolean, long) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
 
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.
handleRevision(Date, long, String, File) - Method in interface org.tmatesoft.svn.core.wc.ISVNAnnotateHandler
Handles file information for a next revision.
handleRevision(Date, long, String, File) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
Just returns false.
handleStartRevision(long, SVNProperties) - Method in interface org.tmatesoft.svn.core.io.ISVNReplayHandler
Handles the start of replaying a next revision and returns an editor through which the revision will be replayed.
handleStartRevision(long, SVNProperties) - Method in class org.tmatesoft.svn.core.wc.admin.SVNReplayHandler
 
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
Handles a next status object producing corresponding xml.
handleUnlock(String, SVNLock, SVNErrorMessage) - Method in interface org.tmatesoft.svn.core.io.ISVNLockHandler
Handles the path unlocked.
hasCapability(SVNCapability) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Returns true if the repository has specified capability.
hasChildErrorMessage() - Method in class org.tmatesoft.svn.core.SVNErrorMessage
Says if this error message object has got a child error message.
hasChildren() - Method in class org.tmatesoft.svn.core.SVNLogEntry
Tells whether or not this log entry has children.
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.
hasEOL() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Says whether this generator is using any special (non-native) EOL bytes for outputting diffs.
hasEncoding() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Says whether this generator is using any special (non-native) charset for outputting diffs.
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
Tells whether this authentication object contains a user's private key.
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.SVNProperties
Returns a hash code of this object.
hashCode() - Method in class org.tmatesoft.svn.core.SVNPropertyValue
Returns the 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.SVNPropertyData
 
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.SVNUUI