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

A

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.
ABSENT - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:absent" SVN untweakable metaproperty.
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.
AbstractSvnCommit - Class in org.tmatesoft.svn.core.wc2
Base class for operations that change repository.
AbstractSvnCommit(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.AbstractSvnCommit
 
AbstractSvnUpdate<V> - Class in org.tmatesoft.svn.core.wc2
Provides methods allowing to check out, update, switch and relocate a working copy as well as export an unversioned directory or file from a repository.
AbstractSvnUpdate(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.AbstractSvnUpdate
 
AbstractXMLHandler - Class in org.tmatesoft.svn.core.wc.xml
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
 
accept(File) - Method in interface org.tmatesoft.svn.core.wc.ISVNFileFilter
This method is called to add extra filtering of files.
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.
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, SVNURL, ISVNAuthenticationManager) - Static method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
 
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.
acknowledgeAuthentication(boolean, String, String, SVNErrorMessage, SVNAuthentication, SVNURL) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManagerExt
 
acknowledgeConnectionSuccessful(SVNURL) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManagerExt
 
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.
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.
ADD - Static variable in class org.tmatesoft.svn.core.wc2.SvnCommitItem
 
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.
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.
addCopySource(SvnCopySource) - Method in class org.tmatesoft.svn.core.wc2.SvnCopy
Adds copy source information to the operation
addCopySource(SvnCopySource) - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteCopy
And one source to the operation's sources.
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.
ADDED - Static variable in interface org.tmatesoft.svn.core.wc.admin.ISVNGNUDiffGenerator
The type of modification denoting addition.
ADDED - Static variable in class org.tmatesoft.svn.core.wc.SVNConflictReason
Constant saying that an object is already added or schedule-add
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.
addFileBlame(InputStream) - Method in class org.tmatesoft.svn.core.SVNAnnotationGenerator
 
addIncomingProperty(String, SVNPropertyValue) - Method in class org.tmatesoft.svn.core.wc2.SvnCommitItem
 
addItem(SvnCommitItem, SVNURL) - Method in class org.tmatesoft.svn.core.wc2.SvnCommitPacket
Adds commit item to the commit packet with the repository root URL.
addItem(File, SVNNodeKind, SVNURL, String, long, String, long, int) - Method in class org.tmatesoft.svn.core.wc2.SvnCommitPacket
Adds commit item with the path, kind, repository root URL, repository path, revision number, copied from path, copied from revision number, flags to the commit packet.
addItem(File, SVNURL, SVNNodeKind, SVNURL, long, SVNURL, long, int) - Method in class org.tmatesoft.svn.core.wc2.SvnCommitPacket
Adds commit item with the path, repository root URL, kind, URL, revision number, revision number, copied from path, copied from revision number, flags to the commit packet.
addOutgoingProperty(String, SVNPropertyValue) - Method in class org.tmatesoft.svn.core.wc2.SvnCommitItem
Adds property with the name and the value that should be committed within the item.
addRange(SvnRevisionRange) - Method in class org.tmatesoft.svn.core.wc2.SvnLog
Adds the revision range to the operation's revision ranges.
addRevisionRange(SvnRevisionRange) - Method in class org.tmatesoft.svn.core.wc2.SvnMerge
Adds the revision range to collection of revision ranges for merging.
addTag(String, String) - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
 
addTarget(SvnTarget) - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Adds one target to the operation's targets.
addTextMimeType(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
Adds custom mime-type value that should be considered as text.
addToChangelist(File[], SVNDepth, String, String[]) - Method in class org.tmatesoft.svn.core.wc.SVNChangelistClient
Deprecated. use SVNChangelistClient.doAddToChangelist(File[], SVNDepth, String, String[]) instead
afterOperationFailure(SvnOperation<?>) - Method in interface org.tmatesoft.svn.core.wc2.ISvnOperationHandler
A callback that is called after each unsuccessful operation runs
afterOperationSuccess(SvnOperation<?>) - Method in interface org.tmatesoft.svn.core.wc2.ISvnOperationHandler
A callback that is called after each successful operation runs
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
 
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(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 interface org.tmatesoft.svn.core.io.ISVNDeltaConsumer
Starts applying text delta(s) to an opened file.
applyTextDelta(String, String) - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
Starts applying text delta.
applyTextDelta(String, String) - Method in class org.tmatesoft.svn.core.SVNAnnotationGenerator
Creates a temporary file for delta application.
asMap() - Method in class org.tmatesoft.svn.core.SVNProperties
Returns SVNProperties as Map of String, SVNPropertyValue pairs.
ASSERTION_FAIL - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
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
 
asString(SVNDepth) - Static method in class org.tmatesoft.svn.core.SVNDepth
Appropriate name of depth is returned.
asString() - Method in enum org.tmatesoft.svn.core.wc2.SvnSchedule
Returns String representation of schedule, empty string if item is not scheduled, schedule name otherwise.
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.

B

BAD_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
BAD_CHANGELIST_NAME - 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_PROP_KIND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
BAD_PROPERTY_VALUE - 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.
BasicAuthenticationManager - Class in org.tmatesoft.svn.core.auth
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.
beforeOperation(SvnOperation<?>) - Method in interface org.tmatesoft.svn.core.wc2.ISvnOperationHandler
A callback that is called before each operation runs
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.
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.
cancel() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Cancels the operation.
CANCELLED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
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.
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.
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.
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.
characters(char[], int, int) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
Handles CData characters.
CHARSET - Static variable in class org.tmatesoft.svn.core.SVNProperty
SVNKit specific property denoting a charset.
checkCancelled() - Method in interface org.tmatesoft.svn.core.ISVNCanceller
Checks if the current operation is cancelled (somehow interrupted) and should throw an SVNCancelException or notify the handler if exists.
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.admin.SVNAdminBasicClient
Redirects this call to the registered event handler (if any).
checkCancelled() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAdapter
Does nothing.
checkCancelled() - Method in class org.tmatesoft.svn.core.wc.SVNEventAdapter
Does nothing.
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.
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.
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.
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
 
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_ERROR_PROCESSING_EXTERNALS - 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
 
clear() - Method in class org.tmatesoft.svn.core.SVNProperties
Removes all properties from this object.
clearTextMimeTypes() - Static method in class org.tmatesoft.svn.core.SVNProperty
Clears custom mime-types previously added.
CLIENT - Static variable in class org.tmatesoft.svn.util.SVNLogType
 
CLIENT_BAD_REVISION - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CLIENT_BAD_STRIP_COUNT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CLIENT_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CLIENT_CYCLE_DETECTED - 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_FORBIDDEN_BY_SERVER - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CLIENT_INVALID_EXTERNALS_DESCRIPTION - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CLIENT_INVALID_MERGEINFO_NO_MERGETRACKING - 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_MERGE_UPDATE_REQUIRED - 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_NO_LOCK_TOKEN - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CLIENT_NO_VERSIONED_PARENT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
CLIENT_NOT_READY_TO_MERGE - 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
 
clone(ByteBuffer) - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Creates an exact copy of this window object.
clone() - Method in class org.tmatesoft.svn.core.SVNProperties
Creates and returns a copy of this 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 interface org.tmatesoft.svn.core.io.ISVNFileRevisionHandler
Performs final handling for the processed file revision (when all deltas are applied and fulltext is got).
closeRevision(String) - Method in class org.tmatesoft.svn.core.SVNAnnotationGenerator
Does nothing.
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
 
collectCommitItems() - Method in class org.tmatesoft.svn.core.wc2.SvnCommit
Returns operation's commit packet.
combine(SVNMergeRange, boolean) - Method in class org.tmatesoft.svn.core.SVNMergeRange
Combines this merge range and the given range into a single one.
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.
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 committed revision).
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.
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.
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.io.SVNFileRevision
Compares this object with another one.
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.
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.
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.
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.
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.
COPY - Static variable in class org.tmatesoft.svn.core.wc2.SvnCommitItem
 
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.
COPYFROM_PATH_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
'copyfrom-path' attribute.
COPYFROM_REV_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
'copyfrom-rev' attribute.
COPYFROM_REVISION - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:copyfrom-rev" SVN untweakable metaproperty.
COPYFROM_URL - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:copyfrom-url" SVN untweakable metaproperty.
CORRUPTED - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:corrupted" SVN untweakable metaproperty.
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(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(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(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.
create(SvnTarget, SVNRevision) - Static method in class org.tmatesoft.svn.core.wc2.SvnCopySource
Creates a new SvnCopySource object and initializes its fields.
create(SVNStatusType) - Static method in class org.tmatesoft.svn.core.wc2.SvnMergeResult
Creates merge result object and initializes it with merge outcome (status).
create(SVNRevision, SVNRevision) - Static method in class org.tmatesoft.svn.core.wc2.SvnRevisionRange
Creates revision range and initializes its fields
createAnnotate() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates annotate operation.
createCanonicalizeUrls() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates canonicalize URLs operation.
createCat() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates cat operation.
createCheckout() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates checkout operation.
createCleanup() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates cleanup operation.
createCommit() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates commit operation.
createCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates copy operation.
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.
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.
createDiff() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates diff operation.
createDiffSummarize() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates diff summarize operation.
createExport() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates export operation.
createGetChangelistPaths() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates get changelist paths operation.
createGetInfo() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates get info operation.
createGetMergeInfo() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates get merge info operation.
createGetProperties() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates get properties operation.
createGetStatus() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates get status operation.
createGetStatusSummary() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates get status summary operation.
createImport() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates import operation.
createInfo(File, SVNEntry) - Static method in class org.tmatesoft.svn.core.wc.SVNInfo
 
createInfo(File, SVNTreeConflictDescription) - Static method in class org.tmatesoft.svn.core.wc.SVNInfo
 
createInfo(String, SVNURL, String, SVNURL, SVNRevision, SVNDirEntry, SVNLock) - Static method in class org.tmatesoft.svn.core.wc.SVNInfo
 
createInputLogStream() - Method in interface org.tmatesoft.svn.util.ISVNDebugLog
 
createInputLogStream() - Method in class org.tmatesoft.svn.util.SVNDebugLogAdapter
 
createList() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates list operation.
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.
createLocalRepository(File, String, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class org.tmatesoft.svn.core.io.SVNRepositoryFactory
 
createLog() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates log operation.
createLogMergeInfo() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates log merge info operation.
createLogStream(SVNLogType, InputStream) - Method in interface org.tmatesoft.svn.util.ISVNDebugLog
 
createLogStream(SVNLogType, OutputStream) - Method in interface org.tmatesoft.svn.util.ISVNDebugLog
 
createLogStream(SVNLogType, InputStream) - Method in class org.tmatesoft.svn.util.SVNDebugLogAdapter
 
createLogStream(SVNLogType, OutputStream) - Method in class org.tmatesoft.svn.util.SVNDebugLogAdapter
 
createMarkReplaced() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates mark replaced operation.
createMerge() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates merge operation.
createMerger(byte[], byte[], byte[]) - Method in interface org.tmatesoft.svn.core.wc.ISVNMergerFactory
Creates a new merger driver.
createMergeResult(SVNStatusType, SVNConflictReason) - Static method in class org.tmatesoft.svn.core.wc.SVNMergeResult
Creates a new merge result object.
createMkDir() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates remote make directory operation.
createOutputLogStream() - Method in interface org.tmatesoft.svn.util.ISVNDebugLog
 
createOutputLogStream() - Method in class org.tmatesoft.svn.util.SVNDebugLogAdapter
 
createRelocate() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates relocate operation.
createRemoteCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates remote copy operation.
createRemoteDelete() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates remote delete operation.
createRemoteMkDir() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates remote make directory operation.
createRemoteSetProperty() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates remote set property operation.
createRepository(SVNURL, String, boolean) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminBasicClient
 
createRepository(SVNURL, boolean) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Creates a new SVNRepository driver object.
createRepository(SVNURL, boolean) - Method in interface org.tmatesoft.svn.core.wc.ISVNRepositoryPool
Creates a low-level SVN protocol driver to access a repository.
createRepository(SVNURL, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Creates a low-level SVN protocol driver to directly work with a repository.
createRepositoryCopyRevisionProperties() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates copy revision properties synchronization operation.
createRepositoryCreate() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates repository create administrative operation.
createRepositoryDump() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates repository dump administrative operation.
createRepositoryFilter() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates dumpfilter operation.
createRepositoryGetAuthor() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates operation for retrieving author from the repository.
createRepositoryGetCat() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates operation for retrieving file contents from the repository.
createRepositoryGetChanged() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates operation for retrieving changed paths from the repository.
createRepositoryGetChangedDirectories() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates operation for retrieving changed directories from the repository.
createRepositoryGetDate() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates operation for retrieving date from the repository.
createRepositoryGetDiff() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates repository diff operation.
createRepositoryGetHistory() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates operation for retrieving the history from the repository.
createRepositoryGetInfo() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates operation for retrieving info from the repository.
createRepositoryGetLock() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates operation for retrieving the lock from the repository.
createRepositoryGetLog() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates operation for retrieving repository log.
createRepositoryGetProperties() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates operation for retrieving properties from the repository.
createRepositoryGetProperty() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates operation for retrieving property from the repository.
createRepositoryGetRevisionProperties() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates operation for retrieving revision properties from the repository.
createRepositoryGetRevisionProperty() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates operation for retrieving revision property from the repository.
createRepositoryGetTree() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates operation for retrieving items tree from the repository.
createRepositoryGetUUID() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates operation for retrieving repository UUID.
createRepositoryGetYoungest() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates operation for retrieving the latest revision from the repository.
createRepositoryHotCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates repository hot copy administrative operation.
createRepositoryImpl(SVNURL, ISVNSession) - Method in class org.tmatesoft.svn.core.io.SVNRepositoryFactory
 
createRepositoryInitialize() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates initialize synchronization operation.
createRepositoryListLocks() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates administrative operation for retrieving list of locks from the repository.
createRepositoryListTransactions() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates administrative operation for retrieving list of transactions from the repository.
createRepositoryLoad() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates repository load administrative operation.
createRepositoryPack() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates repository pack administrative operation.
createRepositoryRecover() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates repository recover administrative operation.
createRepositoryRemoveLocks() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates repository remove locks administrative operation.
createRepositoryRemoveTransactions() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates repository remove transactions administrative operation.
createRepositorySetUUID() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates repository set UUID administrative operation.
createRepositorySynchronize() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates repository synchronize operation.
createRepositorySyncInfo() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates operation for retrieving repository synchronization info.
createRepositoryUpgrade() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates repository upgrade administrative operation.
createRepositoryVerify() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates repository verify administrative operation.
createResolve() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates resolve operation.
createRevert() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates revert operation.
createScheduleForAddition() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates add operation.
createScheduleForRemoval() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates delete operation.
createSetChangelist() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates set changelist operation.
createSetLock() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates set lock operation.
createSetProperty() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates set property operation.
createSuggestMergeSources() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates suggest merge sources operation.
createSwitch() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates switch operation.
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.
createUnlock() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates unlock operation.
createUpdate() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates update operation.
createUpgrade() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates upgrade operation.
CURRENTLY_COPYING - Static variable in class org.tmatesoft.svn.core.SVNRevisionProperty
"svn:sync-currently-copying" revision property.

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 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 - Static variable in interface org.tmatesoft.svn.core.wc.ISVNExternalsHandler
Default implementation.
DEFAULT - Static variable in interface org.tmatesoft.svn.core.wc2.ISvnAddParameters
Default add parameters, action equals to Action.REPORT_ERROR
DEFAULT - Static variable in class org.tmatesoft.svn.util.SVNLogType
 
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.
DefaultSVNCommitHandler - Class in org.tmatesoft.svn.core.wc
This is a default implementation for ISVNCommitHandler.
DefaultSVNCommitHandler() - Constructor for class org.tmatesoft.svn.core.wc.DefaultSVNCommitHandler
 
DefaultSVNCommitParameters - Class in org.tmatesoft.svn.core.wc
DefaultSVNCommitParameters is the default commit parameters implementation.
DefaultSVNCommitParameters() - Constructor for class org.tmatesoft.svn.core.wc.DefaultSVNCommitParameters
 
DefaultSVNDiffGenerator - Class in org.tmatesoft.svn.core.wc
DefaultSVNDiffGenerator is a default implementation of ISVNDiffGenerator.
DefaultSVNDiffGenerator() - Constructor for class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Constructs a DefaultSVNDiffGenerator.
DefaultSVNRepositoryPool - Class in org.tmatesoft.svn.core.wc
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.  
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.
DELETE - Static variable in class org.tmatesoft.svn.core.wc2.SvnCommitItem
 
DELETED - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:deleted" SVN untweakable metaproperty.
DELETED - Static variable in interface org.tmatesoft.svn.core.wc.admin.ISVNGNUDiffGenerator
The type of modification denoting deletion.
DELETED - Static variable in class org.tmatesoft.svn.core.wc.SVNConflictReason
Constant saying that an object is already schedule-delete.
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.
DELTA_MD5_CHECKSUM_ABSENT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
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.
DEPTH - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:depth" SVN untweakable metaproperty.
detectWcGeneration(File, boolean) - Static method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Detects working copy generation (1.6 or 1.7 format) by the working copy path.
detectWcGeneration(File, boolean, boolean) - Static method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Detects working copy generation (1.6 or 1.7 format) by the working copy path in (not in) the addition mode.
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(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_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
DIR - Static variable in class org.tmatesoft.svn.core.SVNNodeKind
Defines the directory node kind
DIR_NOT_EMPTY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
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.
dispatchEvent(SVNEvent, double) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminBasicClient
 
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(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.
displayHeader(OutputStream, String, boolean) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
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.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.
dispose() - Method in class org.tmatesoft.svn.core.wc2.SvnCommitPacket
Disposes the commit packet, if commit runner is set method calls ISvnCommitRunner.disposeCommitPacket(Object) with the commit packet
dispose() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Disposes context and repository pool if needed.
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, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
 
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<String>) - 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<String>) - 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<String>) - 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<String>) - 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<String>) - 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(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.
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.
doGetChangeListPaths(Collection<String>, Collection<File>, 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<String>, SVNDepth, ISVNChangelistHandler) - Method in class org.tmatesoft.svn.core.wc.SVNChangelistClient
Gets paths belonging to the specified changelists discovered under the specified path.
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, 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.
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<String>) - 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.
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) - 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.
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.
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(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(SVNURL) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Returns information about the synchronization repository located at toURL.
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<String>, 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.
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<SVNRevisionRange>, 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<SVNRevisionRange>, 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<SVNRevisionRange>, 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<SVNRevisionRange>, 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.
dontWC17Support() - Static method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
doPack(File) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Compacts a repository into a more efficient storage model.
doPatch(File, File, boolean, int) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
 
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<String>) - 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<String>) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Sets propName to propValue on path .
doSetProperty(File, ISVNPropertyValueProvider, boolean, SVNDepth, ISVNPropertyHandler, Collection<String>) - 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<String>) - 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(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.
doSwitch(File, SVNURL, SVNRevision, SVNRevision, SVNDepth, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
 
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, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
 
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.
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.
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.io.diff.SVNDiffWindow
An empty window (in particular, its instructions length = 0).
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.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
 
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.
ensureArgumentsAreValid() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryDump
 
ensureArgumentsAreValid() - Method in class org.tmatesoft.svn.core.wc2.SvnCat
 
ensureArgumentsAreValid() - Method in class org.tmatesoft.svn.core.wc2.SvnCheckout
 
ensureArgumentsAreValid() - Method in class org.tmatesoft.svn.core.wc2.SvnCommit
 
ensureArgumentsAreValid() - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
 
ensureArgumentsAreValid() - Method in class org.tmatesoft.svn.core.wc2.SvnDiffSummarize
 
ensureArgumentsAreValid() - Method in class org.tmatesoft.svn.core.wc2.SvnExport
 
ensureArgumentsAreValid() - Method in class org.tmatesoft.svn.core.wc2.SvnGetInfo
 
ensureArgumentsAreValid() - Method in class org.tmatesoft.svn.core.wc2.SvnGetProperties
 
ensureArgumentsAreValid() - Method in class org.tmatesoft.svn.core.wc2.SvnGetStatus
 
ensureArgumentsAreValid() - Method in class org.tmatesoft.svn.core.wc2.SvnImport
 
ensureArgumentsAreValid() - Method in class org.tmatesoft.svn.core.wc2.SvnLog
 
ensureArgumentsAreValid() - Method in class org.tmatesoft.svn.core.wc2.SvnLogMergeInfo
 
ensureArgumentsAreValid() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
 
ensureArgumentsAreValid() - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteSetProperty
 
ensureArgumentsAreValid() - Method in class org.tmatesoft.svn.core.wc2.SvnRevert
 
ensureArgumentsAreValid() - Method in class org.tmatesoft.svn.core.wc2.SvnSetChangelist
 
ensureArgumentsAreValid() - Method in class org.tmatesoft.svn.core.wc2.SvnSetProperty
 
ensureArgumentsAreValid() - Method in class org.tmatesoft.svn.core.wc2.SvnSwitch
 
ensureArgumentsAreValid() - Method in class org.tmatesoft.svn.core.wc2.SvnUpdate
 
ensureEnoughTargets() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
 
ensureHomohenousTargets() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
 
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_FORBIDDEN - 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_CR_BYTES - Static variable in class org.tmatesoft.svn.core.SVNProperty
CR (carriage return) EOL (end of line) byte array.
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_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"
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.
equals(Object) - Method in class org.tmatesoft.svn.core.wc2.SvnChecksum
 
equals(Object) - Method in class org.tmatesoft.svn.core.wc2.SvnCopySource
 
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.
EXTERNAL_PROGRAM - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
EXTERNALS - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:externals" SVN special property.

F

FAILED_EXTERNAL - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
FAILED_FORBIDDEN_BY_SERVER - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
FAILED_LOCKED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
FAILED_OUT_OF_DATE - 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
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
 
filePropertyChanged(String, String, SVNPropertyValue) - Method in interface org.tmatesoft.svn.core.io.ISVNFileCheckoutTarget
Receives and handles a next file property.
FILES - Static variable in class org.tmatesoft.svn.core.SVNDepth
D and its file children, but not subdirectories.
findChildWithErrorCode(SVNErrorCode) - Method in class org.tmatesoft.svn.core.SVNErrorMessage
 
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.
first() - Method in class org.tmatesoft.svn.core.wc2.SvnReceivingOperation
Returns first received object from the list.
flush() - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
Flushes written bytes.
flushStream(Object) - Method in interface org.tmatesoft.svn.util.ISVNDebugLog
 
flushStream(Object) - Method in class org.tmatesoft.svn.util.SVNDebugLogAdapter
 
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.
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.
fromFile(File) - Static method in class org.tmatesoft.svn.core.wc2.SvnTarget
Creates a target from file
fromFile(File, SVNRevision) - Static method in class org.tmatesoft.svn.core.wc2.SvnTarget
Creates a target from file and its peg revision
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.
fromString(String) - Static method in class org.tmatesoft.svn.core.wc2.SvnChecksum
Creates checksum object from String.
fromString(String) - Static method in enum org.tmatesoft.svn.core.wc2.SvnSchedule
Creates SvnSchedule from String representation.
fromURL(SVNURL) - Static method in class org.tmatesoft.svn.core.wc2.SvnTarget
Creates a target from URL
fromURL(SVNURL, SVNRevision) - Static method in class org.tmatesoft.svn.core.wc2.SvnTarget
Creates a target from URL and its peg revision
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_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_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_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
 
FSFS - Static variable in class org.tmatesoft.svn.util.SVNLogType
 

G

getAction() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Returns the type of an action this event is fired for.
getAction() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
Gets the type of an action performed upon the item.
getActualProperties() - Method in class org.tmatesoft.svn.core.wc2.SvnMergeResult
Returns all merge actual (working) properties.
getAddParameters() - Method in class org.tmatesoft.svn.core.wc2.SvnScheduleForAddition
Returns operation's add parameters, whose controls inconsistent EOL's.
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.
getAlias() - Method in class org.tmatesoft.svn.core.auth.SVNSSLAuthentication
Only used for MSCAPI
getApplicableChangelists() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Gets changelists to operate only on members of.
getAuthenticationManager() - Method in class org.tmatesoft.svn.core.io.SVNRepository
Returns the authentication driver registered for this object.
getAuthenticationManager() - Method in interface org.tmatesoft.svn.core.wc2.ISvnOperationOptionsProvider
Gets operation's authentication manager.
getAuthenticationManager() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Gets operation's authentication manager, provided by SvnOperationFactory.getAuthenticationManager().
getAuthenticationManager() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Gets operation's authentication manager.
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.
getAuthor() - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotateItem
Gets author of modification.
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.
getBaseProperties() - Method in class org.tmatesoft.svn.core.wc2.SvnMergeResult
Returns all base (pristine) properties.
getBaseRevision() - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteSetProperty
Returns operation's revision to change properties against
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.
getCanceller() - Method in interface org.tmatesoft.svn.core.wc2.ISvnOperationOptionsProvider
Gets the cancel handler of the operation.
getCanceller() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Gets the cancel handler of the operation, provided by SvnOperationFactory.getCanceller().
getCanceller() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Gets the cancel handler of the operation.
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.
getCertificatePath() - Method in class org.tmatesoft.svn.core.auth.SVNSSLAuthentication
 
getChangedAuthor() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Gets the author who last changed the item.
getChangedDate() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Gets the timestamp when the item was last changed (committed).
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.
getChangedRevision() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Gets the revision when the item was last changed (committed).
getChangelist() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Returns the name of the changelist which the working copy item, denoted by this object, belongs to.
getChangelist() - Method in class org.tmatesoft.svn.core.wc2.SvnWorkingCopyInfo
Returns changelist name assigned to item, null if item is not in changelist.
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.
getChangelistName() - Method in class org.tmatesoft.svn.core.wc2.SvnSetChangelist
Returns the operation's changelist name.
getChangeListPaths(Collection<String>, Collection<File>, SVNDepth, ISVNChangelistHandler) - Method in class org.tmatesoft.svn.core.wc.SVNChangelistClient
Deprecated. use SVNChangelistClient.doGetChangeListPaths(Collection, Collection, SVNDepth, ISVNChangelistHandler) instead
getChangeLists(File, Collection<String>, SVNDepth, ISVNChangelistHandler) - Method in class org.tmatesoft.svn.core.wc.SVNChangelistClient
Deprecated. use SVNChangelistClient.doGetChangeLists(File, Collection, SVNDepth, ISVNChangelistHandler) instead
getChecksum() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the file item's checksum.
getChecksum() - Method in class org.tmatesoft.svn.core.wc2.SvnWorkingCopyInfo
Returns checksum of the file, null for directory.
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
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
 
getCombinedNodeAndContentsStatus() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
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.
getCommitHandler() - Method in class org.tmatesoft.svn.core.wc2.AbstractSvnCommit
Gets the commit handler for the operation.
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(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.SVNDirEntry
Returns the commit log message for the revision of this entry.
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.
getCommitMessage() - Method in class org.tmatesoft.svn.core.wc2.AbstractSvnCommit
Gets commit log message.
getCommitMessage(String, SvnCommitItem[]) - Method in interface org.tmatesoft.svn.core.wc2.hooks.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.
getCommitParameters() - Method in class org.tmatesoft.svn.core.wc2.SvnCommit
Gets operation's parameters of the commit.
getCommitParameters() - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteCopy
Returns operation's parameters of the commit.
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).
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.
getConflictChoice() - Method in class org.tmatesoft.svn.core.wc2.SvnResolve
Gets kind of choice object for making decision while resolving.
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.
getConflictResolver() - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
 
getConflicts() - Method in class org.tmatesoft.svn.core.wc2.SvnWorkingCopyInfo
Returns all item's conflicts.
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.
getContents() - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotateItem
Gets contents of modification in File
getContentsStatus() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
Gets the status type of either file or directory contents.
getContentsStatus() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the Working Copy local item's contents status type.
getCopyClient() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Returns an instance of the SVNCopyClient class.
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.admin.SVNChangeEntry
Returns a copy-from source path.
getCopyFromPath() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Returns the copy source path.
getCopyFromRevision() - Method in class org.tmatesoft.svn.core.wc.admin.SVNChangeEntry
Returns a copy-from source revision.
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.wc2.SvnCommitItem
Returns revision number of the repository item from whose working copy item was copied.
getCopyFromRevision() - Method in class org.tmatesoft.svn.core.wc2.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.wc2.SvnWorkingCopyInfo
Gets the revision of the item's ancestor from which the item was copied (the item is added with history).
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.
getCopyFromUrl() - Method in class org.tmatesoft.svn.core.wc2.SvnCommitItem
Returns URL from whose the item was copied.
getCopyFromUrl() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Gets the URL (repository location) of the ancestor from which the item was copied.
getCopyFromUrl() - Method in class org.tmatesoft.svn.core.wc2.SvnWorkingCopyInfo
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.
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.
getDate() - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotateItem
Gets date of modification.
getDatedRevision(Date) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Returns the recent repository revision number for the particular moment in time - the closest one before or at the specified datestamp.
getDebugLog() - Method in class org.tmatesoft.svn.core.io.SVNRepository
Returns the debug logger currently in use.
getDebugLog() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminBasicClient
Returns the debug logger currently in use.
getDebugLog() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Returns the debug logger currently in use.
getDebugLog() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Returns the debug logger currently in use.
getDebugLog() - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
 
getDefaultConfigurationDirectory() - Static method in class org.tmatesoft.svn.core.wc.SVNWCUtil
Gets the location of the default SVN's run-time configuration area on the current machine.
getDefaultLog() - Static method in class org.tmatesoft.svn.util.SVNDebugLog
 
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.
getDepth() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
getDepth() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Gets the limit of the operation by depth.
getDepth() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Returns the local item's depth.
getDepth() - Method in class org.tmatesoft.svn.core.wc2.SvnWorkingCopyInfo
Returns the local 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.admin.SVNLookClient
Returns a diff generator to be used in doGetDiff() methods of this 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.wc2.SvnDiff
Returns operation's diff generator.
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.
getDiffOptions() - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotate
Gets diff options for the operation.
getDiffOptions() - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
Returns the operation's diff options controlling white-spaces and eol-styles.
getDigest() - Method in class org.tmatesoft.svn.core.wc2.SvnChecksum
Gets computed checksum value.
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.
getDumpStream() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryFilter
 
getDumpStream() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryLoad
 
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.
getEnd() - Method in class org.tmatesoft.svn.core.wc2.SvnRevisionRange
Returns range's end revision
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.SVNMergeRange
Returns the end revision of this merge range.
getEndRevision() - Method in class org.tmatesoft.svn.core.wc.SVNRevisionRange
Returns the end revision of this range.
getEndRevision() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCopyRevisionProperties
 
getEndRevision() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryDump
 
getEndRevision() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryVerify
 
getEndRevision() - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotate
Gets the revision of the operation to end with.
getEndRevision() - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
 
getEndRevision() - Method in class org.tmatesoft.svn.core.wc2.SvnDiffSummarize
 
getEntry() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Returns a WC entry for which this object is generated.
getEntryFields() - Method in class org.tmatesoft.svn.core.wc2.SvnList
Returns entry fields whose controls which fields in the SVNDirEntry are filled in.
getEntryProperties() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the item's SVN specific '<entry' properties.
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.
getEolStyle() - Method in class org.tmatesoft.svn.core.wc2.SvnExport
Returns the string that denotes a specific End-Of-Line character.
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 exception 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.admin.SVNAdminBasicClient
 
getEventHandler() - Method in interface org.tmatesoft.svn.core.wc2.ISvnOperationOptionsProvider
Gets the event handler for the operation.
getEventHandler() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Gets the event handler for the operation, provided by SvnOperationFactory.getEventHandler().
getEventHandler() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Gets the event handler for the operation.
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.
getExternalsHandler() - Method in class org.tmatesoft.svn.core.wc2.AbstractSvnUpdate
Gets externals handler.
getExternalsHandler() - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteCopy
Gets operation's externals handler.
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.
getFile() - Method in class org.tmatesoft.svn.core.wc2.SvnDiffStatus
Returns File representation of the working copy item path.
getFile() - Method in class org.tmatesoft.svn.core.wc2.SvnTarget
Returns target's file, if target is not file returns null.
getFileExtensionsToMimeTypes() - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Returns a hash holding file extensions to MIME types mappings.
getFileListHook() - Method in class org.tmatesoft.svn.core.wc2.SvnGetStatus
Returns client's file list hook.
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
 
getFileSize() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Returns the item's file size.
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.
getFirstSource() - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
 
getFirstSource() - Method in class org.tmatesoft.svn.core.wc2.SvnDiffSummarize
 
getFirstSource() - Method in class org.tmatesoft.svn.core.wc2.SvnMerge
Returns first source for merge between two sources.
getFirstTarget() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Returns first target of the operation.
getFlags() - Method in class org.tmatesoft.svn.core.wc2.SvnCommitItem
Returns commit item's flags.
getFromURL() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryInitialize
 
getFromUrl() - Method in class org.tmatesoft.svn.core.wc2.SvnRelocate
Returns the old beginning part of the target's repository URL that should be overwritten.
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.
getHandler() - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotate
Gets the caller's handler to process annotation information.
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.SVNDepth
Gets numerical Id of depth
getID() - Method in class org.tmatesoft.svn.core.SVNLock
Gets the lock token.
getID() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
Returns an action id
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.
getIgnorePatterns() - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Returns all the global ignore patterns.
getImplementation(SvnOperation<?>) - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
 
getIncomingProperties() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
 
getIncomingProperties() - Method in class org.tmatesoft.svn.core.wc2.SvnCommitItem
 
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.
getInfo() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
 
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.
getInheritableRangeList(long, long, boolean) - Method in class org.tmatesoft.svn.core.SVNMergeRangeList
 
getInputEncoding() - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotate
Gets the name of character set to decode input bytes.
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.
getItem(File) - Method in class org.tmatesoft.svn.core.wc2.SvnCommitPacket
Returns the commit item with the path
getItems(SVNURL) - Method in class org.tmatesoft.svn.core.wc2.SvnCommitPacket
Returns all commit items in the commit packet with the corresponding repository root URL
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.auth.SVNAuthentication
Returns a credential kind for which this authentication credential is used.
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.wc.admin.SVNChangeEntry
Returns the node kind of the item.
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.wc2.SvnChecksum
Gets king of checksum.
getKind() - Method in class org.tmatesoft.svn.core.wc2.SvnCommitItem
Returns commit item's node kind.
getKind() - Method in class org.tmatesoft.svn.core.wc2.SvnDiffStatus
Returns the node kind of the working copy item.
getKind() - Method in class org.tmatesoft.svn.core.wc2.SvnInfo
Gets the item's node kind.
getKind() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Gets the item's node kind characterizing it as an entry.
getLabel(String, String) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
getLastChangedAuthor() - Method in class org.tmatesoft.svn.core.wc2.SvnInfo
Gets the item's last changed author.
getLastChangedDate() - Method in class org.tmatesoft.svn.core.wc2.SvnInfo
Gets the item's last changed date.
getLastChangedRevision() - Method in class org.tmatesoft.svn.core.wc2.SvnInfo
Gets the item's last changed revision.
getLastMergedRevision() - Method in class org.tmatesoft.svn.core.wc.admin.SVNSyncInfo
Returns the last revision of the source repository synchronized with.
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.
getLimit() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetHistory
 
getLimit() - Method in class org.tmatesoft.svn.core.wc2.SvnLog
Returns a maximum number of log entries to be processed
getLine() - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotateItem
Gets modified line.
getLineNumber() - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
 
getLineNumber() - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotateItem
Gets line number of modification
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.
getLocationRelativePath(String) - 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.
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
 
getLocationsImpl(String, long, long[], ISVNLocationEntryHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
 
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.SVNDirEntry
Gets the lock object for this entry (if it's locked).
getLock() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Returns the lock information.
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.wc2.SvnInfo
Gets the file item's lock.
getLock() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Gets the file item's local lock.
getLockingContext() - Method in class org.tmatesoft.svn.core.wc2.SvnCommitPacket
Returns commit packet's locking context.
getLockMessage() - Method in class org.tmatesoft.svn.core.wc2.SvnSetLock
Gets the optional comment for the lock.
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.
getLockStatus() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
Gets the file item's lock status.
getLockTokens() - Method in class org.tmatesoft.svn.core.wc.SVNCommitPacket
 
getLockTokens() - Method in class org.tmatesoft.svn.core.wc2.SvnCommitPacket
Returns all lock tokens of commit packet.
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.
getMajorVersion() - Static method in class org.tmatesoft.svn.util.Version
 
getMaximumTargetsCount() - Method in class org.tmatesoft.svn.core.wc2.SvnCommit
 
getMaximumTargetsCount() - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
 
getMaximumTargetsCount() - Method in class org.tmatesoft.svn.core.wc2.SvnGetChangelistPaths
 
getMaximumTargetsCount() - Method in class org.tmatesoft.svn.core.wc2.SvnLog
 
getMaximumTargetsCount() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
 
getMaximumTargetsCount() - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteDelete
 
getMaximumTargetsCount() - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteMkDir
 
getMaximumTargetsCount() - Method in class org.tmatesoft.svn.core.wc2.SvnRevert
 
getMaximumTargetsCount() - Method in class org.tmatesoft.svn.core.wc2.SvnScheduleForAddition
 
getMaximumTargetsCount() - Method in class org.tmatesoft.svn.core.wc2.SvnScheduleForRemoval
 
getMaximumTargetsCount() - Method in class org.tmatesoft.svn.core.wc2.SvnSetChangelist
 
getMaximumTargetsCount() - Method in class org.tmatesoft.svn.core.wc2.SvnSetLock
 
getMaximumTargetsCount() - Method in class org.tmatesoft.svn.core.wc2.SvnUnlock
 
getMaximumTargetsCount() - Method in class org.tmatesoft.svn.core.wc2.SvnUpdate
 
getMaxRevision() - Method in class org.tmatesoft.svn.core.wc2.SvnStatusSummary
Returns the biggest item's revision between all found items.
getMergedAuthor() - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotateItem
Gets author of merge revision.
getMergedDate() - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotateItem
Gets date of merge.
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.
getMergedPath() - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotateItem
Gets path of merge revision.
getMergedRevision() - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotateItem
Gets revision of merge.
getMergedRevisionProperties() - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotateItem
Gets properties of merge revision.
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.
getMergeOptions() - Method in class org.tmatesoft.svn.core.wc2.SvnMerge
Returns the operation's merge options controlling white-spaces and eol-styles.
getMergeOutcome() - Method in class org.tmatesoft.svn.core.wc2.SvnMergeResult
Returns merge outcome (status).
getMergeRange() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
Returns the merge range.
getMergerFactory() - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Returns a factory object which is responsible for creating merger drivers.
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.
getMessage() - Method in class org.tmatesoft.svn.core.SVNErrorMessage
Returns an error description formatted with the related objects if needed.
getMessage() - Method in exception 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.
getMicroVersion() - Static method in class org.tmatesoft.svn.util.Version
 
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.
getMinimumTargetsCount() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryFilter
 
getMinimumTargetsCount() - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
 
getMinimumTargetsCount() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
 
getMinorVersion() - Static method in class org.tmatesoft.svn.util.Version
 
getMinRevision() - Method in class org.tmatesoft.svn.core.wc2.SvnStatusSummary
Returns the smallest revision between all found items.
getModificationType() - Method in class org.tmatesoft.svn.core.wc.SVNDiffStatus
Returns the type of modification for the current item.
getModificationType() - Method in class org.tmatesoft.svn.core.wc2.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.
getName() - Method in class org.tmatesoft.svn.util.SVNLogType
 
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.
getNewRepositoryRoot() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryHotCopy
 
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.
getNodeStatus() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
getNodeStatus() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Returns the item's node status.
getNormalizedNodePropsCount() - Method in class org.tmatesoft.svn.core.wc.admin.SVNReplayHandler
 
getNormalizedRevPropsCount() - Method in class org.tmatesoft.svn.core.wc.admin.SVNReplayHandler
 
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.
getOperationalWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
 
getOperationalWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnDiffSummarize
 
getOperationalWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnExport
 
getOperationalWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
 
getOperationFactory() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Gets the factory that created the operation.
getOperationHandler() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Get a callback that is called before and after each operation
getOperationsFactory() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
getOptions() - Method in class org.tmatesoft.svn.core.io.SVNRepository
Returns the session options object this driver is using.
getOptions() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminBasicClient
Gets run-time configuration options used by this object.
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.
getOptions() - Method in interface org.tmatesoft.svn.core.wc2.ISvnOperationOptionsProvider
Gets operation's options.
getOptions() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Gets operation's options, provided by SvnOperationFactory.getOptions().
getOptions() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Gets operation's options.
getOriginalPropertyValue() - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteSetProperty
Returns property's original value, it was set by caller
getOriginalRevision() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Returns the original revision from which a new one is loaded.
getOut() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryDump
 
getOutgoingProperties() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
Returns properties to commit.
getOutgoingProperties() - Method in class org.tmatesoft.svn.core.wc2.SvnCommitItem
Returns all properties that should be committed within the item.
getOutput() - Method in class org.tmatesoft.svn.core.wc2.SvnCat
Gets the output stream of the operation.
getOutput() - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
Returns output stream where the differences will be written to.
getOutputStream(String) - Method in interface org.tmatesoft.svn.core.io.ISVNFileCheckoutTarget
Returns an output stream that will receive file contents of path.
getOutputStream() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCat
 
getOutputStream() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetDiff
 
getOwner() - Method in class org.tmatesoft.svn.core.SVNLock
Gets the lock owner.
getParentDir() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryLoad
 
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.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.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.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.
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.wc2.admin.SvnRepositoryCat
 
getPath() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetHistory
 
getPath() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetLock
 
getPath() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetProperties
 
getPath() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetProperty
 
getPath() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetTree
 
getPath() - Method in class org.tmatesoft.svn.core.wc2.SvnCommitItem
Returns commit item's working copy path.
getPath() - Method in class org.tmatesoft.svn.core.wc2.SvnDiffStatus
Returns a relative path of the item.
getPath() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Gets the item's path in the filesystem.
getPath() - Method in class org.tmatesoft.svn.core.wc2.SvnWorkingCopyInfo
Returns working copy path.
getPathListHandler() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
getPathOrUrlDecodedString() - Method in class org.tmatesoft.svn.core.wc2.SvnTarget
Determines whether target is remote or local, and returns corresponding String representation of the target's path
getPathOrUrlString() - Method in class org.tmatesoft.svn.core.wc2.SvnTarget
Determines whether target is remote or local, and returns corresponding String representation of the target's path
getPaths() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryRemoveLocks
 
getPegRevision() - Method in class org.tmatesoft.svn.core.wc.SVNCopySource
Returns the peg revision of the source.
getPegRevision() - Method in class org.tmatesoft.svn.core.wc2.SvnTarget
Returns target's peg revision, if it was not defined returns null.
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.
getPrefixes() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryFilter
 
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.
getPrimaryWcGeneration() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Returns primary (default) working copy generation.
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.
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.
getPropertiesStatus() - Method in class org.tmatesoft.svn.core.wc2.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.SVNEvent
 
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.
getPropertyName() - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteSetProperty
Gets name of the property.
getPropertyName() - Method in class org.tmatesoft.svn.core.wc2.SvnSetProperty
Returns property name.
getPropertyReceiver() - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteSetProperty
Returns operation's property receiver.
getPropertyValue() - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteSetProperty
Returns the property's value.
getPropertyValue() - Method in class org.tmatesoft.svn.core.wc2.SvnSetProperty
Returns property value.
getPropertyValueProvider() - Method in class org.tmatesoft.svn.core.wc2.SvnSetProperty
Returns property value provider callback
getPropName() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetProperty
 
getPropName() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetRevisionProperty
 
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.
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.
getReceiver() - Method in class org.tmatesoft.svn.core.wc2.SvnReceivingOperation
Returns client's object receiver.
getRecordedSize() - Method in class org.tmatesoft.svn.core.wc2.SvnWorkingCopyInfo
Returns last changed file size.
getRecordedTime() - Method in class org.tmatesoft.svn.core.wc2.SvnWorkingCopyInfo
Return last changed item's time.
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
 
getRelativeToDirectory() - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
 
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.
getRemoteNodeStatus() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
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.
getRemoteRevision() - Method in class org.tmatesoft.svn.core.wc2.SvnGetStatus
Returns the remove revision of the target.
getRemoteURL() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Gets the item's latest repository location.
getRepositoryChangedAuthor() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Gets the item's last changed author.
getRepositoryChangedDate() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Gets the item's last changed date.
getRepositoryChangedRevision() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Gets the item's last revision.
getRepositoryFile() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Returns the repository version of the file.
getRepositoryKind() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Returns the kind of the item got from the repository.
getRepositoryLabel() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Returns the repository file label.
getRepositoryLock() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Gets the file item's repository lock.
getRepositoryNodeStatus() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Returns the node status of the item got from the repository.
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.SVNClientManager
Returns the repository pool used by this client manager.
getRepositoryPool() - Method in interface org.tmatesoft.svn.core.wc2.ISvnOperationOptionsProvider
Gets the operation's pool of repositories.
getRepositoryPool() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Gets the operation's pool of repositories, provided by SvnOperationFactory.getRepositoryPool().
getRepositoryPool() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Gets the pool of repositories.
getRepositoryPropertiesStatus() - Method in class org.tmatesoft.svn.core.wc2.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.
getRepositoryRelativePath() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
getRepositoryRelativePath() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Returns the item's repository relative path.
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.
getRepositoryRoot() - Method in class org.tmatesoft.svn.core.SVNDirEntry
Returns the entry's repository root URL.
getRepositoryRoot() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryOperation
 
getRepositoryRoot() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryReceivingOperation
 
getRepositoryRoots() - Method in class org.tmatesoft.svn.core.wc2.SvnCommitPacket
Returns all unique repository root URLs of all commit items in the commit packet
getRepositoryRootURL() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the repository root url (where the repository itself is installed).
getRepositoryRootURL() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
getRepositoryRootUrl() - Method in class org.tmatesoft.svn.core.wc2.SvnInfo
Gets the repository root url (where the repository itself is installed).
getRepositoryRootUrl() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Returns the item's repository root URL.
getRepositorySize() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Returns the size of the file in the repository.
getRepositoryTextStatus() - Method in class org.tmatesoft.svn.core.wc2.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.
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).
getRepositoryUUID() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
getRepositoryUuid() - Method in class org.tmatesoft.svn.core.wc2.SvnInfo
Gets the repository Universal Unique IDentifier (UUID).
getRepositoryUuid() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Gets the repository Universal Unique IDentifier (UUID).
getReposRoot(File, SVNURL, SVNRevision, SVNAdminArea, SVNWCAccess) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Deprecated.  
getReposRoot(File, SVNURL, SVNRevision) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Returns the root of the repository.
getResolvedPegRevision() - Method in class org.tmatesoft.svn.core.wc2.SvnTarget
Calls getResolvedPegRevision with SVNRevision.HEAD, SVNRevision.WORKING as default values
getResolvedPegRevision(SVNRevision, SVNRevision) - Method in class org.tmatesoft.svn.core.wc2.SvnTarget
Returns target's peg revision if defined, if not defined determines whether target is remote or local, and returns corresponding default revision
getResultDumpStream() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryFilter
 
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.
getReturnResult() - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotateItem
Gets whether or not item was handled.
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.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.wc.admin.SVNAdminEvent
Returns a revision.
getRevision() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminPath
Returns a 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.wc2.SvnAnnotateItem
Gets modification revision.
getRevision() - Method in class org.tmatesoft.svn.core.wc2.SvnCommitItem
Returns the revision number the repository was committed to.
getRevision() - Method in class org.tmatesoft.svn.core.wc2.SvnCopySource
Returns the revision of the source.
getRevision() - Method in class org.tmatesoft.svn.core.wc2.SvnInfo
Gets the item's revision.
getRevision() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Gets revision to operate on.
getRevision() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Gets the item's current working revision.
getRevisionNumber() - Method in class org.tmatesoft.svn.core.wc2.SvnGetProperties
Sets properties revision number, only for revision properties.
getRevisionNumber() - Static method in class org.tmatesoft.svn.util.Version
Deprecated. use getRevisionString instead
getRevisionObject(long) - Static method in class org.tmatesoft.svn.core.io.SVNRepository
 
getRevisionProperties() - Method in class org.tmatesoft.svn.core.io.SVNFileRevision
Returns revision properties.
getRevisionProperties(long, SVNProperties) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Returns unversioned revision properties for a particular revision.
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(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.
getRevisionProperties() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
 
getRevisionProperties() - Method in class org.tmatesoft.svn.core.wc2.AbstractSvnCommit
Gets custom revision properties for the operation.
getRevisionProperties(String, SvnCommitItem[], SVNProperties) - Method in interface org.tmatesoft.svn.core.wc2.hooks.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.
getRevisionProperties() - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotateItem
Gets the properties of modification revision.
getRevisionProperties() - Method in class org.tmatesoft.svn.core.wc2.SvnLog
Returns what properties should be retrieved.
getRevisionProperties() - Method in class org.tmatesoft.svn.core.wc2.SvnLogMergeInfo
Returns all revision ranges for those log should be reported.
getRevisionPropertyValue(long, String) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Gets the value of an unversioned property.
getRevisionRanges() - Method in class org.tmatesoft.svn.core.wc2.SvnLog
Returns all revision ranges for those log should be reported.
getRevisionRanges() - Method in class org.tmatesoft.svn.core.wc2.SvnMerge
Returns the collection of SvnRevisionRange ranges.
getRevisionString() - Static method in class org.tmatesoft.svn.util.Version
 
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.
getRunner() - Method in class org.tmatesoft.svn.core.wc2.SvnCommitPacket
Returns commit packet's runner.
getSchedule() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the item's schedule status.
getSchedule() - Method in class org.tmatesoft.svn.core.wc2.SvnWorkingCopyInfo
Returns SvnSchedule attribute, null if not scheduled.
getSecondaryWcGeneration() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Returns secondary working copy generation.
getSecondSource() - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
 
getSecondSource() - Method in class org.tmatesoft.svn.core.wc2.SvnDiffSummarize
 
getSecondSource() - Method in class org.tmatesoft.svn.core.wc2.SvnMerge
Returns second source for merge between two sources.
getShard() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Returns the number of the shard packed.
getShortName() - Method in class org.tmatesoft.svn.util.SVNLogType
 
getShortVersionString() - Static method in class org.tmatesoft.svn.util.Version
 
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.
getSize() - Method in class org.tmatesoft.svn.core.wc2.SvnInfo
Gets the file size.
getSource() - Method in class org.tmatesoft.svn.core.wc2.SvnCheckout
Gets a repository location from where a working copy will be checked out.
getSource() - Method in class org.tmatesoft.svn.core.wc2.SvnCopySource
Returns the copy source target, can be working copy file or URL with optional pegRevision.
getSource() - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
Gets the diff's source with start and end revisions for one-target type of operation.
getSource() - Method in class org.tmatesoft.svn.core.wc2.SvnDiffSummarize
Gets the diff's source with start and end revisions for one-target type of operation.
getSource() - Method in class org.tmatesoft.svn.core.wc2.SvnExport
Returns export's source - working copy path or repository URL.
getSource() - Method in class org.tmatesoft.svn.core.wc2.SvnImport
Returns import operation's source.
getSource() - Method in class org.tmatesoft.svn.core.wc2.SvnLogMergeInfo
Returns merge source, can represent URL or working copy path.
getSource() - Method in class org.tmatesoft.svn.core.wc2.SvnMerge
Returns source for merge between revisions and reintegrate merge.
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.
getSources() - Method in class org.tmatesoft.svn.core.wc2.SvnCopy
Returns operation's all copy sources, object containing information about what to copy.
getSources() - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteCopy
Returns all operation's sources.
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.
getSrcRepositoryRoot() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryHotCopy
 
getSrcURL() - Method in class org.tmatesoft.svn.core.wc.admin.SVNSyncInfo
Returns the url of the source repository.
getSSLKind() - Method in class org.tmatesoft.svn.core.auth.SVNSSLAuthentication
 
getStart() - Method in class org.tmatesoft.svn.core.wc2.SvnRevisionRange
Returns range's start revision
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.SVNMergeRange
Returns the start revision of this merge range.
getStartRevision() - Method in class org.tmatesoft.svn.core.wc.SVNRevisionRange
Returns the start revision of this range.
getStartRevision() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCopyRevisionProperties
 
getStartRevision() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryDump
 
getStartRevision() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryVerify
 
getStartRevision() - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotate
Gets the revision of the operation to start from.
getStartRevision() - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
 
getStartRevision() - Method in class org.tmatesoft.svn.core.wc2.SvnDiffSummarize
 
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.
getSVNPropertyValue(String) - Method in class org.tmatesoft.svn.core.SVNProperties
Returns a property value as an SVNPropertyValue.
getSVNVersion() - Static method in class org.tmatesoft.svn.util.Version
 
getSwitchTarget() - Method in class org.tmatesoft.svn.core.wc2.SvnSwitch
Returns the repository location as a target against which the item will be switched.
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
 
getTargetPaths() - Method in class org.tmatesoft.svn.core.wc2.SvnLog
Returns all relative paths what should be reported for each target.
getTargets() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Returns all targets of the operation.
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.
getTextStatus() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Gets the working copy local item's contents status type.
getTextTime() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Gets the value of the item's SVNProperty.TEXT_TIME property.
getToURL() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCopyRevisionProperties
 
getToURL() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryInitialize
 
getToURL() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositorySynchronize
 
getToUrl() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositorySyncInfo
 
getToUrl() - Method in class org.tmatesoft.svn.core.wc2.SvnRelocate
Gets the new beginning part for the repository location or full repository location that will overwrite target's repository URL.
getTrailUrl() - Method in class org.tmatesoft.svn.core.wc2.SvnGetStatusSummary
Returns URL for checking whether target was switched by comparing with target's URL.
getTransactionName() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCat
 
getTransactionName() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetAuthor
 
getTransactionName() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetChanged
 
getTransactionName() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetChangedDirectories
 
getTransactionName() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetDate
 
getTransactionName() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetDiff
 
getTransactionName() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetInfo
 
getTransactionName() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetLog
 
getTransactionName() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetProperties
 
getTransactionName() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetProperty
 
getTransactionName() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetRevisionProperties
 
getTransactionName() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetRevisionProperty
 
getTransactionName() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetTree
 
getTransactions() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryRemoveTransactions
 
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.
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.
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.auth.SVNAuthentication
 
getURL() - Method in class org.tmatesoft.svn.core.SVNDirEntry
Returns the entry's URL.
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.
getUrl() - Method in class org.tmatesoft.svn.core.wc2.SvnCommitItem
Returns commit item's repository URL.
getUrl() - Method in class org.tmatesoft.svn.core.wc2.SvnDiffStatus
Returns URL of the item.
getUrl() - Method in class org.tmatesoft.svn.core.wc2.SvnInfo
Gets the item's URL - its repository location.
getURL() - Method in class org.tmatesoft.svn.core.wc2.SvnTarget
Returns target's URL, if target is not URL returns null.
getUserAgent() - Static method in class org.tmatesoft.svn.util.Version
 
getUserData() - Method in class org.tmatesoft.svn.core.wc2.SvnObject
Returns user data.
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.
getUuid() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCreate
 
getUUID() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositorySetUUID
 
getUuidAction() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryLoad
 
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".
getVersionString() - Static method in class org.tmatesoft.svn.util.Version
 
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.
getWcContext() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Returns working copy context.
getWCFile() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Returns the working copy file as it presents in the working copy.
getWcGeneration() - Method in interface org.tmatesoft.svn.core.wc2.ISvnOperationRunner
Returns runner's working copy generation it is able to operate on.
getWcInfo() - Method in class org.tmatesoft.svn.core.wc2.SvnInfo
Gets working copy info.
getWCPath() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Returns the path of the working copy file.
getWcRoot() - Method in class org.tmatesoft.svn.core.wc2.SvnWorkingCopyInfo
Return item's working copy root.
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() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
 
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.
getWorkingCopyRoot(File, boolean) - Static method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Searches working copy root path by the versioned directory.
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

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.
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.
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.
handleEvent(SVNEvent, double) - Method in class org.tmatesoft.svn.core.replicator.SVNRepositoryReplicator
Does nothing.
handleEvent(SVNEvent, double) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminBasicClient
Dispatches events to the registered event handler (if any).
handleEvent(SVNEvent, double) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAdapter
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.SVNEventAdapter
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.
handleExternal(File, SVNURL, SVNRevision, SVNRevision, String, SVNRevision) - Method in interface org.tmatesoft.svn.core.wc2.hooks.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.
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.
HAS_PROP_MODS - Static variable in class org.tmatesoft.svn.core.SVNProperty
"has-prop-mods" SVN untweakable metaproperty.
HAS_PROPS - Static variable in class org.tmatesoft.svn.core.SVNProperty
"has-props" SVN untweakable metaproperty.
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.
hasChildWithErrorCode(SVNErrorCode) - Method in class org.tmatesoft.svn.core.SVNErrorMessage
 
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.
hasEncoding() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Says whether this generator is using any special (non-native) charset for outputting diffs.
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.
hasFileTargets() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Analyzes the targets and returns whether or not operation has at least one file in targets.
hasFlag(int) - Method in class org.tmatesoft.svn.core.wc2.SvnCommitItem
Checks whether commit item has the flag
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.
hashCode() - Method in class org.tmatesoft.svn.core.wc2.SvnChecksum
 
hashCode() - Method in class org.tmatesoft.svn.core.wc2.SvnCopySource
 
hasInstructions() - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Tells if this window is not empty, i.e. has got any instructions.
hasItem(File) - Method in class org.tmatesoft.svn.core.wc2.SvnCommitPacket
Tests if the commit packet contains the commit item with the path
hasLocalTargets() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Gets whether or not the operation has local targets.
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.
hasRemoteTargets() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Gets whether or not the operation has remote targets.
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.
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
 

I

ignorableWhitespace(char[], int, int) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
Does nothing.
IGNORE - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:ignore" SVN special property.
IGNORE_UUID - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNUUIDAction
A command to ignore any met uuid.
ILLEGAL_TARGET - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
IMMEDIATES - Static variable in class org.tmatesoft.svn.core.SVNDepth
D and its immediate children (D and its entries).
INAPPLICABLE - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
During some operations denotes that status info of item contents or properties is inapplicable.
includes(long) - Method in class org.tmatesoft.svn.core.SVNMergeRangeList
Runs through all merge ranges in this object and says, whether the specified revision falls between start and end revision of any of those ranges.
INCOMPLETE - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:incomplete" SVN untweakable metaproperty.
INCOMPLETE_DATA - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
INCORRECT_PARAMS - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
INFINITY - Static variable in class org.tmatesoft.svn.core.SVNDepth
D and all descendants (full recursion from D).
info(String, long) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Gives information about an entry located at the specified path in a particular revision.
INHERITED - Static variable in class org.tmatesoft.svn.core.SVNMergeInfoInheritance
Represents the way of requesting the explicit merge information for the element, if exists, otherwise inherited merge information from the nearest ancestor of the element.
init(String, String) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Initializes this generator with old and new diff anchor paths.
init(String, String) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Initializes the driver setting up the paths/URLs that should be compared, or root paths/URLs for those paths to which a diff operation should be restricted.
initDefaults() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryLoad
 
initDefaults() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryVerify
 
initDefaults() - Method in class org.tmatesoft.svn.core.wc2.SvnCanonicalizeUrls
 
initDefaults() - Method in class org.tmatesoft.svn.core.wc2.SvnExport
 
initDefaults() - Method in class org.tmatesoft.svn.core.wc2.SvnGetInfo
 
initDefaults() - Method in class org.tmatesoft.svn.core.wc2.SvnGetStatus
 
initDefaults() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
 
initDefaults() - Method in class org.tmatesoft.svn.core.wc2.SvnReceivingOperation
 
initDefaults() - Method in class org.tmatesoft.svn.core.wc2.SvnRelocate
 
initDefaults() - Method in class org.tmatesoft.svn.core.wc2.SvnScheduleForAddition
 
initDefaults() - Method in class org.tmatesoft.svn.core.wc2.SvnScheduleForRemoval
 
INSTANCE_POOL - Static variable in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Deprecated.  
instructions() - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Returns an iterator to read instructions in series.
instructions(boolean) - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Returns an iterator to read instructions in series.
intersect(SVNMergeRangeList, boolean) - Method in class org.tmatesoft.svn.core.SVNMergeRangeList
Finds the intersection of this range list and rangeList and places the result into a new SVNMergeRangeList object.
intersects(SVNMergeRange, boolean) - Method in class org.tmatesoft.svn.core.SVNMergeRange
Says whether this range intersects the specified range depending on inheritance or not.
INVALID_DIFF_OPTION - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
INVALID_REVISION - Static variable in class org.tmatesoft.svn.core.io.SVNRepository
Is used as an initialization value in cases, when revision is not defined, often represents HEAD revision
IO_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
IO_CORRUPT_EOL - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
IO_ERROR - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
IO_INCONSISTENT_EOL - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
IO_PIPE_FRAME_ERROR - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
IO_PIPE_READ_ERROR - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
IO_UNIQUE_NAMES_EXHAUSTED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
IO_UNKNOWN_EOL - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
IO_WRITE_ERROR - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
isAdded() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
Determines if the item is to be added to version control.
isAddParents() - Method in class org.tmatesoft.svn.core.wc2.SvnScheduleForAddition
Returns whether to recurse up path's directory and look for a versioned directory.
isAllowAllForwardMergesFromSelf() - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Says to a merge driver whether to allow all forward merges or not.
isAllowMixedRevisions() - Method in class org.tmatesoft.svn.core.wc2.SvnMerge
Returns whether to allow merge target to have mixed revisions.
isAllowMixedRevisionsWCForMerge() - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
 
isAllowUnversionedObstructions() - Method in class org.tmatesoft.svn.core.wc2.AbstractSvnUpdate
Gets whether or not to allow tolerating unversioned items during update.
isApplicable(T, SvnWcGeneration) - Method in interface org.tmatesoft.svn.core.wc2.ISvnOperationRunner
Returns whether this runner is applicable for the operation on concrete working copy generation (1.7 or 1.6)
isApplyAutoProperties() - Method in class org.tmatesoft.svn.core.wc2.SvnImport
Gets whether to enable automatic properties
isApplyAutoProperties() - Method in class org.tmatesoft.svn.core.wc2.SvnScheduleForAddition
 
isAuthentication() - Method in class org.tmatesoft.svn.core.SVNErrorCode
Says if this error is an authentication error.
isAuthenticationForced() - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
Tells whether authentication should be tried despite not being challenged from the server yet.
isAuthenticationForced() - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
Checks whether client should send authentication credentials to a repository server not waiting for the server's challenge.
isAutoCloseContext() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Returns whether to dispose context when operation finishes.
isBinary() - Method in class org.tmatesoft.svn.core.SVNPropertyValue
Says whether the property value wrapped by this object is binary or not.
isBinary() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Tells whether this file is binary or textual.
isBinaryMimeType(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
Says if the given MIME-type corresponds to a binary (non-textual) type.
isBooleanProperty(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
Checks whether the property is boolean.
isBreakLock() - Method in class org.tmatesoft.svn.core.wc2.SvnUnlock
Gets whether or not the locks belonging to different users should be also unlocked ("broken")
isCancelled() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Gets whether or not the operation is cancelled.
isCertificatePath(String) - Static method in class org.tmatesoft.svn.core.auth.SVNSSLAuthentication
 
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryOperation
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotate
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnCat
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnCheckout
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnCleanup
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnCommit
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnCopy
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnDiffSummarize
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnExport
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnGetChangelistPaths
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnGetInfo
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnGetMergeInfo
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnGetProperties
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnGetStatus
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnGetStatusSummary
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnImport
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnList
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnLog
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnLogMergeInfo
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnMarkReplaced
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnMerge
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnRelocate
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteCopy
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteDelete
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteMkDir
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteSetProperty
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnResolve
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnRevert
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnScheduleForAddition
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnScheduleForRemoval
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnSetChangelist
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnSetLock
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnSetProperty
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnSuggestMergeSources
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnSwitch
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnUnlock
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnUpdate
Gets whether the operation changes working copy
isChangesWorkingCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnUpgrade
Gets whether the operation changes working copy
isCollectParentExternals() - Method in class org.tmatesoft.svn.core.wc2.SvnGetStatus
Only relevant for 1.6 working copies, obsolete (not used).
isCommitItemSkipped(SVNCommitItem) - Method in class org.tmatesoft.svn.core.wc.SVNCommitPacket
Determines if an item intended for a commit is set to be skipped - that is not to be committed.
isCommitted() - Method in class org.tmatesoft.svn.core.wc2.SvnGetStatusSummary
Returns whether to retrieve last committed revisions or current revisions.
isConflicted() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
isConflicted() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Returns whether the item is in conflict state.
isContentsModified() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
Determines if the Working Copy item has local edits to its contents.
isCopied() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
Determines if the item is to be added to version control with history.
isCopied() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Finds out if the item is added with history.
isCopied() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Finds out if the item is added with history.
isCopyContents() - Method in class org.tmatesoft.svn.core.wc.SVNCopySource
Tells whether the contents of this copy source should be copied rather than the copy source itself.
isCopyContents() - Method in class org.tmatesoft.svn.core.wc2.SvnCopySource
Tells whether the contents of this copy source should be copied rather than the copy source itself.
isDeleted() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
Determines if the item is to be deleted from version control.
isDeleteFiles() - Method in class org.tmatesoft.svn.core.wc2.SvnScheduleForRemoval
Returns whether files should be scheduled for deletion as well as deleted from the filesystem, or files should be only scheduled for addition and still be present in the filesystem.
isDeleteWCProperties() - Method in class org.tmatesoft.svn.core.wc2.SvnCleanup
Gets whether or not DAV specific "svn:wc:" properties should be removed from the working copy
isDepthAsSticky() - Method in class org.tmatesoft.svn.core.wc2.SvnGetStatus
Returns whether depth is sticky.
isDepthIsSticky() - Method in class org.tmatesoft.svn.core.wc2.SvnSwitch
Returns whether depth is sticky.
isDepthIsSticky() - Method in class org.tmatesoft.svn.core.wc2.SvnUpdate
Gets whether or not the requested depth should be written to the working copy.
isDiffAdded() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Tells whether added files must be diffed also.
isDiffAdded() - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Tells whether added files are enabled to be diffed.
isDiffAdded() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetDiff
 
isDiffCopied() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Tells whether deleted files must be diffed also.
isDiffCopied() - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Tells whether copied files are enabled to be diffed against their copy sources.
isDiffCopyFrom() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetDiff
 
isDiffDeleted() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Tells whether deleted files must be diffed also.
isDiffDeleted() - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Tells whether deleted files are enabled to be diffed.
isDiffDeleted() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetDiff
 
isDiffUnversioned() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Says if unversioned files are also diffed or ignored.
isDiffUnversioned() - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Says if unversioned files are also diffed or ignored.
isDir() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminPath
Says whether path is a directory or a file.
isDisableLocalModifications() - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteCopy
Sets whether to disable local modifications.
isDiscoverChangedPaths() - Method in class org.tmatesoft.svn.core.wc2.SvnLog
Returns whether to report of all changed paths for every revision being processed If true then the changed paths Map argument will be passed to a constructor of SVNLogEntry.
isDiscoverChangedPaths() - Method in class org.tmatesoft.svn.core.wc2.SvnLogMergeInfo
Returns whether to report of all changed paths for every revision being processed If true then the changed paths Map argument will be passed to a constructor of SVNLogEntry.
isDisjoint() - Method in class org.tmatesoft.svn.core.wc2.SvnCopy
Returns whether copy is disjoint working copy.
isDisposed() - Method in class org.tmatesoft.svn.core.wc.SVNCommitPacket
Determines if this object is disposed.
isDontShowErrorCode() - Method in class org.tmatesoft.svn.core.SVNErrorMessage
 
isDropEmptyRevisions() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryFilter
 
isDryRun() - Method in class org.tmatesoft.svn.core.wc2.SvnMerge
Returns whether the merge is carried out, and full notification feedback is provided, but the working copy is not modified.
isDryRun() - Method in class org.tmatesoft.svn.core.wc2.SvnScheduleForRemoval
Returns whether to check the possibility of delete operation without actual deleting
isEmpty() - Method in class org.tmatesoft.svn.core.SVNMergeRangeList
Checks whether this merge range list has no merge ranges.
isEmpty() - Method in class org.tmatesoft.svn.core.SVNProperties
Tells if this properties object holds no properties (empty).
isEmpty() - Method in class org.tmatesoft.svn.core.wc2.SvnCommitPacket
Tests whether the commit packet has commit items.
isEmpty(SVNURL) - Method in class org.tmatesoft.svn.core.wc2.SvnCommitPacket
Tests whether the commit packet has commit items with the repository root URL.
isEnableRevisionProperties() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCreate
 
isEnoent() - Method in exception org.tmatesoft.svn.core.SVNException
 
isEntryProperty(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
Says if the given property name starts with the SVNProperty.SVN_ENTRY_PREFIX prefix.
isEof() - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotateItem
Gets whether or not end of file reached.
isErrorCodeShouldShown() - Method in class org.tmatesoft.svn.core.SVNErrorMessage
 
isExclude() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryFilter
 
isExpandKeywords() - Method in class org.tmatesoft.svn.core.wc2.SvnCat
Gets whether or not all keywords presenting in the file and listed in the file's SVNProperty.KEYWORDSproperty (if set) should be substituted.
isExpandKeywords() - Method in class org.tmatesoft.svn.core.wc2.SvnExport
Gets whether or not all keywords presenting in the file and listed in the file's SVNProperty.KEYWORDSproperty (if set) should be substituted.
isExportExpandsKeywords() - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Says whether keywords expansion during export operations is turned on or not.
isFailWhenDstExists() - Method in class org.tmatesoft.svn.core.wc2.SvnCopy
Gets whether to fail if target already exists.
isFailWhenDstExists() - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteCopy
Gets whether to fail if target already exists.
isFetchActualOnly() - Method in class org.tmatesoft.svn.core.wc2.SvnGetInfo
Gets whether to fetch actual nodes, those are unversioned nodes that describe tree conflicts.
isFetchExcluded() - Method in class org.tmatesoft.svn.core.wc2.SvnGetInfo
Gets whether to fetch excluded items.
isFetchLocks() - Method in class org.tmatesoft.svn.core.wc2.SvnList
Returns whether to fetch locks information
isFile() - Method in class org.tmatesoft.svn.core.wc2.SvnTarget
Determines whether target represents file
isFileExternal() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Tells if this is an externals file or not.
isFileExternal() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Returns whether the item is the external file.
isFindMerged() - Method in class org.tmatesoft.svn.core.wc2.SvnLogMergeInfo
Returns whether to report merged revisions or eligible for merge revisions
isForce() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCreate
 
isForce() - Method in class org.tmatesoft.svn.core.wc2.SvnCommit
Sets whether or not to force a non-recursive commit; if depth is SVNDepth.INFINITY the force flag is ignored.
isForce() - Method in class org.tmatesoft.svn.core.wc2.SvnExport
Gets whether to overwrite files or directories.
isForce() - Method in class org.tmatesoft.svn.core.wc2.SvnImport
Gets whether to ignore files of unknown node types or not.
isForce() - Method in class org.tmatesoft.svn.core.wc2.SvnMerge
Returns whether to fail if merge involves deleting locally modified or unversioned items.
isForce() - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteSetProperty
Returns whether to skip validity checking of propertyName and propertyValue.
isForce() - Method in class org.tmatesoft.svn.core.wc2.SvnScheduleForAddition
Returns whether to throw exceptions on already-versioned items
isForce() - Method in class org.tmatesoft.svn.core.wc2.SvnScheduleForRemoval
Returns whether to force operation on unversioned or modified items.
isForce() - Method in class org.tmatesoft.svn.core.wc2.SvnSetProperty
Sets whether to skip validity checking.
isForcedBinaryDiff() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Tells if this generator forced binary files diff.
isForcedBinaryDiff() - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Tells whether to force diff even if files are binary.
isGitDiffFormat() - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
 
isHeaderForced(File, File) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
isIgnoreAllWhitespace() - Method in class org.tmatesoft.svn.core.wc.SVNDiffOptions
Says whether all whitespaces must be ignored while comparing files.
isIgnoreAmountOfWhitespace() - Method in class org.tmatesoft.svn.core.wc.SVNDiffOptions
Says whether amont of whitespaces must be ignored while comparing files.
isIgnoreAncestry() - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
Returns the paths ancestry should not be noticed while calculating differences.
isIgnoreAncestry() - Method in class org.tmatesoft.svn.core.wc2.SvnDiffSummarize
 
isIgnoreAncestry() - Method in class org.tmatesoft.svn.core.wc2.SvnMerge
Returns whether or not items being diffed will be checked for relatedness first.
isIgnoreAncestry() - Method in class org.tmatesoft.svn.core.wc2.SvnSwitch
Returns whether to ignore ancestry when calculating merges.
isIgnoreContentType() - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
 
isIgnoreEOLStyle() - Method in class org.tmatesoft.svn.core.wc.SVNDiffOptions
Says whether eol style must be ignored while comparing files.
isIgnoreExternals() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Determines if externals definitions are ignored.
isIgnoreExternals() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Tells wheter externals are ignored or not.
isIgnoreExternals() - Method in class org.tmatesoft.svn.core.wc2.AbstractSvnUpdate
Gets whether or not externals definitions should be ignored.
isIgnoreExternals() - Method in class org.tmatesoft.svn.core.wc2.SvnCanonicalizeUrls
Returns whether to ignore externals definitions.
isIgnoreExternals() - Method in class org.tmatesoft.svn.core.wc2.SvnCopy
Returns whether to ignore externals definitions.
isIgnoreExternals() - Method in class org.tmatesoft.svn.core.wc2.SvnRelocate
Returns whether to ignore externals definitions.
isIgnoreMimeType() - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotate
Gets whether or not operation should be run on all files treated as text, no matter what SVNKit has inferred from the mime-type property.
isIncludeCopyInfo() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetChanged
 
isIncludeIDs() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetHistory
 
isIncludeIDs() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetTree
 
isIncludeIgnored() - Method in class org.tmatesoft.svn.core.wc2.SvnScheduleForAddition
Return whether to add files or directories that match ignore patterns.
isIncremental() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryDump
 
isInheritable() - Method in class org.tmatesoft.svn.core.SVNMergeRange
Tells whether this merge range should be inherited by treewise descendants of the path to which the range applies.
isInvalidRevision(long) - Static method in class org.tmatesoft.svn.core.io.SVNRepository
 
isIsSaveMerged() - Method in class org.tmatesoft.svn.core.wc.SVNConflictResult
Says if the merged result should be saved or not to preserve changes made to it during conflict handling.
isKeepChangelists() - Method in class org.tmatesoft.svn.core.wc2.SvnCommit
Gets whether or not changelists should be removed.
isKeepLocks() - Method in class org.tmatesoft.svn.core.wc2.SvnCommit
Gets whether or not to unlock files in the repository.
isLastRevisionReported() - Method in class org.tmatesoft.svn.core.SVNAnnotationGenerator
This method is used by SVNKit internals and is not intended for API users.
isLeaveConflictsUnresolved() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Deprecated. this method should not be used anymore
isLine() - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotateItem
Gets whether or not item is line.
isLocal() - Method in class org.tmatesoft.svn.core.wc.SVNRevision
Determines if the revision represented by this abstract object is Working Copy specific - that is one of SVNRevision.BASE or SVNRevision.WORKING.
isLocal() - Method in class org.tmatesoft.svn.core.wc2.SvnCopySource
Calculates whether source is local and revision is local.
isLocal() - Method in class org.tmatesoft.svn.core.wc2.SvnTarget
Determines whether target is located in the local working copy and its peg revision is working copy specific.
isLocked() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
Determines whether the item needs to be locked.
isLocked() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Finds out if the item is locked (not a user lock but a driver's one when during an operation a Working Copy is locked in .svn administrative areas to prevent from other operations interrupting until the running one finishes).
isMakeParents() - Method in class org.tmatesoft.svn.core.wc2.SvnCopy
Gets whether to make parent folders if don't exist.
isMakeParents() - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteCopy
Gets whether to make parent folders if don't exist.
isMakeParents() - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteMkDir
Returns whether to create all non-existent parent directories
isMakeParents() - Method in class org.tmatesoft.svn.core.wc2.SvnUpdate
Gets whether or not intermediate directories should be made.
isMkDir() - Method in class org.tmatesoft.svn.core.wc2.SvnScheduleForAddition
Returns whether a directory at target's path also should be created
isModified() - Method in class org.tmatesoft.svn.core.wc2.SvnStatusSummary
Returns whether at least one of the items is changed in working copy.
isMove() - Method in class org.tmatesoft.svn.core.wc2.SvnCopy
Gets whether to do copy as move operation (delete, then add with history).
isMove() - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteCopy
Gets whether to do copy as move operation (delete, then add with history).
isNoDiffDeleted() - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
Returns whether to generate differences for deleted files.
isNonInheritable() - Method in class org.tmatesoft.svn.core.SVNLogEntry
 
isOmitDefaultPort() - Method in class org.tmatesoft.svn.core.wc2.SvnCanonicalizeUrls
Returns whether to remove all port numbers from URLs which equal to default ones.
isPartial() - Method in class org.tmatesoft.svn.core.auth.SVNAuthentication
Says if these credentials are partial.
isPre14Compatible() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCreate
 
isPre15Compatible() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCreate
 
isPre16Compatible() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCreate
 
isPre17Compatible() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCreate
 
isPreserveRevisionProperties() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryFilter
 
isPrimaryWcGenerationOnly() - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Returns whether the operations should work only on primary working copy generation (for example only on SVN 1.7 working copy) or on both primary and secondary generations.
isPropertiesModified() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
Determines if the Working Copy item has local edits to properties.
isPropertiesModified() - Method in class org.tmatesoft.svn.core.wc.SVNDiffStatus
Says whether properties of the Working Copy item are modified.
isPropertiesModified() - Method in class org.tmatesoft.svn.core.wc2.SvnDiffStatus
Returns whether properties of the working copy item are modified.
isPropertyConflict() - Method in class org.tmatesoft.svn.core.wc.SVNConflictDescription
Tells whether it's a property merge conflict or not.
isPropertyConflict() - Method in class org.tmatesoft.svn.core.wc.SVNPropertyConflictDescription
Returns true.
isPropertyConflict() - Method in class org.tmatesoft.svn.core.wc.SVNTextConflictDescription
Returns false.
isPropertyConflict() - Method in class org.tmatesoft.svn.core.wc.SVNTreeConflictDescription
Returns false.
isRecordOnly() - Method in class org.tmatesoft.svn.core.wc2.SvnMerge
Returns whether the merge isn't actually performed, but the mergeinfo for the revisions which would've been merged is recorded in the working copy (and must be subsequently committed back to the repository).
isRecursive() - Method in class org.tmatesoft.svn.core.SVNDepth
Returns a recursion boolean based on depth.
isRecursive() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetTree
 
isRecursive() - Method in class org.tmatesoft.svn.core.wc2.SvnRelocate
Returns whether to relocate entire tree of target if it is a directory.
isRegularProperty(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
Checks if a property is regular.
isReintegrate() - Method in class org.tmatesoft.svn.core.wc2.SvnMerge
Returns whether it is reintegrate merge.
isRemote() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
Finds out whether the item for which this SVNInfo is generated is local (located in a user's Working Copy) or remote (located in a repository).
isRemote() - Method in class org.tmatesoft.svn.core.wc2.SvnGetStatus
Returns whether to check up the status of the item in the repository, that will tell if the local item is out-of-date (like '-u' option in the SVN client's 'svn status' command)
isRemove() - Method in class org.tmatesoft.svn.core.wc2.SvnSetChangelist
Returns whether targets should be removed from changelist.
isRenumberRevisions() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryFilter
 
isReportAll() - Method in class org.tmatesoft.svn.core.wc2.SvnGetStatus
Returns whether to collect status information on all items including those ones that are in a 'normal' state (unchanged).
isReportExternals() - Method in class org.tmatesoft.svn.core.wc2.SvnGetStatus
Returns whether to report externals.
isReportIgnored() - Method in class org.tmatesoft.svn.core.wc2.SvnGetStatus
Returns whether to force the operation to collect information on items that were set to be ignored (like '--no-ignore' option in the SVN client's 'svn status' command to disregard default and 'svn:ignore' property ignores).
isResolveContents() - Method in class org.tmatesoft.svn.core.wc2.SvnResolve
Returns whether to resolve target's content conflict
isResolveProperties() - Method in class org.tmatesoft.svn.core.wc2.SvnResolve
Returns whether to resolve target's properties conflict
isResolveTree() - Method in class org.tmatesoft.svn.core.wc2.SvnResolve
Returns whether to resolve any target's tree conflict
isResultOfMerge() - Method in class org.tmatesoft.svn.core.io.SVNFileRevision
Tells whether this file revision is the result of a merge.
isResultOfMerge() - Method in class org.tmatesoft.svn.core.io.SVNLocationEntry
Tells if this path@revision is a result of a merge operation.
isRevertMissingDirectories() - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
 
isRevertMissingDirectories() - Method in class org.tmatesoft.svn.core.wc2.SvnRevert
 
isRevision() - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotateItem
Gets whether or not item is revision.
isRevisionProperties() - Method in class org.tmatesoft.svn.core.wc2.SvnGetProperties
Gets whether it is revision properties.
isRevisionProperty(String) - Static method in class org.tmatesoft.svn.core.SVNRevisionProperty
Says if the given revision property name is really a valid revision property name.
isRevisionProperty() - Method in class org.tmatesoft.svn.core.wc2.SvnSetProperty
Gets whether it is revision property.
isShowCopiesAsAdds() - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
 
isShowCopiesAsAdds() - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
Returns whether to report copies and moves as it were adds.
isSkipMissingMergeSources() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryFilter
 
isSleepForTimestamp() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Gets whether or not the operation should sleep after if fails.
isSparseCheckout() - Method in class org.tmatesoft.svn.core.wc2.SvnStatusSummary
Gets whether the items are result of "sparse" checkout.
isStealLock() - Method in class org.tmatesoft.svn.core.wc2.SvnSetLock
Gets whether or not all existing locks on the specified targets will be "stolen" from another user or working copy.
isStopOnCopy() - Method in class org.tmatesoft.svn.core.wc2.SvnLog
Returns whether to copy history (if any exists) should be traversed while harvesting revision logs for each targetPath.
isStorageAllowed() - Method in class org.tmatesoft.svn.core.auth.SVNAuthentication
Says if this credential may be cached in the global auth cache.
isString() - Method in class org.tmatesoft.svn.core.SVNPropertyValue
Says whether the property value wrapped by this object is String or not.
isSubtractiveMerge() - Method in class org.tmatesoft.svn.core.SVNLogEntry
 
isSVNKitProperty(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
Says if the given property name starts with the SVNProperty.SVNKIT_PREFIX.
isSVNProperty(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
Says if the given property name starts with the SVNProperty.SVN_PREFIX prefix or with the SVNProperty.SVNKIT_PREFIX.
isSwitched() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Finds out whether the item is switched to a different repository location.
isSwitched() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Returns whether the item is switched to a different repository location.
isSwitched() - Method in class org.tmatesoft.svn.core.wc2.SvnStatusSummary
Returns whether at least one of the items is switched to a different repository location.
isTextConflict() - Method in class org.tmatesoft.svn.core.wc.SVNConflictDescription
Says whether this object represents a text conflict.
isTextConflict() - Method in class org.tmatesoft.svn.core.wc.SVNPropertyConflictDescription
Returns false.
isTextConflict() - Method in class org.tmatesoft.svn.core.wc.SVNTextConflictDescription
Returns true.
isTextConflict() - Method in class org.tmatesoft.svn.core.wc.SVNTreeConflictDescription
Returns false.
isTextMimeType(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
Says if the given MIME-type corresponds to a text type.
isTreatAddsAsModifications() - Method in class org.tmatesoft.svn.core.wc2.SvnUpdate
Gets whether or not adds should be treated as modifications.
isTreeConflict() - Method in class org.tmatesoft.svn.core.wc.SVNConflictDescription
Says whether this object represents a tree conflict.
isTreeConflict() - Method in class org.tmatesoft.svn.core.wc.SVNPropertyConflictDescription
Returns false.
isTreeConflict() - Method in class org.tmatesoft.svn.core.wc.SVNTextConflictDescription
Returns false.
isTreeConflict() - Method in class org.tmatesoft.svn.core.wc.SVNTreeConflictDescription
Returns true.
isUpdateLocksOnDemand() - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Says whether the entire working copy should be locked while updating or not.
isUpdateLocksOnDemand() - Method in class org.tmatesoft.svn.core.wc2.AbstractSvnUpdate
Gets whether or not locks should be updated on demand.
isURL() - Method in class org.tmatesoft.svn.core.wc.SVNCopySource
Tells if this copy source is url.
isURL() - Method in class org.tmatesoft.svn.core.wc2.SvnTarget
Determines whether target represents URL
isUseCommitTimes() - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
Determines if the commit-times option is enabled.
isUseDelta() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryDump
 
isUseGitDiffFormat() - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
Returns whether to report in Git diff format.
isUseGlobalIgnores() - Method in class org.tmatesoft.svn.core.wc2.SvnImport
Gets whether to adds files or directories that match ignore patterns.
isUseMergeHistory() - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotate
Gets whether or not data based upon revisions which have been merged to targets also should be returned.
isUseMergeHistory() - Method in class org.tmatesoft.svn.core.wc2.SvnLog
Returns whether the log information for revisions which have been merged to targetPaths will also be returned.
isUseParentWcFormat() - Method in class org.tmatesoft.svn.core.wc2.SvnGetStatus
 
isUseParentWcFormat() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Gets whether or not to use parent working copy format.
isUseParentWcFormat() - Method in class org.tmatesoft.svn.core.wc2.SvnScheduleForAddition
 
isUsePostCommitHook() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryLoad
 
isUsePreCommitHook() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryLoad
 
isUTF8(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
Says if the given charset is the name of UTF-8 encoding.
isValid() - Method in class org.tmatesoft.svn.core.wc.SVNRevision
Checks if the revision information represented by this object is valid.
isValidRevision(long) - Static method in class org.tmatesoft.svn.core.io.SVNRepository
 
isValidRevisionNumber(long) - Static method in class org.tmatesoft.svn.core.wc.SVNRevision
Checks whether a revision number is valid.
isVersioned() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
isVersioned() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Returns whether the item is versioned.
isVersionedDirectory(File) - Static method in class org.tmatesoft.svn.core.wc.SVNWCUtil
Determines if a directory is under version control.
isVersionedDirectory(File) - Static method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Detects whether the directory is versioned directory.
isVersionedDirectory(File, boolean) - Static method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Detects whether the directory is versioned directory in or (not in) the addition mode.
isVirtual() - Method in class org.tmatesoft.svn.core.wc2.SvnCopy
Returns whether copy is virtual copy.
ISVNAddParameters - Interface in org.tmatesoft.svn.core.wc
The ISVNAddParameters is an interface for a callback which is invoked when there are inconsistent EOLs found in text files which are being scheduled for addition.
ISvnAddParameters - Interface in org.tmatesoft.svn.core.wc2
Represents callback that invokes when inconsistent EOLs are found in text files being scheduled for addition.
ISVNAddParameters.Action - Class in org.tmatesoft.svn.core.wc
This class is simply used to define an action add operation should undertake in case of a inconsistent EOLs.
ISvnAddParameters.Action - Enum in org.tmatesoft.svn.core.wc2
Describes an action add operation should undertake in case of a inconsistent EOLs.
ISVNAdminEventHandler - Interface in org.tmatesoft.svn.core.wc.admin
The ISVNAdminEventHandler is used in several methods of SVNAdminClient to notify callers of operation progress.
ISVNAnnotateHandler - Interface in org.tmatesoft.svn.core.wc
The ISVNAnnotateHandler interface should be implemented to be further provided to SVNLogClient's doAnnotate() methods for processing annotation information per each text line.
ISVNAuthenticationManager - Interface in org.tmatesoft.svn.core.auth
The ISVNAuthenticationManager is implemented by manager classes used by SVNRepository drivers for user authentication purposes.
ISVNAuthenticationManagerExt - Interface in org.tmatesoft.svn.core.auth
 
ISVNAuthenticationProvider - Interface in org.tmatesoft.svn.core.auth
The ISVNAuthenticationProvider interface is implemented by user credentials providers.
ISVNCanceller - Interface in org.tmatesoft.svn.core
The ISVNCanceller interface is used in SVNKit for cancelling operations.
ISVNChangedDirectoriesHandler - Interface in org.tmatesoft.svn.core.wc.admin
The ISVNChangedDirectoriesHandler is used to process changed directory paths.
ISVNChangeEntryHandler - Interface in org.tmatesoft.svn.core.wc.admin
The ISVNChangeEntryHandler is the interface for handling changed paths in SVNLookClient's doGetChanged() methods.
ISVNChangelistHandler - Interface in org.tmatesoft.svn.core.wc
The ISVNChangelistHandler is an interface for handlers used in changelist retrieval methods of SVNChangelistClient.
ISVNCommitHandler - Interface in org.tmatesoft.svn.core.wc
The ISVNCommitHandler should be implemented to provide an ability to manage commit log messages for items to be committed in a common transaction.
ISvnCommitHandler - Interface in org.tmatesoft.svn.core.wc2.hooks
Implementing this interface allows to manage commit log messages for items to be committed in a common transaction.
ISVNCommitParameters - Interface in org.tmatesoft.svn.core.wc
ISVNCommitParameters is the interface for parameters which set behaviour for a commit operation that touches still versioned files or dirs that are somehow missing.
ISvnCommitParameters - Interface in org.tmatesoft.svn.core.wc2
Interface describes the parameters defining behavior for the commit operation that touches still versioned files or directories that are somehow missing.
ISVNCommitParameters.Action - Class in org.tmatesoft.svn.core.wc
This class is simply used to define an action a commit operation should undertake in case of a missing file/directory.
ISvnCommitParameters.Action - Enum in org.tmatesoft.svn.core.wc2
Describes an instruction that operation should take if it meets unversioned or missing item.
ISVNConflictHandler - Interface in org.tmatesoft.svn.core.wc
The ISVNConflictHandler interface defines a callback for resolving conflicts during the application of a tree delta to a working copy.
ISVNConnectionListener - Interface in org.tmatesoft.svn.core.io
The ISVNConnectionListener is an interface for listeners which are invoked by SVNRepository when its connection is opened or closed.
ISVNDebugLog - Interface in org.tmatesoft.svn.util
 
ISVNDeltaConsumer - Interface in org.tmatesoft.svn.core.io
The ISVNDeltaConsumer interface is implemented by receivers of diff windows.
ISVNDiffGenerator - Interface in org.tmatesoft.svn.core.wc
The ISVNDiffGenerator should be implemented by drivers generating contents difference between files in order to be used in 'diff' operations performed by SVNDiffClient.
ISVNDiffStatusHandler - Interface in org.tmatesoft.svn.core.wc
The ISVNDiffStatusHandler is used to handle diff status operations supported by the SVNDiffClient.
ISVNDirEntryHandler - Interface in org.tmatesoft.svn.core
The ISVNDirEntryHandler interface is used to handle information about directory entries while retrieving dir contents.
ISVNEditor - Interface in org.tmatesoft.svn.core.io
The ISVNEditor interface is used by SVNRepository to update versioned files/dirs, check out files/dirs from a repository, commit changes to a repository, take status of files/dirs, get differences between files.
ISVNEventHandler - Interface in org.tmatesoft.svn.core.wc
The ISVNEventHandler interface should be implemented in order to be further provided to an SVN*Client object as a handler of a sequence of events generated by SVN*Client's do*() methods.
ISVNExternalsHandler - Interface in org.tmatesoft.svn.core.wc
The ISVNExternalsHandler provides interface for user defined callbacks which are used to skip externals definitions processing in some operations.
ISvnExternalsHandler - Interface in org.tmatesoft.svn.core.wc2.hooks
Implementing this interface allows handle an external definition and control whether to skip externals definitions processing in some operations.
ISVNFileCheckoutTarget - Interface in org.tmatesoft.svn.core.io
The ISVNFileCheckoutTarget interface is used in the SVNRepository.checkoutFiles(long, String[], ISVNFileCheckoutTarget) method to receive versioned file data from the repository.
ISVNFileFilter - Interface in org.tmatesoft.svn.core.wc
ISVNFileFilter is used by SVNCommitClient during an import operation to filter out undesired paths, so that those paths do not get to a repository.
ISvnFileListHook - Interface in org.tmatesoft.svn.core.wc2.hooks
Implementing this interface allows to providing file list for directory.
ISVNFileRevisionHandler - Interface in org.tmatesoft.svn.core.io
The ISVNFileRevisionHandler interface should be implemented for handling information about file revisions - that is file path, properties, revision properties against a particular revision.
ISVNGNUDiffGenerator - Interface in org.tmatesoft.svn.core.wc.admin
The ISVNGNUDiffGenerator is the interface for diff generators used in diff operations of SVNLookClient.
ISVNHistoryHandler - Interface in org.tmatesoft.svn.core.wc.admin
The ISVNHistoryHandler is used in history retrieving operations of SVNLookClient.
ISVNInfoHandler - Interface in org.tmatesoft.svn.core.wc
The ISVNInfoHandler interface should be implemented in order to be further provided to some of SVNWCClient's doInfo() methods to process information about Working Copy as well as remote (located in a repository) items.
ISVNLocationEntryHandler - Interface in org.tmatesoft.svn.core.io
This public interface should be implemented for using within SVNRepository.getLocations(String, long, long[], ISVNLocationEntryHandler).
ISVNLocationSegmentHandler - Interface in org.tmatesoft.svn.core.io
The ISVNLocationSegmentHandler is an interface for location segment handlers which is used in the SVNRepository.getLocationSegments(String, long, long, long, ISVNLocationSegmentHandler) method.
ISVNLockHandler - Interface in org.tmatesoft.svn.core.io
The ISVNLockHandler interface is used to provide some extra processing of locked/unlocked paths.
ISVNLogEntryHandler - Interface in org.tmatesoft.svn.core
The ISVNLogEntryHandler interface should be implemented in order to handle per revision commit information (in a kind of a revisions history operation)- log entries (represented by SVNLogEntry objects).
ISVNMerger - Interface in org.tmatesoft.svn.core.wc
ISVNMerger is the merge driver interface used by SVNKit in merging operations.
ISvnMerger - Interface in org.tmatesoft.svn.core.wc2
Merge driver interface used by SVNKit in merging operations.
ISVNMergerFactory - Interface in org.tmatesoft.svn.core.wc
The ISVNMergerFactory interface should be implemented in order to be used as a factory of merger drivers intended for merging operations.
ISvnObjectReceiver<T> - Interface in org.tmatesoft.svn.core.wc2
This interface describes the operation that can receive object(s).
ISvnOperationHandler - Interface in org.tmatesoft.svn.core.wc2
 
ISvnOperationOptionsProvider - Interface in org.tmatesoft.svn.core.wc2
Implementing this interface allows to handle the operation options: event handler, canceler, options, pool of repositories and authentication manager.
ISvnOperationRunner<V,T extends SvnOperation<V>> - Interface in org.tmatesoft.svn.core.wc2
This interface describes Svn* operation runner.
ISVNOptions - Interface in org.tmatesoft.svn.core.wc
The ISVNOptions interface should be implemented to manage global run-time configuration options.
ISVNPathListHandler - Interface in org.tmatesoft.svn.core.wc
The ISVNPathListHandler is used by SVN*Client classes as a callback in operations performed on multiple paths.
ISVNPropertyHandler - Interface in org.tmatesoft.svn.core.wc
The ISVNPropertyHandler interface should be implemented to be further provided to SVNWCClient's property managing methods for handling properties.
ISVNPropertyValueProvider - Interface in org.tmatesoft.svn.core.wc
The ISVNPropertyValueProvider interface should be implemented to be further provided to SVNWCClient.doSetProperty(java.io.File, ISVNPropertyValueProvider, boolean, org.tmatesoft.svn.core.SVNDepth, ISVNPropertyHandler, java.util.Collection) method for defining properties to change.
ISvnPropertyValueProvider - Interface in org.tmatesoft.svn.core.wc2.hooks
Implementing this interface allows to define properties to change.
ISVNProxyManager - Interface in org.tmatesoft.svn.core.auth
The ISVNProxyManager interface is used to manage http server options.
ISVNReplayHandler - Interface in org.tmatesoft.svn.core.io
The ISVNReplayHandler is used in SVNRepository.replayRange(long, long, long, boolean, ISVNReplayHandler) to provide and editor for replaying a revision.
ISVNReplicationHandler - Interface in org.tmatesoft.svn.core.replicator
The ISVNReplicationHandler is the interface for the handlers which are registered to a repository replicator to keep track of the replicating process.
ISVNReporter - Interface in org.tmatesoft.svn.core.io
The ISVNReporter interface provides methods to describe the state of local paths in order to get the differences in revisions between those local paths and what is actually in the repository.
ISVNReporterBaton - Interface in org.tmatesoft.svn.core.io
The ISVNReporterBaton interface should be implemented by callers of update, checkout, etc. operations of SVNRepository drivers in order to describe the state of local items.
ISVNRepositoryPool - Interface in org.tmatesoft.svn.core.wc
The ISVNRepositoryPool interface is used by SVN*Client objects to create a low-level SVN protocol driver that allows them to directly work with a repository.
ISVNSession - Interface in org.tmatesoft.svn.core.io
The ISVNSession interface provides some extra handling operations over SVNRepository objects.
ISVNSSHHostVerifier - Interface in org.tmatesoft.svn.core.auth
 
ISVNStatusFileProvider - Interface in org.tmatesoft.svn.core.wc
 
ISVNStatusHandler - Interface in org.tmatesoft.svn.core.wc
The ISVNStatusHandler interface should be implemented in order to be further provided to some of SVNStatusClient's doStatus() methods to handle status information of Working Copy items.
ISVNTreeHandler - Interface in org.tmatesoft.svn.core.wc.admin
The ISVNTreeHandler is used in traversing tree operations of SVNLookClient.
ISVNTunnelProvider - Interface in org.tmatesoft.svn.core.io
The ISVNTunnelProvider is the interface for providers of tunnel command lines matching a specific "svn+xxx" tunnel scheme.
ISVNWorkspaceMediator - Interface in org.tmatesoft.svn.core.io
The ISVNWorkspaceMediator interface is used for temporary data storage (mainly instructions and new text data for deltas) as well as for caching and getting some kind of wcprops.
isWarning() - Method in class org.tmatesoft.svn.core.SVNErrorMessage
Returns true if this message is a warning message, not error one.
isWC17Supported() - Static method in class org.tmatesoft.svn.core.wc.SVNBasicClient
 
isWcLocked() - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Finds out if the item is locked (not a user lock but a driver's one when during an operation a working copy is locked in .svn administrative areas to prevent from other operations interrupting until the running one finishes).
isWith17Compatible() - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCreate
 
isWorkingCopyProperty(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
Says if the given property name starts with the SVNProperty.SVN_WC_PREFIX prefix.
isWorkingCopyRoot(File) - Static method in class org.tmatesoft.svn.core.wc.SVNWCUtil
Determines if a directory is the root of the Working Copy.
isWorkingCopyRoot(File, boolean) - Static method in class org.tmatesoft.svn.core.wc.SVNWCUtil
Deprecated. use SVNWCUtil.isWorkingCopyRoot(File)} instead
isWorkingCopyRoot(File) - Static method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Detects whether the versioned directory is working copy root.
ITEM_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
'item' attribute.
ITER_BREAK - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 

K

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

L

last() - Method in class org.tmatesoft.svn.core.wc2.SvnReceivingOperation
Returns last received object from the list.
LAST_AUTHOR - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:last-author" SVN untweakable metaproperty.
LAST_MERGED_REVISION - Static variable in class org.tmatesoft.svn.core.SVNRevisionProperty
"svn:sync-last-merged-rev" revision property.
length - Variable in class org.tmatesoft.svn.core.io.diff.SVNDiffInstruction
A length bytes to copy.
LINE_NUMBER_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
'line-number' tag.
linkPath(SVNURL, String, String, long, boolean) - Method in interface org.tmatesoft.svn.core.io.ISVNReporter
Deprecated. use ISVNReporter.linkPath(SVNURL, String, String, long, SVNDepth, boolean) instead
linkPath(SVNURL, String, String, long, SVNDepth, boolean) - Method in interface org.tmatesoft.svn.core.io.ISVNReporter
Describes a local path as being at a particular revision to switch the path to a different repository location.
LIST_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
'list' tag.
listFiles(File) - Method in interface org.tmatesoft.svn.core.wc2.hooks.ISvnFileListHook
Returns Map of file names with the corresponding File objects containing files in parent
LISTS_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
'lists' tag.
loadDiffInstructions(SVNDiffInstruction[]) - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Returns an array of instructions of this window.
lock(Map, String, boolean, ISVNLockHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Locks path(s) at definite revision(s).
lock() - Method in class org.tmatesoft.svn.core.io.SVNRepository
 
lock(boolean) - Method in class org.tmatesoft.svn.core.io.SVNRepository
 
LOCK - Static variable in class org.tmatesoft.svn.core.SVNRevisionProperty
"svn:sync-lock" revision property.
LOCK - Static variable in class org.tmatesoft.svn.core.wc2.SvnCommitItem
 
LOCK_COMMENT - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:lock-comment" SVN untweakable metaproperty.
LOCK_CREATION_DATE - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:lock-creation-date" SVN untweakable metaproperty.
LOCK_FAILED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that locking a file item failed.
LOCK_INAPPLICABLE - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
During some operations denotes that lock status is inapplicable.
LOCK_LISTED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
A next lock is fetched from the repository.
LOCK_LOCKED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
During an operation denotes that the file item's locked.
LOCK_OWNER - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:lock-owner" SVN untweakable metaproperty.
LOCK_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
'lock' tag.
LOCK_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
'lock' tag.
LOCK_TOKEN - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:lock-token" SVN untweakable metaproperty.
LOCK_UNCHANGED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
During an operation denotes that the lock status wasn't changed.
LOCK_UNKNOWN - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
No lock information is known.
LOCK_UNLOCKED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
During an operation (like an update) denotes that the file item's lock was broken in the repositry by some other user.
LOCKED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that the file item is locked as a result of a locking operation.
log(String[], long, long, boolean, boolean, ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Traverses revisions history.
log(String[], long, long, boolean, boolean, long, ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Traverses revisions history.
log(String[], long, long, boolean, boolean, long, boolean, String[], ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Invokes handler on each log message from startRevision to endRevision.
log(String[], Collection, long, long, boolean, boolean) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Traverses revisions history and returns a collection of log entries.
LOG - Static variable in class org.tmatesoft.svn.core.SVNRevisionProperty
An "svn:log" revision property - the one that stores a log message attached to a revision during a commit operation.
log(SVNLogType, Throwable, Level) - Method in interface org.tmatesoft.svn.util.ISVNDebugLog
 
log(SVNLogType, String, Level) - Method in interface org.tmatesoft.svn.util.ISVNDebugLog
 
log(SVNLogType, String, byte[]) - Method in interface org.tmatesoft.svn.util.ISVNDebugLog
 
LOG_REVPROPS - Static variable in class org.tmatesoft.svn.core.io.SVNCapability
Represents the capability of retrieving arbitrary revision properties.
LOG_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
'log' tag.
LOGENTRY_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
'logentry' tag.
logError(SVNLogType, String) - Method in interface org.tmatesoft.svn.util.ISVNDebugLog
 
logError(SVNLogType, Throwable) - Method in interface org.tmatesoft.svn.util.ISVNDebugLog
 
logError(SVNLogType, String) - Method in class org.tmatesoft.svn.util.SVNDebugLogAdapter
 
logError(SVNLogType, Throwable) - Method in class org.tmatesoft.svn.util.SVNDebugLogAdapter
 
logFine(SVNLogType, Throwable) - Method in interface org.tmatesoft.svn.util.ISVNDebugLog
 
logFine(SVNLogType, String) - Method in interface org.tmatesoft.svn.util.ISVNDebugLog
 
logFine(SVNLogType, Throwable) - Method in class org.tmatesoft.svn.util.SVNDebugLogAdapter
 
logFine(SVNLogType, String) - Method in class org.tmatesoft.svn.util.SVNDebugLogAdapter
 
logFiner(SVNLogType, Throwable) - Method in interface org.tmatesoft.svn.util.ISVNDebugLog
 
logFiner(SVNLogType, String) - Method in interface org.tmatesoft.svn.util.ISVNDebugLog
 
logFiner(SVNLogType, Throwable) - Method in class org.tmatesoft.svn.util.SVNDebugLogAdapter
 
logFiner(SVNLogType, String) - Method in class org.tmatesoft.svn.util.SVNDebugLogAdapter
 
logFinest(SVNLogType, Throwable) - Method in interface org.tmatesoft.svn.util.ISVNDebugLog
 
logFinest(SVNLogType, String) - Method in interface org.tmatesoft.svn.util.ISVNDebugLog
 
logFinest(SVNLogType, Throwable) - Method in class org.tmatesoft.svn.util.SVNDebugLogAdapter
 
logFinest(SVNLogType, String) - Method in class org.tmatesoft.svn.util.SVNDebugLogAdapter
 
logImpl(String[], long, long, boolean, boolean, long, boolean, String[], ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
 
logSevere(SVNLogType, String) - Method in interface org.tmatesoft.svn.util.ISVNDebugLog
 
logSevere(SVNLogType, Throwable) - Method in interface org.tmatesoft.svn.util.ISVNDebugLog
 
logSevere(SVNLogType, String) - Method in class org.tmatesoft.svn.util.SVNDebugLogAdapter
 
logSevere(SVNLogType, Throwable) - Method in class org.tmatesoft.svn.util.SVNDebugLogAdapter
 
longValue(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
Converts a string representation of a numeric value to a long value.

M

MALFORMED_FILE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
MALFUNC_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
markExternal() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Marks the item as an external.
merge(SVNMergeRangeList) - Method in class org.tmatesoft.svn.core.SVNMergeRangeList
Merges two range lists placing the results into a new SVNMergeRangeList object.
MERGE - Static variable in class org.tmatesoft.svn.core.wc.SVNOperation
Merge operation.
MERGE_BEGIN - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that a merge operation (to path) has begun.
MERGE_COMPLETE - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
MERGE_ELIDE_INFO - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
MERGE_INFO - Static variable in class org.tmatesoft.svn.core.io.SVNCapability
Represents the capability of the repository to support merge-tracking information.
MERGE_INFO - Static variable in class org.tmatesoft.svn.core.SVNProperty
 
MERGE_INFO_NONINHERITABLE_STRING - Static variable in class org.tmatesoft.svn.core.SVNMergeRangeList
A string that is used in mergeinfo to mark the mergeinfo as being non-inheritable.
MERGE_INFO_PARSE_ERROR - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
MERGE_RECORD_INFO - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
MERGE_RECORD_INFO_BEGIN - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
MERGED - Static variable in class org.tmatesoft.svn.core.wc.SVNConflictChoice
Constant saying to choose the merged version of the file to resolve the conflict here and now.
MERGED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
During an operation (like an update or merge) denotes that the file item contents or file/directory item properties were merged with changes that came from the repository, so that local modifications and arrived ones do not overlap.
MERGED_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
'merged' tag.
mergeProperties(String, SVNProperties, SVNProperties, SVNProperties, SVNProperties, SVNAdminArea, SVNLog, boolean, boolean) - Method in interface org.tmatesoft.svn.core.wc.ISVNMerger
Given adminArea/localPath and property changes (propDiff) based on serverBaseProps, merges the changes into the working copy.
mergeProperties(ISvnMerger, File, SVNNodeKind, SVNConflictVersion, SVNConflictVersion, SVNProperties, SVNProperties, SVNProperties, SVNProperties, boolean, boolean) - Method in interface org.tmatesoft.svn.core.wc2.ISvnMerger
Merges the property changes propChanges based on serverBaseProperties into the working copy localAbsPath
mergeRevision(long) - Method in class org.tmatesoft.svn.core.SVNMergeRangeList
 
mergeText(SVNMergeFileSet, boolean, SVNDiffOptions) - Method in interface org.tmatesoft.svn.core.wc.ISVNMerger
Performs a text merge.
mergeText(ISvnMerger, File, File, File, File, File, String, String, String, SVNDiffOptions) - Method in interface org.tmatesoft.svn.core.wc2.ISvnMerger
Performs a text merge.
MIME_TYPE - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:mime-type" SVN special property.
MINE_CONFLICT - Static variable in class org.tmatesoft.svn.core.wc.SVNConflictChoice
Constant saying to choose the own (for conflicted hunks) version of the file to resolve the conflict here and now.
MINE_FULL - Static variable in class org.tmatesoft.svn.core.wc.SVNConflictChoice
Constant saying to choose the own version of the file to resolve the conflict here and now.
MISC_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
MISSING - Static variable in class org.tmatesoft.svn.core.wc.SVNConflictReason
Constant saying that an object is unknown or missing.
MISSING - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
Denotes that the item is versioned but missing (deleted from the fylesystem).
MODIFIED - Static variable in interface org.tmatesoft.svn.core.wc.admin.ISVNGNUDiffGenerator
The type of modification denoting modification.
MSCAPI - Static variable in class org.tmatesoft.svn.core.auth.SVNSSLAuthentication
 
MSG_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
'msg' tag.
myLocation - Variable in class org.tmatesoft.svn.core.io.SVNRepository
 
myRepositoryRoot - Variable in class org.tmatesoft.svn.core.io.SVNRepository
 
myRepositoryUUID - Variable in class org.tmatesoft.svn.core.io.SVNRepository
 

N

NAME - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:name" SVN untweakable metaproperty.
NAME_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
'name' tag.
nameSet() - Method in class org.tmatesoft.svn.core.SVNProperties
Returns a set of property names contained by this object.
NATIVE - Static variable in class org.tmatesoft.svn.core.SVNProperty
Default value for the SVNProperty.CHARSET property denoting that the native charset should be used to encode a file during translation.
NEAREST_ANCESTOR - Static variable in class org.tmatesoft.svn.core.SVNMergeInfoInheritance
Represents the way of requesting the merge information from the element's nearest ancestor, regardless of whether the element has explicit info.
NEEDS_LOCK - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:needs-lock" SVN special property.
needsHomohenousTargets() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
 
NETWORK - Static variable in class org.tmatesoft.svn.util.SVNLogType
 
newInstance() - Static method in class org.tmatesoft.svn.core.replicator.SVNRepositoryReplicator
Creates a new repository replicator.
newInstance() - Static method in class org.tmatesoft.svn.core.wc.SVNClientManager
Creates a new instance of this class using default ISVNOptions and ISVNAuthenticationManager drivers.
newInstance(ISVNOptions) - Static method in class org.tmatesoft.svn.core.wc.SVNClientManager
Creates a new instance of this class using the provided ISVNOptions and default ISVNAuthenticationManager drivers.
newInstance(ISVNOptions, ISVNAuthenticationManager) - Static method in class org.tmatesoft.svn.core.wc.SVNClientManager
Creates a new instance of this class using the provided ISVNOptions and ISVNAuthenticationManager drivers.
newInstance(ISVNOptions, ISVNRepositoryPool) - Static method in class org.tmatesoft.svn.core.wc.SVNClientManager
Creates a new instance of this class using the provided config driver and creator of of SVNRepository objects.
newInstance(DefaultSVNOptions, String, String) - Static method in class org.tmatesoft.svn.core.wc.SVNClientManager
Creates a new instance of this class using the provided ISVNOptions driver and user's credentials to make a default implementation of ISVNAuthenticationManager use them.
NO_AUTH_FILE_PATH - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
NO_DIFF - Static variable in interface org.tmatesoft.svn.core.wc.admin.ISVNGNUDiffGenerator
The type of modification denoting that no diff is available after a header.
NO_MERGE - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
 
NO_POOL - Static variable in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Deprecated.  
NODE_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
NODE_UNEXPECTED_KIND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
NODE_UNKNOWN_KIND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
NONE - Static variable in class org.tmatesoft.svn.core.SVNNodeKind
This node kind is used to say that a node is missing
NONE - Static variable in class org.tmatesoft.svn.core.wc.SVNOperation
None.
NOOP - Static variable in interface org.tmatesoft.svn.core.wc2.ISvnOperationHandler
 
NORMALIZED_PROPERTIES - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
 
normalizeRevisionProperties(SVNProperties) - Static method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
 
normalizeString(String) - Static method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
 
NOT_LOCKED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
Says that a path is not locked.
NULL - Static variable in interface org.tmatesoft.svn.core.ISVNCanceller
Default implementation which never throws an SVNCancelException (never cancels).
NULL - Static variable in class org.tmatesoft.svn.core.SVNCommitInfo
Denotes an unsuccessful commit.
NULL - Static variable in interface org.tmatesoft.svn.core.wc.ISVNPropertyHandler
This is just a default implementation which does nothing.

O

OBSTRUCTED - Static variable in class org.tmatesoft.svn.core.wc.SVNConflictReason
Constant saying that another object is in the way.
OBSTRUCTED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
Denotes that the item has an unexpected kind or somehow damaged or can not be managed by an operation.
offset - Variable in class org.tmatesoft.svn.core.io.diff.SVNDiffInstruction
An offset in the source from where the bytes should be copied.
onDirectoryDeletion(File) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNCommitParameters
Returns true.
onDirectoryDeletion(File) - Method in interface org.tmatesoft.svn.core.wc.ISVNCommitParameters
Instructs whether to remove the local directory after commit or not.
onDirectoryDeletion(File) - Method in interface org.tmatesoft.svn.core.wc2.ISvnCommitParameters
Instructs whether to remove the local directory after commit or not.
onFileDeletion(File) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNCommitParameters
Returns true.
onFileDeletion(File) - Method in interface org.tmatesoft.svn.core.wc.ISVNCommitParameters
Instructs whether to remove the local file after commit or not.
onFileDeletion(File) - Method in interface org.tmatesoft.svn.core.wc2.ISvnCommitParameters
Instructs whether to remove the local file after commit or not.
onInconsistentEOLs(File) - Method in interface org.tmatesoft.svn.core.wc.ISVNAddParameters
Receives a file with inconsistent EOLs and returns an action which should be performed against this file.
onInconsistentEOLs(File) - Method in interface org.tmatesoft.svn.core.wc2.ISvnAddParameters
Receives a file with inconsistent EOLs and returns an action which should be performed against this file.
onMissingDirectory(File) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNCommitParameters
Says a committer to abort the operation.
onMissingDirectory(File) - Method in interface org.tmatesoft.svn.core.wc.ISVNCommitParameters
Returns the action a commit operation should undertake if there's a missing directory under commit scope that is not however scheduled for deletion.
onMissingDirectory(File) - Method in interface org.tmatesoft.svn.core.wc2.ISvnCommitParameters
Returns the action a commit operation should undertake if there's a missing directory under commit scope that is not however scheduled for deletion.
onMissingFile(File) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNCommitParameters
Says a committer to skip a missing file.
onMissingFile(File) - Method in interface org.tmatesoft.svn.core.wc.ISVNCommitParameters
Returns the action a commit operation should undertake if there's a missing file under commit scope that is not however scheduled for deletion.
onMissingFile(File) - Method in interface org.tmatesoft.svn.core.wc2.ISvnCommitParameters
 
openDir(String, long) - Method in interface org.tmatesoft.svn.core.io.ISVNEditor
Opens a directory.
openDir(String, long) - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
Opens a corresponding path in the target repository.
openFile(String, long) - Method in interface org.tmatesoft.svn.core.io.ISVNEditor
Opens a file.
openFile(String, long) - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
Opens a file.
openRevision(SVNFileRevision) - Method in interface org.tmatesoft.svn.core.io.ISVNFileRevisionHandler
Handles a file revision info.
openRevision(SVNFileRevision) - Method in class org.tmatesoft.svn.core.SVNAnnotationGenerator
Handles a next revision.
openRoot(long) - Method in interface org.tmatesoft.svn.core.io.ISVNEditor
Opens the root directory on which the operation was invoked.
openRoot(long) - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
Starts a next replication transaction.
openTag(String) - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
 
org.tmatesoft.svn.core - package org.tmatesoft.svn.core
This package mostly contains common classes as well as interfaces used throughout all the library.
org.tmatesoft.svn.core.auth - package org.tmatesoft.svn.core.auth
This package contains interfaces/classes used by the library to authenticate a user to a repository server.
org.tmatesoft.svn.core.io - package org.tmatesoft.svn.core.io
This package provides a low-level API for direct interacting with a Subversion repository on the SVN protocol level.
org.tmatesoft.svn.core.io.diff - package org.tmatesoft.svn.core.io.diff
This package contains the classes necessary for such purposes as: generating delta windows upon comparing target bytes against source ones (also may be vs. empty), applying delta windows to files, serializing windows to byte buffers.
org.tmatesoft.svn.core.replicator - package org.tmatesoft.svn.core.replicator
This package provides classes that allow to replicate existing repositories.
org.tmatesoft.svn.core.wc - package org.tmatesoft.svn.core.wc
This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client.
org.tmatesoft.svn.core.wc.admin - package org.tmatesoft.svn.core.wc.admin
This package provides API for administrative managing Subversion repositories on a local machine.
org.tmatesoft.svn.core.wc.xml - package org.tmatesoft.svn.core.wc.xml
This package gives an advantage to write annotation, status and log information in xml format to any SAX ContentHandler implementation.
org.tmatesoft.svn.core.wc2 - package org.tmatesoft.svn.core.wc2
NEW: this package contains command-style API to perform most of Subversion operations on the level of abstraction similar to that of the command line client.
org.tmatesoft.svn.core.wc2.admin - package org.tmatesoft.svn.core.wc2.admin
NEW: this package contains command-style API to perform most of Subversion operations that works directly on local repository on the level of abstraction similar to that of the command line client.
org.tmatesoft.svn.core.wc2.hooks - package org.tmatesoft.svn.core.wc2.hooks
NEW: this package contains callback interfaces for the new WC2 API.
org.tmatesoft.svn.util - package org.tmatesoft.svn.util
 
ORIGINAL_DATE - Static variable in class org.tmatesoft.svn.core.SVNRevisionProperty
The fs revision property that stores a commit's "original" date.
OWNER_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
'owner' tag.
OWNER_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
'owner' tag.

P

PACK_END - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
Informs of a next shard packing end.
PACK_START - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
Informs of a next shard packing start.
parse(String) - Static method in class org.tmatesoft.svn.core.wc.SVNRevision
Parses an input string and be it a representation of either a revision number, or a timestamp, or a revision keyword, constructs an SVNRevision representation of the revision.
parseKind(String) - Static method in class org.tmatesoft.svn.core.SVNNodeKind
Parses the passed string and finds out the node kind.
parseURIDecoded(String) - Static method in class org.tmatesoft.svn.core.SVNURL
Parses the given decoded (not UTF-8 encoded) url string and creates a new SVNURL representation for this url.
parseURIEncoded(String) - Static method in class org.tmatesoft.svn.core.SVNURL
Parses the given UTF-8 encoded url string and creates a new SVNURL representation for this url.
PARTIAL_REPLAY - Static variable in class org.tmatesoft.svn.core.io.SVNCapability
Represents the capability of replaying a directory in the repository (partial replay).
PASSWORD - Static variable in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
A simple password credential kind ("svn.simple")
PATCH - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
PATCH_APPLIED_HUNK - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
PATCH_REJECTED_HUNK - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
PATH_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
'path' attribute.
PATH_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
'path' attribute.
PATH_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
'path' attribute.
PATH_NONEXISTENT - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
PATH_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
'path' tag.
PATHS_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
'paths' tag.
PLUGIN_LOAD_FAILURE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
POSTPONE - Static variable in class org.tmatesoft.svn.core.wc.SVNConflictChoice
Constant saying: don't resolve the conflict now.
PRESENT_PROPS - Static variable in class org.tmatesoft.svn.core.SVNProperty
"present-props" SVN untweakable metaproperty.
PREVIOUS - Static variable in class org.tmatesoft.svn.core.wc.SVNRevision
Denotes the revision just before the one when an item was last changed (technically, COMMITTED - 1).
processingInstruction(String, String) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
Does nothing.
PROGRESS - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Reserved for future purposes.
PROP_REJECT_FILE - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:prop-reject-file" SVN untweakable metaproperty.
PROP_TIME - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:prop-time" SVN untweakable metaproperty.
PROPERTIES_SEPARATOR - Static variable in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
PROPERTY_ADD - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
PROPERTY_DELETE - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
PROPERTY_DELETE_NONEXISTENT - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
PROPERTY_MODIFY - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
PROPERTY_NOT_FOUND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
PROPS_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
'props' attribute.
PROPS_MODIFIED - Static variable in class org.tmatesoft.svn.core.wc2.SvnCommitItem
 
providePropertyValues(File, SVNProperties) - Method in interface org.tmatesoft.svn.core.wc.ISVNPropertyValueProvider
Defines local item's properties to be installed.
providePropertyValues(File, SVNProperties) - Method in interface org.tmatesoft.svn.core.wc2.hooks.ISvnPropertyValueProvider
Defines local item's properties to be installed.
pushRange(long, long, boolean) - Method in class org.tmatesoft.svn.core.SVNMergeRangeList
Appends a new merge range to the end of the ranges list.
put(String, SVNPropertyValue) - Method in class org.tmatesoft.svn.core.SVNProperties
Stores a new mapping propertyName to propertyValue in this object.
put(String, String) - Method in class org.tmatesoft.svn.core.SVNProperties
Stores a new property name-to-value mapping in this object.
put(String, byte[]) - Method in class org.tmatesoft.svn.core.SVNProperties
Stores a new property name-to-value mapping in this object.
putAll(SVNProperties) - Method in class org.tmatesoft.svn.core.SVNProperties
Puts all properties from the specified properties object to this object.

R

RA_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_ALREADY_EXISTS - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_CONN_TIMEOUT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_CREATING_REQUEST - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_FORBIDDEN - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_INVALID_CONFIG_VALUE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_MALFORMED_DATA - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_OPTIONS_REQ_FAILED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_PATH_NOT_FOUND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_PROPPATCH_FAILED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_PROPS_NOT_FOUND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_RELOCATED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_REQUEST_FAILED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_RESPONSE_HEADER_BADNESS - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_DAV_SOCK_INIT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_ILLEGAL_URL - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_LOCAL_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_LOCAL_REPOS_NOT_FOUND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_LOCAL_REPOS_OPEN_FAILED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_NO_REPOS_UUID - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_NOT_AUTHORIZED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_NOT_IMPLEMENTED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_NOT_LOCKED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_OUT_OF_DATE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_PARTIAL_REPLAY_NOT_SUPPORTED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_REPOS_ROOT_URL_MISMATCH - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_SERF_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_SVN_BAD_VERSION - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_SVN_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_SVN_CMD_ERR - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_SVN_CONNECTION_CLOSED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_SVN_IO_ERROR - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_SVN_MALFORMED_DATA - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_SVN_REPOS_NOT_FOUND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_SVN_UNKNOWN_CMD - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_UNKNOWN_AUTH - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_UNSUPPORTED_ABI_VERSION - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
RA_UUID_MISMATCH - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
receive(SvnTarget, T) - Method in interface org.tmatesoft.svn.core.wc2.ISvnObjectReceiver
Receives object with is target.
receive(SvnTarget, T) - Method in class org.tmatesoft.svn.core.wc2.SvnReceivingOperation
Receives the object, adds it to objects list and calls client's receiver if exists.
RECOVERY_STARTED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
Says that a recovery process is about to start.
recurseFromDepth(SVNDepth) - Static method in class org.tmatesoft.svn.core.SVNDepth
Based on depth determines if it is recursive or not.
registerOperationRunner(Class<?>, ISvnOperationRunner<?, ? extends SvnOperation<?>>) - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
 
registerProtocol(String, int) - Static method in class org.tmatesoft.svn.core.SVNURL
Sets the default protocol for a repository access protocol.
registerRepositoryFactory(String, SVNRepositoryFactory) - Static method in class org.tmatesoft.svn.core.io.SVNRepositoryFactory
 
REJECTED - Static variable in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationProvider
Denotes that a user credential is rejected by a server.
REMOTE_STATUS_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
'repos-status' tag.
remove(SVNMergeRangeList, boolean) - Method in class org.tmatesoft.svn.core.SVNMergeRangeList
 
remove(String) - Method in class org.tmatesoft.svn.core.SVNProperties
Removes the specified property from this properties object.
removeConnectionListener(ISVNConnectionListener) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Removes the specified connection listener from the collection of connection listeners held by this object.
removeFromChangelist(File[], SVNDepth, String[]) - Method in class org.tmatesoft.svn.core.wc.SVNChangelistClient
Deprecated. use SVNChangelistClient.doRemoveFromChangelist(File[], SVNDepth, String[]) instead
removeNullValues() - Method in class org.tmatesoft.svn.core.SVNProperties
Removes all mappings which values are nulls from this object.
removePathTail() - Method in class org.tmatesoft.svn.core.SVNURL
Constructs a new SVNURL representation removing a tail path segment from the path component of this representation.
removeSkippedItems() - Method in class org.tmatesoft.svn.core.wc.SVNCommitPacket
 
REPLACE - Static variable in class org.tmatesoft.svn.core.wc.SVNConflictAction
Constant representing an attempt to replace an object.
REPLACED - Static variable in class org.tmatesoft.svn.core.wc.SVNConflictReason
Constant saying that an object is already replaced.
replay(long, long, boolean, ISVNEditor) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Replays the changes from the specified revision through the given editor.
replayRange(long, long, long, boolean, ISVNReplayHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Replays the changes from a range of revisions between startRevision and endRevision.
replayRangeImpl(long, long, long, boolean, ISVNReplayHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
 
replicateRepository(SVNRepository, SVNRepository, boolean) - Method in class org.tmatesoft.svn.core.replicator.SVNRepositoryReplicator
Replicates a repository either incrementally or totally.
replicateRepository(SVNRepository, SVNRepository, long, long) - Method in class org.tmatesoft.svn.core.replicator.SVNRepositoryReplicator
Replicates a range of repository revisions.
report(ISVNReporter) - Method in interface org.tmatesoft.svn.core.io.ISVNReporterBaton
Makes a report describing the state of local items in order to get the differences between the local items and what actually is in a repository.
REPORT_ERROR - Static variable in interface org.tmatesoft.svn.core.wc.ISVNAddParameters
Rules not to add file but to report an error, i.e. throw an exception
reportAnnotations(ISVNAnnotateHandler, String) - Method in class org.tmatesoft.svn.core.SVNAnnotationGenerator
Dispatches file lines along with author & revision info to the provided annotation handler.
REPOS - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:repos" SVN untweakable metaproperty.
REPOS_BAD_ARGS - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
REPOS_BAD_REVISION_REPORT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
REPOS_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
REPOS_DISABLED_FEATURE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
REPOS_HOOK_FAILURE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
REPOS_LOCKED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
REPOS_NO_DATA_FOR_REPORT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
REPOS_POST_COMMIT_HOOK_FAILED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
REPOS_POST_LOCK_HOOK_FAILED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
REPOS_POST_UNLOCK_HOOK_FAILED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
REPOS_UNSUPPORTED_VERSION - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
requestClientAuthentication(String, SVNURL, String, SVNErrorMessage, SVNAuthentication, boolean) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationProvider
Returns a next user credential of the specified kind for the given authentication realm.
RESERVED_FILENAME_SPECIFIED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
reset(SvnWcGeneration) - Method in interface org.tmatesoft.svn.core.wc2.ISvnOperationRunner
Resets runner's working copy generation.
RESOLVED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that the conflict on the item is resolved (the item is marked resolved).
RESTORE - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that the deleted item is restored (prior to be updated).
reverse() - Method in class org.tmatesoft.svn.core.SVNMergeRangeList
Reverses this range list, and the start and end fields of each range in this range list, in place.
REVERT - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that all local changes to the item were reverted.
REVISION - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:revision" SVN untweakable metaproperty.
REVISION_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
'revision' attribute.
REVISION_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
'revision' attribute.
REVISION_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
'revision' attribute.
REVISION_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
'revision' attribute.
REVISION_DUMPED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
A 'next revision dumped' action.
REVISION_LOAD - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
An action that denotes a next revision load is started.
REVISION_LOAD_ADD_PATH - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
An action that denotes adding a next path within the current revision being loaded.
REVISION_LOAD_DELETE_PATH - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
An action that denotes deleting a next path within the current revision being loaded.
REVISION_LOAD_EDIT_PATH - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
An action that denotes editing a next path within the current revision being loaded.
REVISION_LOAD_REPLACE_PATH - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
An action that denotes replacing a next path within the current revision being loaded.
REVISION_LOADED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
An action that denotes a next revision load is completed.
REVISION_NUMBER_PARSE_ERROR - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
REVISION_PROPERTIES_COPIED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
Says that revision properties were copied.
revisionReplicated(SVNRepositoryReplicator, SVNCommitInfo) - Method in interface org.tmatesoft.svn.core.replicator.ISVNReplicationHandler
Notifies this handler that the replicator has just finished replicating the current revision copying operation.
revisionReplicating(SVNRepositoryReplicator, SVNLogEntry) - Method in interface org.tmatesoft.svn.core.replicator.ISVNReplicationHandler
Notifies this handler that the replicator is about to start a next revision copying operation.
REVPROP_DELETE - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
REVPROPER_SET - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
run(T) - Method in interface org.tmatesoft.svn.core.wc2.ISvnOperationRunner
Implementation of operation's run method for concrete working copy generation
run() - Method in class org.tmatesoft.svn.core.wc2.SvnCommit
If commit packet is null, calls SvnCommit.collectCommitItems() to create the commit packet, then executes the operation.
run() - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Executes the operation.
run(SvnOperation<?>) - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
 
run(Collection<T>) - Method in class org.tmatesoft.svn.core.wc2.SvnReceivingOperation
Initializes list for received objects with objects or creates an empty list, calls the operation's SvnOperation.run() method.
run() - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteCopy
Runs copy operation.
RUNTIME_POOL - Static variable in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Deprecated.  

S

saveCommitMessage(SVNRepository, long, String) - Method in interface org.tmatesoft.svn.core.io.ISVNSession
Caches a commit message for the given revision.
saveCommitMessage(SVNRepository, long, String) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Does nothing.
SCHEDULE - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:schedule" SVN untweakable metaproperty.
SCHEDULE_ADD - Static variable in class org.tmatesoft.svn.core.SVNProperty
One of the three possible values of the SVNProperty.SCHEDULE property - "add"
SCHEDULE_DELETE - Static variable in class org.tmatesoft.svn.core.SVNProperty
One of the three possible values of the SVNProperty.SCHEDULE property - "delete"
SCHEDULE_REPLACE - Static variable in class org.tmatesoft.svn.core.SVNProperty
One of the three possible values of the SVNProperty.SCHEDULE property - "replace"
sendDelta(String, InputStream, ISVNDeltaConsumer, boolean) - Method in class org.tmatesoft.svn.core.io.diff.SVNDeltaGenerator
Generates a series of diff windows of fixed size comparing target bytes (from target stream) against an empty file and sends produced windows to the provided consumer.
sendDelta(String, InputStream, long, InputStream, ISVNDeltaConsumer, boolean) - Method in class org.tmatesoft.svn.core.io.diff.SVNDeltaGenerator
Generates a series of diff windows of fixed size comparing target bytes (read from target stream) against source bytes (read from source stream), and sends produced windows to the provided consumer.
sendDelta(String, byte[], int, ISVNDeltaConsumer) - Method in class org.tmatesoft.svn.core.io.diff.SVNDeltaGenerator
Generates a series of diff windows of fixed size comparing target bytes (read from target stream) against an empty file, and sends produced windows to the provided consumer.
sendDelta(String, byte[], int, long, byte[], int, ISVNDeltaConsumer) - Method in class org.tmatesoft.svn.core.io.diff.SVNDeltaGenerator
Generates a series of diff windows of fixed size comparing targetLength of target bytes (read from target stream) against sourceLength of source bytes (read from source stream at offset sourceOffset), and sends produced windows to the provided consumer.
setActualProperties(SVNProperties) - Method in class org.tmatesoft.svn.core.wc2.SvnMergeResult
Sets all merge actual (working) properties.
setAddParameters(ISVNAddParameters) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Sets custom add parameters to this client object.
setAddParameters(ISvnAddParameters) - Method in class org.tmatesoft.svn.core.wc2.SvnScheduleForAddition
Sets operation's add parameters, whose controls inconsistent EOL's.
setAddParents(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnScheduleForAddition
Sets whether to recurse up path's directory and look for a versioned directory.
setAllowMixedRevisions(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnMerge
Sets whether to allow merge target to have mixed revisions.
setAllowMixedRevisionsWCForMerge(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
 
setAllowUnversionedObstructions(boolean) - Method in class org.tmatesoft.svn.core.wc2.AbstractSvnUpdate
Set whether or not to allow tolerating unversioned items during update.
setApplicalbeChangelists(Collection<String>) - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Sets changelists to operate only on members of.
setApplyAutoProperties(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnImport
Sets whether to enable automatic properties
setApplyAutoProperties(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnScheduleForAddition
 
setAuthenticationForced(boolean) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
Sets whether authentication should be forced or not.
setAuthenticationManager(ISVNAuthenticationManager) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Sets an authentication driver for this object.
setAuthenticationManager(ISVNAuthenticationManager) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Sets the given authentication instance to this pool and to all SVNRepository objects stored in this pool.
setAuthenticationManager(ISVNAuthenticationManager) - Method in interface org.tmatesoft.svn.core.wc.ISVNRepositoryPool
Updates authentication manager instance referenced by SVNRepository objects currently in the pool.
setAuthenticationManager(ISVNAuthenticationManager) - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Sets an authentication manager to this client manager.
setAuthenticationManager(ISVNAuthenticationManager) - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Sets operation's authentication manager.
setAuthenticationProvider(ISVNAuthenticationProvider) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
Does nothing.
setAuthenticationProvider(ISVNAuthenticationProvider) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
Sets a custom authentication provider that will provide user credentials for authentication.
setAuthentications(SVNAuthentication[]) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
Sets the given user credentials to this manager.
setAuthor(String) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setAutoCloseContext(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Sets whether to dispose context when operation finishes.
setBasePath(File) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Sets the base path that must be stripped from the front of the paths of compared files.
setBasePath(File) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Sets the root path for this diff generator.
setBaseProperties(SVNProperties) - Method in class org.tmatesoft.svn.core.wc2.SvnMergeResult
Sets all base (pristine) properties.
setBaseRevision(SVNRevision) - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteSetProperty
Sets operation's revision to change properties against
setBreakLock(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnUnlock
Sets whether or not the locks belonging to different users should be also unlocked ("broken")
setCanceller(ISVNCanceller) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Sets a canceller to this object.
setCanceller(ISVNCanceller) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Sets a canceller to be used in all SVNRepository objects produced by this pool.
setCanceller(ISVNCanceller) - Method in interface org.tmatesoft.svn.core.wc.ISVNRepositoryPool
Updates canceller instance referenced by SVNRepository objects currently in the pool.
setCanceller(ISVNCanceller) - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Sets a canceller to this client manager.
setCanceller(ISVNCanceller) - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Sets the cancel handler of the operation.
setCertificatePath(String) - Method in class org.tmatesoft.svn.core.auth.SVNSSLAuthentication
 
setChangedAuthor(String) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets the author who last changed the item.
setChangedDate(SVNDate) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets the timestamp when the item was last changed (committed).
setChangedRevision(long) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets the revision when the item was last changed (committed).
setChangelist(String) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets the name of the changelist which the working copy item, denoted by this object, belongs to.
setChangelist(String) - Method in class org.tmatesoft.svn.core.wc2.SvnWorkingCopyInfo
Sets changelist name assigned to item.
setChangelistName(String) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setChangelistName(String) - Method in class org.tmatesoft.svn.core.wc2.SvnSetChangelist
Sets the operation's changelist name.
setChangeType(char) - Method in class org.tmatesoft.svn.core.SVNLogEntryPath
 
setChecksum(SvnChecksum) - Method in class org.tmatesoft.svn.core.wc2.SvnWorkingCopyInfo
Sets checksum of the file.
setChildErrorMessage(SVNErrorMessage) - Method in class org.tmatesoft.svn.core.SVNErrorMessage
Sets a child error message for this one.
setCollectParentExternals(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnGetStatus
Only relevant for 1.6 working copies, obsolete (not used).
setCommitHander(ISVNCommitHandler) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Deprecated. use SVNCommitClient.setCommitHandler(ISVNCommitHandler) instead
setCommitHandler(ISVNCommitHandler) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Sets an implementation of ISVNCommitHandler to the commit handler that will be used during commit operations to handle commit log messages.
setCommitHandler(ISVNCommitHandler) - Method in class org.tmatesoft.svn.core.wc.SVNCopyClient
Sets an implementation of ISVNCommitHandler to the commit handler that will be used during commit operations to handle commit log messages.
setCommitHandler(ISVNCommitHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
Sets an implementation of ISVNCommitHandler to the commit handler that will be used during commit operations to handle commit log messages.
setCommitHandler(ISvnCommitHandler) - Method in class org.tmatesoft.svn.core.wc2.AbstractSvnCommit
Sets the commit handler for the operation.
setCommitItemSkipped(SVNCommitItem, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNCommitPacket
Sets or unsets a versioned item to be skipped - whether or not it should be committed.
setCommitMessage(String) - Method in class org.tmatesoft.svn.core.SVNDirEntry
This method is used by SVNKit internals and not intended for users (from an API point of view).
setCommitMessage(String) - Method in class org.tmatesoft.svn.core.wc2.AbstractSvnCommit
Sets commit log message.
setCommitParameters(ISVNCommitParameters) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
Sets commit parameters to use.
setCommitParameters(ISVNCommitParameters) - Method in class org.tmatesoft.svn.core.wc.SVNCopyClient
Sets commit parameters to use.
setCommitParameters(ISvnCommitParameters) - Method in class org.tmatesoft.svn.core.wc2.SvnCommit
Sets operation's parameters of the commit.
setCommitParameters(ISvnCommitParameters) - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteCopy
Sets operation's parameters of the commit.
setCommitted(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnGetStatusSummary
Sets whether to retrieve last committed revisions or current revisions.
setCommittedDate(Date) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setCommittedRevision(SVNRevision) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setConflictAction(SVNConflictAction) - Method in class org.tmatesoft.svn.core.wc.SVNConflictDescription
 
setConflictChoice(SVNConflictChoice) - Method in class org.tmatesoft.svn.core.wc2.SvnResolve
Sets kind of choice object for making decision while resolving.
setConflicted(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setConflicted(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets whether the item is in conflict state.
setConflictNewFile(File) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setConflictOldFile(File) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setConflicts(Collection<SVNConflictDescription>) - Method in class org.tmatesoft.svn.core.wc2.SvnWorkingCopyInfo
Sets the item's conflicts.
setConflictWrkFile(File) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setContentsModified(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
 
setContentsStatus(SVNStatusType) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Sets the item's contents status type.
setCopied(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets whether the item is in conflict state.
setCopyContents(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNCopySource
Sets whether to expand this copy source to its contents or not.
setCopyContents(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnCopySource
Sets whether to expand this copy source to its contents or not.
setCopyFromRevision(SVNRevision) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setCopyFromRevision(long) - Method in class org.tmatesoft.svn.core.wc2.SvnCommitItem
Sets revision number of the repository item from whose working copy item was copied.
setCopyFromRevision(long) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets the revision of the item's ancestor from which the item was copied (the item is added with history).
setCopyFromRevision(long) - Method in class org.tmatesoft.svn.core.wc2.SvnWorkingCopyInfo
Sets the revision of the item's ancestor from which the item was copied (the item is added with history).
setCopyFromURL(String) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setCopyFromUrl(SVNURL) - Method in class org.tmatesoft.svn.core.wc2.SvnCommitItem
Sets URL from whose the item was copied.
setCopyFromUrl(SVNURL) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets the URL (repository location) of the ancestor from which the item was copied.
setCopyFromUrl(SVNURL) - Method in class org.tmatesoft.svn.core.wc2.SvnWorkingCopyInfo
Sets the URL (repository location) of the ancestor from which the item was copied.
setCopyPath(String) - Method in class org.tmatesoft.svn.core.SVNLogEntryPath
 
setCopyRevision(long) - Method in class org.tmatesoft.svn.core.SVNLogEntryPath
 
setData(ByteBuffer) - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Sets a byte buffer containing instruction and new data bytes of this window.
setDebugLog(ISVNDebugLog) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Sets a logger to write debug log information to.
setDebugLog(ISVNDebugLog) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminBasicClient
Sets a logger to write debug log information to.
setDebugLog(ISVNDebugLog) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Sets a debug logger to be used in all SVNRepository objects produced by this pool.
setDebugLog(ISVNDebugLog) - Method in interface org.tmatesoft.svn.core.wc.ISVNRepositoryPool
Updates debug log instance referenced by SVNRepository objects currently in the pool.
setDebugLog(ISVNDebugLog) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Sets a logger to write debug log information to.
setDebugLog(ISVNDebugLog) - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Sets a logger to write debug log information to.
setDefaultLog(ISVNDebugLog) - Static method in class org.tmatesoft.svn.util.SVNDebugLog
 
setDeleteFiles(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnScheduleForRemoval
Sets whether files should be scheduled for deletion as well as deleted from the filesystem, or files should be only scheduled for addition and still be present in the filesystem.
setDeleteWCProperties(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnCleanup
Sets whether or not DAV specific "svn:wc:" properties should be removed from the working copy
setDepth(SVNDepth) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setDepth(SVNDepth) - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Sets the limit of the operation by depth.
setDepth(SVNDepth) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets the local item's depth.
setDepth(SVNDepth) - Method in class org.tmatesoft.svn.core.wc2.SvnWorkingCopyInfo
Sets the local item's depth.
setDepthAsSticky(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnGetStatus
 
setDepthIsSticky(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnSwitch
Sets whether depth is sticky.
setDepthIsSticky(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnUpdate
Sets whether or not the requested depth should be written to the working copy.
setDiffAdded(boolean) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Enables or disables diffing added files.
setDiffAdded(boolean) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Enables or disables generating differences for added files.
setDiffAdded(boolean) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetDiff
 
setDiffCopied(boolean) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Enables or disables copied files diffing.
setDiffCopied(boolean) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Enables or disables generating differences against copy source for copied files.
setDiffCopyFrom(boolean) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetDiff
 
setDiffDeleted(boolean) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Enables or disables diffing deleted files.
setDiffDeleted(boolean) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Enables or disables generating differences for deleted files.
setDiffDeleted(boolean) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetDiff
 
setDiffGenerator(ISVNGNUDiffGenerator) - Method in class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Sets a diff generator to be used in doGetDiff() methods of this class.
setDiffGenerator(ISVNDiffGenerator) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Sets the specified diff driver for this object to use for generating and writing file differences to an otput stream.
setDiffGenerator(ISVNDiffGenerator) - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
Sets operation's diff generator of type ISVNDiffGenerator.
setDiffGenerator(ISvnDiffGenerator) - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
Sets operation's diff generator.
setDiffOptions(SVNDiffOptions) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Sets diff options containing diff rules.
setDiffOptions(SVNDiffOptions) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
Sets diff options for this client to use in annotate operations.
setDiffOptions(SVNDiffOptions) - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotate
Sets diff options for the operation.
setDiffOptions(SVNDiffOptions) - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
Sets the operation's diff options controlling white-spaces and eol-styles.
setDiffUnversioned(boolean) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Includes or not unversioned files into diff processing.
setDiffUnversioned(boolean) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Includes or not unversioned files into diff processing.
setDigest(String) - Method in class org.tmatesoft.svn.core.wc2.SvnChecksum
Sets computed checksum value.
setDisableLocalModificationCopying(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNCopyClient
 
setDisableLocalModifications(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteCopy
Sets whether to disable local modifications.
setDiscoverChangedPaths(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnLog
Sets whether to report of all changed paths for every revision being processed If true then the changed paths Map argument will be passed to a constructor of SVNLogEntry.
setDiscoverChangedPaths(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnLogMergeInfo
Sets whether to report of all changed paths for every revision being processed If true then the changed paths Map argument will be passed to a constructor of SVNLogEntry.
setDisjoint(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnCopy
Sets whether copy is disjoint working copy.
setDocumentLocator(Locator) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
Does nothing.
setDontShowErrorCode(boolean) - Method in class org.tmatesoft.svn.core.SVNErrorMessage
 
setDropEmptyRevisions(boolean) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryFilter
 
setDroppedNodesCount(int) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Sets the total number of nodes dropped during dumpfiltering.
setDroppedRevisionsCount(long) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Sets the total number of revisions dropped during dumpfiltering.
setDryRun(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnMerge
Sets whether the merge is carried out, and full notification feedback is provided, but the working copy is not modified.
setDryRun(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnScheduleForRemoval
Sets whether to check the possibility of delete operation without actual deleting
setDumpStream(InputStream) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryFilter
 
setDumpStream(InputStream) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryLoad
 
setEnableRevisionProperties(boolean) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCreate
 
setEncoding(String) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Sets the encoding to use for diff output.
setEncoding(String) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Sets the encoding charset to be used for a diff output.
setEndRevision(long) - Method in class org.tmatesoft.svn.core.io.SVNLocationSegment
Sets the end revision of the segment.
setEndRevision(long) - Method in class org.tmatesoft.svn.core.SVNMergeRange
Sets the end revision of this merge range.
setEndRevision(long) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCopyRevisionProperties
 
setEndRevision(SVNRevision) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryDump
 
setEndRevision(SVNRevision) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryVerify
 
setEndRevision(SVNRevision) - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotate
Sets the revision of the operation to end with.
setEntry(SVNEntry) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Sets a WC entry for which this object is generated.
setEntryFields(int) - Method in class org.tmatesoft.svn.core.wc2.SvnList
Sets entry fields whose controls which fields in the SVNDirEntry are filled in.
setEntryProperties(Map) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setEOL(byte[]) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Sets the EOL bytes to use in diff output.
setEOL(byte[]) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Sets the EOL marker bytes to use in diff output.
setEolStyle(String) - Method in class org.tmatesoft.svn.core.wc2.SvnExport
Sets the string that denotes a specific End-Of-Line character.
setEventHandler(ISVNEventHandler) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminBasicClient
Sets an event handler for this object.
setEventHandler(ISVNEventHandler) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Sets an event handler for this object.
setEventHandler(ISVNEventHandler) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Sets an event handler for this object.
setEventHandler(ISVNEventHandler) - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Sets an event handler to all SVN*Client objects created and kept by this SVNClientManager.
setEventHandler(ISVNEventHandler) - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Sets the event handler for the operation.
setEventPathPrefix(String) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Deprecated.  
setExclude(boolean) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryFilter
 
setExpandKeywords(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnCat
Sets whether or not all keywords presenting in the file and listed in the file's SVNProperty.KEYWORDSproperty (if set) should be substituted.
setExpandKeywords(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnExport
Sets whether or not all keywords presenting in the file and listed in the file's SVNProperty.KEYWORDSproperty (if set) should be substituted.
setExportExpandsKeywords(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Sets whether keywords must be expanded during an export operation.
setExternalDiffCommand(String) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Sets an external diff program for producing the difference between files.
setExternalsHandler(ISVNExternalsHandler) - Method in class org.tmatesoft.svn.core.wc.SVNCopyClient
Sets an externals handler to be used by this client object.
setExternalsHandler(ISVNExternalsHandler) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Sets an externals handler to be used by this client object.
setExternalsHandler(ISvnExternalsHandler) - Method in class org.tmatesoft.svn.core.wc2.AbstractSvnUpdate
Sets externals handler.
setExternalsHandler(ISvnExternalsHandler) - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteCopy
Sets operation's externals handler.
setFailWhenDstExists(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnCopy
Sets whether to fail if target already exists.
setFailWhenDstExists(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteCopy
Sets whether to fail if target already exists.
setFallbackToAbsolutePath(boolean) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Controls whether error is reported on failure to compute relative display path, or absolute path is used instead.
setFetchActualOnly(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnGetInfo
Sets whether to fetch actual nodes, those are unversioned nodes that describe tree conflicts.
setFetchExcluded(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnGetInfo
Sets whether to fetch excluded items.
setFetchLocks(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnList
Sets whether to fetch locks information
setFile(File) - Method in class org.tmatesoft.svn.core.wc.SVNEvent
 
setFile(File) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setFile(File) - Method in class org.tmatesoft.svn.core.wc2.SvnDiffStatus
Sets File representation of the working copy item path.
setFileExternal(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets whether the item is the external file.
setFileListHook(ISvnFileListHook) - Method in class org.tmatesoft.svn.core.wc2.SvnGetStatus
Sets client's file list hook.
setFileSize(long) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets the item's file size.
setFilesProvider(ISVNStatusFileProvider) - Method in class org.tmatesoft.svn.core.wc.SVNStatusClient
 
setFindMerged(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnLogMergeInfo
Sets whether to report merged revisions or eligible for merge revisions
setFlags(int) - Method in class org.tmatesoft.svn.core.wc2.SvnCommitItem
Sets commit item's flags.
setForce(boolean) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCreate
 
setForce(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnCommit
Gets whether or not to force a non-recursive commit; if depth is SVNDepth.INFINITY the force flag is ignored.
setForce(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnExport
Sets whether to overwrite files or directories.
setForce(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnImport
Sets whether to ignore files of unknown node types or not.
setForce(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnMerge
Sets whether to fail if merge involves deleting locally modified or unversioned items.
setForce(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteSetProperty
Sets whether to skip validity checking of propertyName and propertyValue.
setForce(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnScheduleForAddition
Sets whether to throw exceptions on already-versioned items
setForce(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnScheduleForRemoval
Sets whether to force operation on unversioned or modified items.
setForce(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnSetProperty
Sets whether to skip validity checking.
setForcedBinaryDiff(boolean) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Sets whether binary files diff must be forced or not.
setForcedBinaryDiff(boolean) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Enables or disables generating differnces between files having a binary MIME type.
setFromURL(SVNURL) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryInitialize
 
setFromUrl(SVNURL) - Method in class org.tmatesoft.svn.core.wc2.SvnRelocate
Sets the old beginning part of the target's repository URL that should be overwritten.
setGitDiffFormat(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
 
setHandler(ISVNAnnotateHandler) - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotate
Sets the caller's handler to process annotation information.
setHasChildren(boolean) - Method in class org.tmatesoft.svn.core.SVNLogEntry
Sets wheteher this log entry has children entries or not.
setIgnoreAllWhitespace(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffOptions
Sets whether all whitespaces must be ignored while comparing files.
setIgnoreAmountOfWhitespace(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffOptions
Sets whether number of whitespaces must be ignored while comparing files.
setIgnoreAncestry(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
Sets whether or not items being diffed should be checked for relatedness first.
setIgnoreAncestry(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnDiffSummarize
 
setIgnoreAncestry(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnMerge
Sets whether or not items being diffed will be checked for relatedness first.
setIgnoreAncestry(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnSwitch
Sets whether to ignore ancestry when calculating merges.
setIgnoreContentType(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
 
setIgnoreEOLStyle(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffOptions
Sets whether eol style must be ignored while comparing files.
setIgnoreExternals(boolean) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminBasicClient
Sets externals definitions to be ignored or not during operations.
setIgnoreExternals(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Sets externals definitions to be ignored or not during operations.
setIgnoreExternals(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Sets whether externals should be ignored or not by all of the SVN*Clinet objects which this client manager will provide.
setIgnoreExternals(boolean) - Method in class org.tmatesoft.svn.core.wc2.AbstractSvnUpdate
Sets whether or not externals definitions should be ignored.
setIgnoreExternals(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnCanonicalizeUrls
Sets whether to ignore externals definitions.
setIgnoreExternals(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnCopy
Sets whether to ignore externals definitions.
setIgnoreExternals(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnRelocate
Sets whether to ignore externals definitions.
setIgnoreMimeType(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotate
Sets whether or not operation should be run on all files treated as text, no matter what SVNKit has inferred from the mime-type property.
setIncludeCopyInfo(boolean) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetChanged
 
setIncludeIDs(boolean) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetHistory
 
setIncludeIDs(boolean) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetTree
 
setIncludeIgnored(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnScheduleForAddition
Sets whether to add files or directories that match ignore patterns.
setIncomingProperty(String, SVNPropertyValue) - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
 
setIncremental(boolean) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryDump
 
setInfo(Object) - Method in class org.tmatesoft.svn.core.wc.SVNEvent
 
setInheritable(boolean) - Method in class org.tmatesoft.svn.core.SVNMergeRange
Sets whether this merge range is inheritable or not.
setInheritable(boolean) - Method in class org.tmatesoft.svn.core.SVNMergeRangeList
 
setInputEncoding(String) - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotate
Sets the name of character set to decode input bytes.
setIsConflicted(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setIsCopied(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setIsFileExternal(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setIsLocked(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setIsSwitched(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setIsVersioned(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setKeepChangelists(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnCommit
Sets whether or not changelists should be removed.
setKeepLocks(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnCommit
Sets whether or not to unlock files in the repository.
setKind(SVNNodeKind) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setKind(SvnChecksum.Kind) - Method in class org.tmatesoft.svn.core.wc2.SvnChecksum
Sets kind of checksum.
setKind(SVNNodeKind) - Method in class org.tmatesoft.svn.core.wc2.SvnCommitItem
Sets commit item's node kind.
setKind(SVNNodeKind) - Method in class org.tmatesoft.svn.core.wc2.SvnDiffStatus
Sets the node kind of the working copy item.
setKind(SVNNodeKind) - Method in class org.tmatesoft.svn.core.wc2.SvnInfo
Sets the item's node kind.
setKind(SVNNodeKind) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets item's node kind.
setLastChangedAuthor(String) - Method in class org.tmatesoft.svn.core.wc2.SvnInfo
Sets the item's last changed author.
setLastChangedDate(SVNDate) - Method in class org.tmatesoft.svn.core.wc2.SvnInfo
Sets the item's last changed date.
setLastChangedRevision(long) - Method in class org.tmatesoft.svn.core.wc2.SvnInfo
Sets the item's last changed revision.
setLeaveConflictsUnresolved(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Deprecated. this method should not be used anymore
setLimit(long) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetHistory
 
setLimit(long) - Method in class org.tmatesoft.svn.core.wc2.SvnLog
Sets a maximum number of log entries to be processed
setLocalContentsDate(Date) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setLocalLock(SVNLock) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setLocalPropertiesDate(Date) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setLocation(SVNURL, boolean) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Sets a new repository location for this object.
setLock(SVNLock) - Method in class org.tmatesoft.svn.core.SVNDirEntry
Sets the lock object for this entry (if it's locked).
setLock(SVNLock) - Method in class org.tmatesoft.svn.core.wc2.SvnInfo
Sets the file item's lock.
setLock(SVNLock) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets the file item's local lock.
setLockingContext(ISvnCommitRunner, Object) - Method in class org.tmatesoft.svn.core.wc2.SvnCommitPacket
 
setLockMessage(String) - Method in class org.tmatesoft.svn.core.wc2.SvnSetLock
Sets the optional comment for the lock.
setLockTokens(Map<SVNURL, String>) - Method in class org.tmatesoft.svn.core.wc2.SvnCommitPacket
Sets commit packet's lock tokens, containing the information about locks within commit packet URLs.
setMakeParents(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnCopy
Sets whether to make parent folders if don't exist.
setMakeParents(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteCopy
Sets whether to make parent folders if don't exist.
setMakeParents(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteMkDir
Sets whether to create all non-existent parent directories
setMakeParents(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnUpdate
Sets whether or not intermediate directories should be made.
setMaxRevision(long) - Method in class org.tmatesoft.svn.core.wc2.SvnStatusSummary
Sets the biggest item's revision between all found items.
setMergeLabels(String, String, String) - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Sets the labels for conflict files.
setMergeOptions(SVNDiffOptions) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
Sets diff options for this client to use in merge operations.
setMergeOptions(SVNDiffOptions) - Method in class org.tmatesoft.svn.core.wc2.SvnMerge
Sets the operation's merge options controlling white-spaces and eol-styles.
setMinRevision(long) - Method in class org.tmatesoft.svn.core.wc2.SvnStatusSummary
Sets the smallest revision between all found items.
setMkDir(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnScheduleForAddition
Sets whether a directory at target's path also should be created
setModificationType(SVNStatusType) - Method in class org.tmatesoft.svn.core.wc2.SvnDiffStatus
Sets the type of modification for the current item.
setModified(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnStatusSummary
Sets whether at least one of the items is changed in working copy.
setMove(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnCopy
Sets whether to do copy as move operation (delete, then add with history).
setMove(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteCopy
Sets whether to do copy as move operation (delete, then add with history).
setNewRepositoryRoot(File) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryHotCopy
 
setNodeKind(SVNNodeKind) - Method in class org.tmatesoft.svn.core.SVNLogEntryPath
 
setNodeStatus(SVNStatusType) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setNodeStatus(SVNStatusType) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets the item's status.
setNoDiffDeleted(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
Sets whether to generate differences for deleted files.
setNonInheriable(boolean) - Method in class org.tmatesoft.svn.core.SVNLogEntry
 
setOmitDefaultPort(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnCanonicalizeUrls
Sets whether to remove all port numbers from URLs which equal to default ones.
setOmitLogMessage(boolean) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
Sets whether log messages must be omitted or not.
setOperationHandler(ISvnOperationHandler) - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Sets a callback that is called before and after each operation
setOptions(ISVNOptions) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminBasicClient
Sets run-time global configuration options to this object.
setOptions(ISVNOptions) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Sets global run-time options.
setOptions(ISVNOptions) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Sets run-time global configuration options to this object.
setOptions(ISVNOptions) - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Sets global run-time configuration options to all of the SVN*Client objects provided by this client manager.
setOptions(ISVNOptions) - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Sets operation's options and disposes working copy context.
setOriginalPropertyValue(SVNPropertyValue) - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteSetProperty
Sets property's original value to hold this information for the caller
setOut(OutputStream) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryDump
 
setOutput(OutputStream) - Method in class org.tmatesoft.svn.core.wc2.SvnCat
Sets the output stream of the operation.
setOutput(OutputStream) - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
Sets output stream where the differences will be written to.
setOutputStream(OutputStream) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCat
 
setOutputStream(OutputStream) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetDiff
 
setParentDir(String) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryLoad
 
setPath(String, String, long, boolean) - Method in interface org.tmatesoft.svn.core.io.ISVNReporter
Deprecated. use ISVNReporter.setPath(String, String, long, SVNDepth, boolean) instead
setPath(String, String, long, SVNDepth, boolean) - Method in interface org.tmatesoft.svn.core.io.ISVNReporter
Describes a working copy path as being at a particular revision and having depth depth.
setPath(String) - Method in class org.tmatesoft.svn.core.SVNLogEntryPath
Sets the path of the item represented by this object.
setPath(String, boolean) - Method in class org.tmatesoft.svn.core.SVNURL
Creates a new SVNURL object replacing a path component of this object with a new provided one.
setPath(String) - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
Sets the item's relevant path.
setPath(String) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCat
 
setPath(String) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetHistory
 
setPath(String) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetLock
 
setPath(String) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetProperties
 
setPath(String) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetProperty
 
setPath(String) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetTree
 
setPath(File) - Method in class org.tmatesoft.svn.core.wc2.SvnCommitItem
Sets commit item's working copy path.
setPath(String) - Method in class org.tmatesoft.svn.core.wc2.SvnDiffStatus
Sets a relative path of the item.
setPath(File) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets item's working copy path.
setPath(File) - Method in class org.tmatesoft.svn.core.wc2.SvnWorkingCopyInfo
Sets working copy path.
setPathListHandler(ISVNPathListHandler) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
Sets a path list handler implementation to this object.
setPaths(String[]) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryRemoveLocks
 
setPre14Compatible(boolean) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCreate
 
setPre15Compatible(boolean) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCreate
 
setPre16Compatible(boolean) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCreate
 
setPre17Compatible(boolean) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCreate
 
setPrefixes(Collection<String>) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryFilter
 
setPreserveRevisionProperties(boolean) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryFilter
 
setPreviousRevision(long) - Method in class org.tmatesoft.svn.core.wc.SVNEvent
Sets the item revision which will be changed by the operation after this event is handled.
setPreviousURL(SVNURL) - Method in class org.tmatesoft.svn.core.wc.SVNEvent
Sets the item url which will be changed by the operation after this event is handled.
setPrimaryWcGeneration(SvnWcGeneration) - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
(Re)sets primary (default) working copy generation.
setPropertiesModified(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
 
setPropertiesModified(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnDiffStatus
Sets whether properties of the working copy item are modified.
setPropertiesStatus(SVNStatusType) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setPropertiesStatus(SVNStatusType) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets the item's properties status type.
setProperty(String, SVNPropertyValue) - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
 
setPropertyName(String) - Method in class org.tmatesoft.svn.core.wc.SVNEvent
 
setPropertyName(String) - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteSetProperty
Sets name of the property.
setPropertyName(String) - Method in class org.tmatesoft.svn.core.wc2.SvnSetProperty
Sets property name
setPropertyReceiver(ISvnObjectReceiver<SVNPropertyData>) - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteSetProperty
Sets operation's property receiver.
setPropertyValue(SVNPropertyValue) - Method in class org.tmatesoft.svn.core.wc2.SvnRemoteSetProperty
Sets the property's value.
setPropertyValue(SVNPropertyValue) - Method in class org.tmatesoft.svn.core.wc2.SvnSetProperty
Sets property value
setPropertyValueProvider(ISvnPropertyValueProvider) - Method in class org.tmatesoft.svn.core.wc2.SvnSetProperty
Sets property value provider callback
setPropName(String) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetProperty
 
setPropName(String) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetRevisionProperty
 
setPropRejectFile(File) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setProxy(String, int, String, String) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
Sets a proxy server context to this manager.
setRanges(SVNMergeRange[]) - Method in class org.tmatesoft.svn.core.SVNMergeRangeList
Replaces the array of SVNMergeRange objects backed by this object with a new one.
setRawDiffOptions(Collection) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
Sets a collection of raw (String) diff options.
setReceiver(ISvnObjectReceiver<T>) - Method in class org.tmatesoft.svn.core.wc2.SvnReceivingOperation
Sets client's object receiver.
setRecordedSize(long) - Method in class org.tmatesoft.svn.core.wc2.SvnWorkingCopyInfo
Sets last changed file size.
setRecordedTime(long) - Method in class org.tmatesoft.svn.core.wc2.SvnWorkingCopyInfo
Sets last changed item's time.
setRecordOnly(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnMerge
Sets whether the merge isn't actually performed, but the mergeinfo for the revisions which would've been merged is recorded in the working copy (and must be subsequently committed back to the repository).
setRecursive(boolean) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetTree
 
setRecursive(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnRelocate
Sets whether to relocate entire tree of toUrl if it is a directory.
setRelativePath(String) - Method in class org.tmatesoft.svn.core.SVNDirEntry
This method is used by SVNKit internals and not intended for users (from an API point of view).
setRelativeToDirectory(File) - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
 
setRemote(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnGetStatus
Sets whether to check up the status of the item in the repository, that will tell if the local item is out-of-date (like '-u' option in the SVN client's 'svn status' command)
setRemoteAuthor(String) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setRemoteContentsStatus(SVNStatusType) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setRemoteDate(Date) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setRemoteKind(SVNNodeKind) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setRemoteLock(SVNLock) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setRemoteNodeStatus(SVNStatusType) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setRemotePropertiesStatus(SVNStatusType) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setRemoteRevision(SVNRevision) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setRemoteRevision(long) - Method in class org.tmatesoft.svn.core.wc2.SvnGetStatus
Sets the remove revision of the target.
setRemoteStatus(SVNStatusType, SVNStatusType, SVNLock, SVNNodeKind) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Sets the item's remote status.
setRemoteStatus(SVNURL, SVNStatusType, SVNStatusType, SVNLock, SVNNodeKind, SVNRevision, Date, String) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
Sets the item's remote status.
setRemoteURL(SVNURL) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setRemove(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnSetChangelist
Sets whether targets should be removed from changelist.
setRenumberRevisions(boolean) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryFilter
 
setReplayHandler(ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Sets a replication handler that will receive a log entry object per each replayed revision.
setReplicationHandler(ISVNReplicationHandler) - Method in class org.tmatesoft.svn.core.replicator.SVNRepositoryReplicator
Registers a replication handler to this replicator.
setReportAll(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnGetStatus
Sets whether to collect status information on all items including those ones that are in a 'normal' state (unchanged).
setReportExternals(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnGetStatus
Sets whether to report externals.
setReportIgnored(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnGetStatus
Sets whether to force the operation to collect information on items that were set to be ignored (like '--no-ignore' option in the SVN client's 'svn status' command to disregard default and 'svn:ignore' property ignores).
setRepositoryChangedAuthor(String) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets the item's last changed author.
setRepositoryChangedDate(SVNDate) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets the item's last changed date.
setRepositoryChangedRevision(long) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets the item's last revision.
setRepositoryCredentials(String, SVNURL) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Caches identification parameters (UUID, rood directory location) of the repository with which this driver is working.
setRepositoryKind(SVNNodeKind) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets the kind of the item got from the repository.
setRepositoryLock(SVNLock) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets the file item's repository lock.
setRepositoryNodeStatus(SVNStatusType) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets the node status of the item got from the repository.
setRepositoryPool(ISVNRepositoryPool) - Method in class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Sets pool of repositories.
setRepositoryPropertiesStatus(SVNStatusType) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets the working copy item's properties status type against the repository.
setRepositoryRelativePath(String) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setRepositoryRelativePath(String) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets the item's repository relative path.
setRepositoryRoot(File) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryOperation
 
setRepositoryRoot(File) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryReceivingOperation
 
setRepositoryRootURL(SVNURL) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setRepositoryRootURL(SVNURL) - Method in class org.tmatesoft.svn.core.wc2.SvnInfo
Sets the repository root url (where the repository itself is installed).
setRepositoryRootUrl(SVNURL) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets the item's repository root URL.
setRepositoryTextStatus(SVNStatusType) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets the working copy item's contents status type against the repository.
setRepositoryUUID(String) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setRepositoryUuid(String) - Method in class org.tmatesoft.svn.core.wc2.SvnInfo
Sets the repository Universal Unique IDentifier (UUID).
setRepositoryUuid(String) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets the repository Universal Unique IDentifier (UUID).
setResolveContents(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnResolve
Sets whether to resolve target's content conflict
setResolveProperties(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnResolve
Sets whether to resolve target's properties conflict
setResolveTree(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnResolve
Sets whether to resolve any target's tree conflict
setResultDumpStream(OutputStream) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryFilter
 
setReturnResult(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotateItem
Sets whether or not item was handled.
setRevertMissingDirectories(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
 
setRevertMissingDirectories(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnRevert
 
setRevision(SVNRevision) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setRevision(long) - Method in class org.tmatesoft.svn.core.wc2.SvnCommitItem
Sets the revision number the repository was committed to.
setRevision(long) - Method in class org.tmatesoft.svn.core.wc2.SvnInfo
Sets the item's revision.
setRevision(SVNRevision) - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Sets revision of the operation.
setRevision(long) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets the item's current working revision.
setRevisionNumber(long) - Method in class org.tmatesoft.svn.core.wc2.SvnGetProperties
Sets properties revision number, only for revision properties.
setRevisionProperties(SVNProperties) - Method in class org.tmatesoft.svn.core.wc.SVNEvent
 
setRevisionProperties(SVNProperties) - Method in class org.tmatesoft.svn.core.wc2.AbstractSvnCommit
Sets custom revision properties for the operation.
setRevisionProperties(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnGetProperties
Sets whether it is revision properties.
setRevisionProperties(String[]) - Method in class org.tmatesoft.svn.core.wc2.SvnLog
Sets what properties should be retrieved.
setRevisionProperties(String[]) - Method in class org.tmatesoft.svn.core.wc2.SvnLogMergeInfo
Sets all revision ranges for those log should be reported.
setRevisionProperty(String, SVNPropertyValue) - Method in class org.tmatesoft.svn.core.wc2.AbstractSvnCommit
Adds custom revision properties for the operation.
setRevisionProperty(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnSetProperty
Sets whether it is revision property.
setRevisionPropertyValue(long, String, SVNPropertyValue) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Sets a revision property with the specified name to a new value.
setRevisionRanges(Collection<SvnRevisionRange>) - Method in class org.tmatesoft.svn.core.wc2.SvnLog
Sets all revision ranges for those log should be reported.
setSchedule(SvnSchedule) - Method in class org.tmatesoft.svn.core.wc2.SvnWorkingCopyInfo
Sets SvnSchedule attribute.
setShowCopiesAsAdds(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
 
setShowCopiesAsAdds(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
Sets whether to report copies and moves as it were adds.
setSingleTarget(SvnTarget) - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Sets one target of the operation.
setSize(long) - Method in class org.tmatesoft.svn.core.wc2.SvnInfo
Sets the file size.
setSkipMissingMergeSources(boolean) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryFilter
 
setSleepForTimestamp(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnOperation
Sets whether or not the operation should sleep after if fails.
setSource(SvnTarget) - Method in class org.tmatesoft.svn.core.wc2.SvnCheckout
Sets a repository location from where a working copy will be checked out.
setSource(SvnTarget, SVNRevision, SVNRevision) - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
Sets the diff's source with start and end revisions for one-source type of operation.
setSource(SvnTarget, SVNRevision, SVNRevision) - Method in class org.tmatesoft.svn.core.wc2.SvnDiffSummarize
Sets the diff's source with start and end revisions for one-source type of operation.
setSource(SvnTarget) - Method in class org.tmatesoft.svn.core.wc2.SvnExport
Sets export's source - working copy path or repository URL.
setSource(File) - Method in class org.tmatesoft.svn.core.wc2.SvnImport
Sets source of the import.
setSource(SvnTarget) - Method in class org.tmatesoft.svn.core.wc2.SvnLogMergeInfo
Returns merge source, can represent URL or working copy path.
setSource(SvnTarget, boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnMerge
Sets source of the merge with reintegrate flag.
setSourceLeftVersion(SVNConflictVersion) - Method in class org.tmatesoft.svn.core.wc.SVNTreeConflictDescription
 
setSources(SvnTarget, SvnTarget) - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
Sets both diff's sources.
setSources(SvnTarget, SvnTarget) - Method in class org.tmatesoft.svn.core.wc2.SvnDiffSummarize
Sets both diff's sources.
setSources(SvnTarget, SvnTarget) - Method in class org.tmatesoft.svn.core.wc2.SvnMerge
Sets first and seconds sources of the merge.
setSparseCheckout(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnStatusSummary
Sets whether the items are result of "sparse" checkout.
setSrcRepositoryRoot(File) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryHotCopy
 
setStartRevision(long) - Method in class org.tmatesoft.svn.core.io.SVNLocationSegment
Sets the start revision of the segment.
setStartRevision(long) - Method in class org.tmatesoft.svn.core.SVNMergeRange
Sets the start revision of this merge range.
setStartRevision(long) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCopyRevisionProperties
 
setStartRevision(SVNRevision) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryDump
 
setStartRevision(SVNRevision) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryVerify
 
setStartRevision(SVNRevision) - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotate
Sets the revision of the operation to start from.
setStealLock(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnSetLock
Sets whether or not all existing locks on the specified targets will be "stolen" from another user or working copy.
setStopOnCopy(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnLog
Sets whether to copy history (if any exists) should be traversed while harvesting revision logs for each targetPath.
setSubtractiveMerge(boolean) - Method in class org.tmatesoft.svn.core.SVNLogEntry
 
setSwitched(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets whether the item is switched to a different repository location.
setSwitched(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnStatusSummary
Sets whether at least one of the items is switched to a different repository location.
setSwitchTarget(SvnTarget) - Method in class org.tmatesoft.svn.core.wc2.SvnSwitch
Sets the repository location as a target against which the item will be switched.
setTargetPath(File) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLInfoHandler
Sets the target path what makes all paths be relative to this one.
setTargetPaths(String[]) - Method in class org.tmatesoft.svn.core.wc2.SvnLog
Sets all relative paths what should be reported for each target.
setTextStatus(SVNStatusType) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets the item's contents status type.
setToURL(SVNURL) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCopyRevisionProperties
 
setToURL(SVNURL) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryInitialize
 
setToURL(SVNURL) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositorySynchronize
 
setToUrl(SVNURL) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositorySyncInfo
 
setToUrl(SVNURL) - Method in class org.tmatesoft.svn.core.wc2.SvnRelocate
Sets the new beginning part for the repository location or full repository location that will overwrite target's repository URL.
setTrailUrl(String) - Method in class org.tmatesoft.svn.core.wc2.SvnGetStatusSummary
Sets URL for checking whether target was switched by comparing with target's URL.
setTransactionName(String) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCat
 
setTransactionName(String) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetAuthor
 
setTransactionName(String) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetChanged
 
setTransactionName(String) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetChangedDirectories
 
setTransactionName(String) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetDate
 
setTransactionName(String) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetDiff
 
setTransactionName(String) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetInfo
 
setTransactionName(String) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetLog
 
setTransactionName(String) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetProperties
 
setTransactionName(String) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetProperty
 
setTransactionName(String) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetRevisionProperties
 
setTransactionName(String) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetRevisionProperty
 
setTransactionName(String) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetTree
 
setTransactions(String[]) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryRemoveTransactions
 
setTreatAddsAsModifications(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnUpdate
Sets whether or not adds should be treated as modifications.
setTreeConflict(SVNTreeConflictDescription) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setTunnelProvider(ISVNTunnelProvider) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Sets a tunnel provider.
setType(int) - Method in class org.tmatesoft.svn.core.SVNErrorMessage
Sets the type of this error message.
setUpdateLocksOnDemand(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
Sets whether working copies should be locked on demand or not during an update process.
setUpdateLocksOnDemand(boolean) - Method in class org.tmatesoft.svn.core.wc2.AbstractSvnUpdate
Sets whether or not locks should be updated on demand.
setURL(SVNURL) - Method in class org.tmatesoft.svn.core.wc.SVNEvent
Sets the repository url.
setURL(SVNURL) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setUrl(SVNURL) - Method in class org.tmatesoft.svn.core.wc2.SvnCommitItem
Sets commit item's repository URL.
setUrl(SVNURL) - Method in class org.tmatesoft.svn.core.wc2.SvnDiffStatus
Sets URL of the item.
setUrl(SVNURL) - Method in class org.tmatesoft.svn.core.wc2.SvnInfo
Sets the item's URL - its repository location.
setUseDelta(boolean) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryDump
 
setUseGitDiffFormat(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnDiff
Sets whether to report in Git diff format.
setUseGlobalIgnores(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnImport
Sets whether to adds files or directories that match ignore patterns.
setUseMergeHistory(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnAnnotate
Sets whether or not data based upon revisions which have been merged to targets also should be returned.
setUseMergeHistory(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnLog
Sets whether the log information for revisions which have been merged to targetPaths will also be returned.
setUsePostCommitHook(boolean) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryLoad
 
setUsePreCommitHook(boolean) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryLoad
 
setUserAgent(String) - Static method in class org.tmatesoft.svn.util.Version
 
setUserData(Object) - Method in class org.tmatesoft.svn.core.wc2.SvnObject
Sets user data.
setUuid(String) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCreate
 
setUUID(String) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositorySetUUID
 
setUuidAction(SVNUUIDAction) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryLoad
 
setVersioned(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets whether the item is versioned.
setVirtual(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnCopy
Sets whether copy is virtual copy.
setWCAccess(SVNWCAccess) - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
 
setWcContext(SVNWCContext) - Method in interface org.tmatesoft.svn.core.wc2.ISvnOperationRunner
Sets operation's context
setWcInfo(SvnWorkingCopyInfo) - Method in class org.tmatesoft.svn.core.wc2.SvnInfo
Sets working copy info.
setWcLocked(boolean) - Method in class org.tmatesoft.svn.core.wc2.SvnStatus
Sets if the item is locked (not a user lock but a driver's one when during an operation a working copy is locked in .svn administrative areas to prevent from other operations interrupting until the running one finishes).
setWcRoot(File) - Method in class org.tmatesoft.svn.core.wc2.SvnWorkingCopyInfo
Sets item's working copy root.
setWith17Compatible(boolean) - Method in class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCreate
 
setWorkingCopyFormat(int) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
 
setWorkingCopyRoot(File) - Method in class org.tmatesoft.svn.core.wc.SVNInfo
 
setWorkspaceProperty(String, String, SVNPropertyValue) - Method in interface org.tmatesoft.svn.core.io.ISVNWorkspaceMediator
Sets a new value for an item's WC property in a ".svn/wcprops" administrative subdirectory.
shortPropertyName(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
Returns a short name for the given property name - that is a name without any prefixes.
shutdownConnections(boolean) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Closes connections of cached SVNRepository objects.
shutdownConnections(boolean) - Method in interface org.tmatesoft.svn.core.wc.ISVNRepositoryPool
Deprecated. use ISVNRepositoryPool.dispose() method instead.
shutdownConnections(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
Deprecated. use SVNClientManager.dispose() instead
shutdownTimer() - Static method in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
Stops the daemon thread that checks whether there are any SVNRepository objects expired.
size() - Method in class org.tmatesoft.svn.core.SVNDirEntry
Deprecated. use SVNDirEntry.getSize() instead
size() - Method in class org.tmatesoft.svn.core.SVNProperties
Returns the number of properties held by this object.
SIZE_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
'size' tag.
SKIP - Static variable in interface org.tmatesoft.svn.core.wc.ISVNCommitParameters
A constant that instructs a commit operation to skip a missing item.
SKIP - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that the operation is skipped due to errors (inability to be performed, etc.).
SKIP_CONFLICTED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
skippedEntity(String) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
Does nothing.
SPECIAL - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:special" SVN special property.
SQLITE_ERROR - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
SQLITE_READONLY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
SSH - Static variable in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
An ssh credential kind ("svn.ssh")
SSL - Static variable in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
An ssl credential kind ("svn.ssl.client-passphrase")
SSL - Static variable in class org.tmatesoft.svn.core.auth.SVNSSLAuthentication
 
startDocument() - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
Starts logging.
startDocument() - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
Starts xml document.
startElement(String, String, String, Attributes) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
Starts an xml element.
startPrefixMapping(String, String) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
Does nothing.
startTarget(String) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
Begins an XML tree with the target path/URL for which annotating is run.
startTarget(String) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
Begins an XML tree with the target path for which the status is run.
startTarget(File) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
Begins an XML tree with the target path for which the status is run.
status(long, String, boolean, ISVNReporterBaton, ISVNEditor) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Gets status of a path.
status(long, String, SVNDepth, ISVNReporterBaton, ISVNEditor) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Gets status of a path to the particular depth as a scope.
STATUS_ADDED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation denotes that the item in the Working Copy being currently processed is scheduled for addition to the repository.
STATUS_COMPLETED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
In a remote status operation denotes that the operation itself is completed - used to get the latest repository revision against which the status was invoked.
STATUS_CONFLICTED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation denotes that the item in the Working Copy being currently processed is in a conflict state (local changes overlap those that came from the repository).
STATUS_DELETED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation denotes that the item in the Working Copy being currently processed is scheduled for deletion from the repository.
STATUS_EXTERNAL - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
In a status operation denotes that the status is performed on an external item.
STATUS_EXTERNAL - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation denotes that the item in the Working Copy being currently processed is not under version control but is related to externals definitions.
STATUS_IGNORED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation denotes that the file item in the Working Copy being currently processed was set to be ignored (was added to svn:ignore property).
STATUS_INCOMPLETE - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation denotes that the item in the Working Copy being currently processed is under version control but is somehow incomplete - for example, it may happen when the previous update was interrupted.
STATUS_MERGED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
Deprecated. this status is never reported by 'status' operation in this version, 'update' and 'merge' uses SVNStatusType.MERGED instead.
STATUS_MISSING - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation denotes that the item in the Working Copy being currently processed is under version control but is missing - for example, removed from the filesystem with a non-SVN, non-SVNKit or any other SVN non-compatible delete command).
STATUS_MODIFIED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation denotes that the item in the Working Copy being currently processed has local modifications.
STATUS_NAME_CONFLICT - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
 
STATUS_NONE - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation denotes that no status type information is available.
STATUS_NORMAL - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation (if it's being running with an option to report of all items set to true) denotes that the item in the Working Copy being currently processed has no local changes (in a normal state).
STATUS_OBSTRUCTED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation denotes that the item in the Working Copy being currently processed has a non-expected kind.
STATUS_REPLACED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation denotes that the item in the Working Copy being currently processed was replaced by another item with the same name (within a single revision the item was scheduled for deletion and then a new one with the same name was scheduled for addition).
STATUS_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
'status' tag.
STATUS_UNVERSIONED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
In a status operation denotes that the item in the Working Copy being currently processed is not under version control.
STREAM_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
STREAM_MALFORMED_DATA - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
STREAM_UNEXPECTED_EOF - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
STREAM_UNRECOGNIZED_DATA - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
SVN1_HEADER - Static variable in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Bytes of the delta header of a compressed diff window.
SVN_ENTRY_PREFIX - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:" prefix.
SVN_HEADER - Static variable in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Bytes of the delta header of an uncompressed diff window.
SVN_PREFIX - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:" prefix.
SVN_SYNC_PREFIX - Static variable in class org.tmatesoft.svn.core.SVNProperty
The namespace for revision properties which are used in repository synching operations.
SVN_WC_PREFIX - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:wc:" prefix.
SVNAdminBasicClient - Class in org.tmatesoft.svn.core.wc.admin
The SVNBasicClient is the base class of all SVN*Client classes that provides a common interface and realization.
SVNAdminBasicClient(ISVNAuthenticationManager, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminBasicClient
 
SVNAdminBasicClient(ISVNRepositoryPool, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminBasicClient
 
SVNAdminClient - Class in org.tmatesoft.svn.core.wc.admin
The SVNAdminClient class provides methods that brings repository-side functionality and repository synchronizing features.
SVNAdminClient(ISVNAuthenticationManager, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Creates a new admin client.
SVNAdminClient(ISVNRepositoryPool, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
Creates a new admin client.
SVNAdminEvent - Class in org.tmatesoft.svn.core.wc.admin
The SVNAdminEvent is a type of an event used to notify callers' handlers in several methods of SVNAdminClient.
SVNAdminEvent(long, long, SVNAdminEventAction, String) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Creates a new event.
SVNAdminEvent(SVNAdminEventAction, String, String) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Creates a new event to notify about a next path being changed withing the revision being currently loaded.
SVNAdminEvent(SVNAdminEventAction, long) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Creates a new event to notify about a next shard being packed.
SVNAdminEvent(long, SVNAdminEventAction, String) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Creates a new event.
SVNAdminEvent(String, File, SVNAdminEventAction) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Creates a new event.
SVNAdminEvent(SVNAdminEventAction, SVNLock, SVNErrorMessage, String) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Creates a new event.
SVNAdminEvent(SVNAdminEventAction, String) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Creates a new event.
SVNAdminEvent(SVNAdminEventAction) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
Creates a new event.
SVNAdminEventAction - Class in org.tmatesoft.svn.core.wc.admin
The SVNAdminEventAction is an enumeration of possible actions that may take place in different methods of SVNAdminClient.
SVNAdminEventAdapter - Class in org.tmatesoft.svn.core.wc.admin
SVNAdminEventAdapter is an adapter class for ISVNAdminEventHandler.
SVNAdminEventAdapter() - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAdapter
 
SVNAdminPath - Class in org.tmatesoft.svn.core.wc.admin
The SVNAdminPath is used to pass path information to ISVNHistoryHandler and ISVNTreeHandler
SVNAdminPath(String, String, long) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminPath
Constructs a new instance of this class that is intended for ISVNHistoryHandler.
SVNAdminPath(String, String, int, boolean) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminPath
Constructs a new instance of this class that is intended for ISVNTreeHandler.
SvnAnnotate - Class in org.tmatesoft.svn.core.wc2
Represents annotate operation.
SvnAnnotate(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnAnnotate
 
SvnAnnotateItem - Class in org.tmatesoft.svn.core.wc2
Provides information for annotate item in SvnAnnotate operation.
SvnAnnotateItem(boolean) - Constructor for class org.tmatesoft.svn.core.wc2.SvnAnnotateItem
 
SvnAnnotateItem(Date, long, String, String, Date, long, String, String, int) - Constructor for class org.tmatesoft.svn.core.wc2.SvnAnnotateItem
Constructs and initializes an SvnAnnotateItem object with the specified parameters.
SvnAnnotateItem(Date, long, String, File) - Constructor for class org.tmatesoft.svn.core.wc2.SvnAnnotateItem
Constructs and initializes an SvnAnnotateItem object with the specified parameters.
SVNAnnotationGenerator - Class in org.tmatesoft.svn.core
The SVNAnnotationGenerator class is used to annotate files - that is to place author and revision information in-line for the specified file.
SVNAnnotationGenerator(String, File, long, ISVNEventHandler) - Constructor for class org.tmatesoft.svn.core.SVNAnnotationGenerator
Constructs an annotation generator object.
SVNAnnotationGenerator(String, File, long, boolean, ISVNEventHandler) - Constructor for class org.tmatesoft.svn.core.SVNAnnotationGenerator
Constructs an annotation generator object.
SVNAnnotationGenerator(String, File, long, boolean, SVNDiffOptions, ISVNEventHandler) - Constructor for class org.tmatesoft.svn.core.SVNAnnotationGenerator
Constructs an annotation generator object.
SVNAnnotationGenerator(String, File, long, boolean, boolean, SVNDiffOptions, String, ISVNAnnotateHandler, ISVNEventHandler) - Constructor for class org.tmatesoft.svn.core.SVNAnnotationGenerator
Constructs an annotation generator object.
SVNAuthentication - Class in org.tmatesoft.svn.core.auth
The SVNAuthentication is the base class that represents user credentials.
SVNAuthentication(String, String, boolean) - Constructor for class org.tmatesoft.svn.core.auth.SVNAuthentication
Deprecated. use constructor with SVNURL parameter instead
SVNAuthentication(String, String, boolean, SVNURL, boolean) - Constructor for class org.tmatesoft.svn.core.auth.SVNAuthentication
Creates a username user credential object given a username.
SVNAuthenticationException - Exception in org.tmatesoft.svn.core
An exception class that is used to signal about the fact that errors occured exactly during an authentication try.
SVNAuthenticationException(SVNErrorMessage, Throwable) - Constructor for exception org.tmatesoft.svn.core.SVNAuthenticationException
Creates a new authentication exception given detailed error information and the original cause.
SVNAuthenticationException(SVNErrorMessage) - Constructor for exception org.tmatesoft.svn.core.SVNAuthenticationException
Creates a new authentication exception given detailed error information.
SVNBasicClient - Class in org.tmatesoft.svn.core.wc
The SVNBasicClient is the base class of all SVN*Client classes that provides a common interface and realization.
SVNBasicClient(ISVNAuthenticationManager, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNBasicClient
 
SVNBasicClient(ISVNRepositoryPool, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNBasicClient
 
SVNCancelException - Exception in org.tmatesoft.svn.core
The SVNCancelException is used to signal about an operation cancel event.
SVNCancelException() - Constructor for exception org.tmatesoft.svn.core.SVNCancelException
Creates a cancel exception.
SVNCancelException(SVNErrorMessage) - Constructor for exception org.tmatesoft.svn.core.SVNCancelException
Constructs an SVNCancelException given the error message.
SvnCanonicalizeUrls - Class in org.tmatesoft.svn.core.wc2
Canonicalizes all urls in the working copy target.
SvnCanonicalizeUrls(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnCanonicalizeUrls
 
SVNCapability - Class in org.tmatesoft.svn.core.io
This class contains enumeration that describes the repository capabilities or, in other words, features that the repository may be capable of.
SvnCat - Class in org.tmatesoft.svn.core.wc2
Represents cat operation.
SvnCat(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnCat
 
SVNChangeEntry - Class in org.tmatesoft.svn.core.wc.admin
SVNChangeEntry objects are used to pass path change information to clients.
SVNChangeEntry(String, SVNNodeKind, char, String, long, boolean, boolean) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNChangeEntry
Constructs a change entry object.
SVNChangelistClient - Class in org.tmatesoft.svn.core.wc
The SVNChangelistClient provides API for managing changelists.
SVNChangelistClient(ISVNAuthenticationManager, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNChangelistClient
Constructs and initializes an SVNChangelistClient object with the specified run-time configuration and authentication drivers.
SVNChangelistClient(ISVNRepositoryPool, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNChangelistClient
Constructs and initializes an SVNChangelistClient object with the specified run-time configuration and repository pool object.
SvnCheckout - Class in org.tmatesoft.svn.core.wc2
Represents checkout operation.
SvnCheckout(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnCheckout
 
SvnChecksum - Class in org.tmatesoft.svn.core.wc2
Represents a checksum for SVN files.
SvnChecksum(SvnChecksum.Kind, String) - Constructor for class org.tmatesoft.svn.core.wc2.SvnChecksum
Constructs an SvnChecksum object with the specified parameters.
SvnChecksum.Kind - Enum in org.tmatesoft.svn.core.wc2
Describes the kind of used hash algorithm for computing the checksum.
SvnCleanup - Class in org.tmatesoft.svn.core.wc2
Represents cleanup operation.
SvnCleanup(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnCleanup
 
SVNClientManager - Class in org.tmatesoft.svn.core.wc
The SVNClientManager class is used to manage SVN*Client objects as well as for providing them to a user what makes the user's work easier and his code - pretty clear and flexible.
SvnCommit - Class in org.tmatesoft.svn.core.wc2
Represents commit operation.
SvnCommit(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnCommit
 
SVNCommitClient - Class in org.tmatesoft.svn.core.wc
The SVNCommitClient class provides methods to perform operations that relate to committing changes to an SVN repository.
SVNCommitClient(ISVNAuthenticationManager, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNCommitClient
Constructs and initializes an SVNCommitClient object with the specified run-time configuration and authentication drivers.
SVNCommitClient(ISVNRepositoryPool, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNCommitClient
Constructs and initializes an SVNCommitClient object with the specified run-time configuration and repository pool object.
SVNCommitInfo - Class in org.tmatesoft.svn.core
The SVNCommitInfo class represents information about a committed revision.
SVNCommitInfo(long, String, Date) - Constructor for class org.tmatesoft.svn.core.SVNCommitInfo
Constructs an SVNCommitInfo object.
SVNCommitInfo(long, String, Date, SVNErrorMessage) - Constructor for class org.tmatesoft.svn.core.SVNCommitInfo
Constructs an SVNCommitInfo object.
SVNCommitItem - Class in org.tmatesoft.svn.core.wc
The SVNCommitItem represents a versioned item that is to be committed to a repository.
SVNCommitItem(File, SVNURL, SVNURL, SVNNodeKind, SVNRevision, SVNRevision, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.tmatesoft.svn.core.wc.SVNCommitItem
Constructs and initializes an SVNCommitItem object.
SvnCommitItem - Class in org.tmatesoft.svn.core.wc2
Provides information about a committed revision.
SvnCommitItem() - Constructor for class org.tmatesoft.svn.core.wc2.SvnCommitItem
 
SVNCommitPacket - Class in org.tmatesoft.svn.core.wc
The SVNCommitPacket is a storage for SVNCommitItem objects which represent information on versioned items intended for being committed to a repository.
SVNCommitPacket(SVNWCAccess, SVNCommitItem[], Map) - Constructor for class org.tmatesoft.svn.core.wc.SVNCommitPacket
 
SvnCommitPacket - Class in org.tmatesoft.svn.core.wc2
Represents storage for SvnCommitItem objects which represent information on versioned items intended for being committed to a repository.
SvnCommitPacket() - Constructor for class org.tmatesoft.svn.core.wc2.SvnCommitPacket
Creates a commit packet and initializes its fields with empty lists.
SVNConflictAction - Class in org.tmatesoft.svn.core.wc
The SVNConflictAction represents the type of action being attempted on an object which leads to a conflict.
SVNConflictChoice - Class in org.tmatesoft.svn.core.wc
The SVNConflictChoice is an enumeration of constants representing the way in which the conflict callback chooses a course of action.
SVNConflictDescription - Class in org.tmatesoft.svn.core.wc
The SVNConflictDescription represents an object that describes a conflict that has occurred in the working copy.
SVNConflictDescription(SVNMergeFileSet, SVNNodeKind, SVNConflictAction, SVNConflictReason) - Constructor for class org.tmatesoft.svn.core.wc.SVNConflictDescription
Creates a new SVNConflictDescription object.
SVNConflictReason - Class in org.tmatesoft.svn.core.wc
The SVNConflictReason class represents an enumeration of constants describing the reason of a conflict state in a working copy produced by a merge operation.
SVNConflictResult - Class in org.tmatesoft.svn.core.wc
The SVNConflictResult represents the decision of the user's conflict handler regarding a conflict situation.
SVNConflictResult(SVNConflictChoice, File) - Constructor for class org.tmatesoft.svn.core.wc.SVNConflictResult
Creates a new SVNConflictChoice object.
SVNConflictResult(SVNConflictChoice, File, boolean) - Constructor for class org.tmatesoft.svn.core.wc.SVNConflictResult
Creates a new SVNConflictChoice object.
SvnCopy - Class in org.tmatesoft.svn.core.wc2
Represents copy operation.
SvnCopy(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnCopy
 
SVNCopyClient - Class in org.tmatesoft.svn.core.wc
The SVNCopyClient provides methods to perform any kinds of copying and moving that SVN supports - operating on both Working Copies (WC) and URLs.
SVNCopyClient(ISVNAuthenticationManager, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNCopyClient
Constructs and initializes an SVNCopyClient object with the specified run-time configuration and authentication drivers.
SVNCopyClient(ISVNRepositoryPool, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNCopyClient
Constructs and initializes an SVNCopyClient object with the specified run-time configuration and repository pool object.
SVNCopySource - Class in org.tmatesoft.svn.core.wc
The SVNCopySource class is used to provide copy source information in copy operations.
SVNCopySource(SVNRevision, SVNRevision, File) - Constructor for class org.tmatesoft.svn.core.wc.SVNCopySource
Creates a new SVNCopySource object.
SVNCopySource(SVNRevision, SVNRevision, SVNURL) - Constructor for class org.tmatesoft.svn.core.wc.SVNCopySource
Creates a new SVNCopySource object.
SvnCopySource - Class in org.tmatesoft.svn.core.wc2
Provides copy source information in copy operations.
SVNDebugLog - Class in org.tmatesoft.svn.util
 
SVNDebugLog() - Constructor for class org.tmatesoft.svn.util.SVNDebugLog
 
SVNDebugLogAdapter - Class in org.tmatesoft.svn.util
 
SVNDebugLogAdapter() - Constructor for class org.tmatesoft.svn.util.SVNDebugLogAdapter
 
SVNDeltaGenerator - Class in org.tmatesoft.svn.core.io.diff
The SVNDeltaGenerator is intended for generating diff windows of fixed size having a target version of a file against a source one.
SVNDeltaGenerator() - Constructor for class org.tmatesoft.svn.core.io.diff.SVNDeltaGenerator
Creates a generator that will produce diff windows of 100Kbytes contents length.
SVNDeltaGenerator(int) - Constructor for class org.tmatesoft.svn.core.io.diff.SVNDeltaGenerator
Creates a generator that will produce diff windows of a specified contents length.
SVNDeltaProcessor - Class in org.tmatesoft.svn.core.io.diff
The SVNDeltaProcessor is used to get a full text of a file in series applying diff windows being passed to a processor.
SVNDeltaProcessor() - Constructor for class org.tmatesoft.svn.core.io.diff.SVNDeltaProcessor
Creates a processor.
SVNDepth - Class in org.tmatesoft.svn.core
This class contains enumeration that describes depth, that is used.
SvnDiff - Class in org.tmatesoft.svn.core.wc2
Represents diff operation.
SvnDiff(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnDiff
 
SVNDIFF_BACKWARD_VIEW - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
SVNDIFF_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
SVNDIFF_CORRUPT_WINDOW - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
SVNDIFF_INVALID_HEADER - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
SVNDIFF_INVALID_OPS - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
SVNDIFF_UNEXPECTED_END - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
SVNDiffClient - Class in org.tmatesoft.svn.core.wc
The SVNDiffClient class provides methods allowing to get differences between versioned items ('diff' operation) as well as ones intended for merging file contents.
SVNDiffClient(ISVNAuthenticationManager, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNDiffClient
Constructs and initializes an SVNDiffClient object with the specified run-time configuration and authentication drivers.
SVNDiffClient(ISVNRepositoryPool, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNDiffClient
Constructs and initializes an SVNDiffClient object with the specified run-time configuration and repository pool object.
SVNDiffInstruction - Class in org.tmatesoft.svn.core.io.diff
The SVNDiffInstruction class represents instructions used as delta applying rules.
SVNDiffInstruction(int, int, int) - Constructor for class org.tmatesoft.svn.core.io.diff.SVNDiffInstruction
Creates a particular type of a diff instruction.
SVNDiffInstruction() - Constructor for class org.tmatesoft.svn.core.io.diff.SVNDiffInstruction
Creates a new instruction object.
SVNDiffOptions - Class in org.tmatesoft.svn.core.wc
The SVNDiffOptions class is used to contain some rules for controlling the result of comparing two files.
SVNDiffOptions() - Constructor for class org.tmatesoft.svn.core.wc.SVNDiffOptions
Creates a new diff options object.
SVNDiffOptions(boolean, boolean, boolean) - Constructor for class org.tmatesoft.svn.core.wc.SVNDiffOptions
Creates a new diff options object.
SVNDiffStatus - Class in org.tmatesoft.svn.core.wc
The SVNDiffStatus class is used to provide short information on path changes during diff status operations.
SVNDiffStatus(File, SVNURL, String, SVNStatusType, boolean, SVNNodeKind) - Constructor for class org.tmatesoft.svn.core.wc.SVNDiffStatus
Instantiates a new object.
SvnDiffStatus - Class in org.tmatesoft.svn.core.wc2
Represents short information on path changes in SvnDiffSummarize operation.
SvnDiffStatus() - Constructor for class org.tmatesoft.svn.core.wc2.SvnDiffStatus
 
SvnDiffSummarize - Class in org.tmatesoft.svn.core.wc2
Produces a diff summary which lists the changed items between source in its pegRevision, as it changed between startRevision and endRevision, or diff summary between firstSource at its pegRevision and secondSource at its pegRevision.
SvnDiffSummarize(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnDiffSummarize
 
SVNDiffWindow - Class in org.tmatesoft.svn.core.io.diff
The SVNDiffWindow class represents a diff window that contains instructions and new data of a delta to apply to a file.
SVNDiffWindow(long, int, int, int, int) - Constructor for class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Constructs an SVNDiffWindow object.
SVNDiffWindowApplyBaton - Class in org.tmatesoft.svn.core.io.diff
The SVNDiffWindowApplyBaton class is used to provide the source and target streams during applying diff windows.
SVNDirEntry - Class in org.tmatesoft.svn.core
The SVNDirEntry class is a representation of a versioned directory entry.
SVNDirEntry(SVNURL, SVNURL, String, SVNNodeKind, long, boolean, long, Date, String) - Constructor for class org.tmatesoft.svn.core.SVNDirEntry
Constructs an instance of SVNDirEntry.
SVNDirEntry(SVNURL, SVNURL, String, SVNNodeKind, long, boolean, long, Date, String, String) - Constructor for class org.tmatesoft.svn.core.SVNDirEntry
Constructs an instance of SVNDirEntry.
SVNErrorCode - Class in org.tmatesoft.svn.core
The SVNErrorCode class represents possible predefined kinds of errors with their own identifying information.
SVNErrorCode(int, int, String) - Constructor for class org.tmatesoft.svn.core.SVNErrorCode
 
SVNErrorMessage - Class in org.tmatesoft.svn.core
The SVNErrorMessage class represents error and warning messages describing reasons of exceptions occurred during runtime.
SVNErrorMessage(SVNErrorCode, String, Object[], Throwable, int) - Constructor for class org.tmatesoft.svn.core.SVNErrorMessage
 
SVNEvent - Class in org.tmatesoft.svn.core.wc
The SVNEvent class is used to provide detailed information on an operation progress to the ISVNEventHandler (if any) registered for an SVN*Client object.
SVNEvent(SVNErrorMessage, SVNEventAction) - Constructor for class org.tmatesoft.svn.core.wc.SVNEvent
Constructs an SVNEvent object given an error message for a filed operation.
SVNEvent(File, SVNNodeKind, String, long, SVNStatusType, SVNStatusType, SVNStatusType, SVNLock, SVNEventAction, SVNEventAction, SVNErrorMessage, SVNMergeRange, String, SVNProperties, String) - Constructor for class org.tmatesoft.svn.core.wc.SVNEvent
Constructs an SVNEvent object.
SVNEventAction - Class in org.tmatesoft.svn.core.wc
The SVNEventAction class is used to describe an action which generated an SVNEvent object.
SVNEventAdapter - Class in org.tmatesoft.svn.core.wc
SVNEventAdapter is an adapter class for ISVNEventHandler.
SVNEventAdapter() - Constructor for class org.tmatesoft.svn.core.wc.SVNEventAdapter
 
SVNException - Exception in org.tmatesoft.svn.core
A main exception class that is used in the SVNKit library.
SVNException(SVNErrorMessage) - Constructor for exception org.tmatesoft.svn.core.SVNException
Creates an exception given an error message.
SVNException(SVNErrorMessage, Throwable) - Constructor for exception org.tmatesoft.svn.core.SVNException
Creates an exception given an error message and the cause exception.
SvnExport - Class in org.tmatesoft.svn.core.wc2
Represents export operation.
SvnExport(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnExport
 
SvnFileKind - Enum in org.tmatesoft.svn.core.wc2
Describe the kind of item.
SVNFileRevision - Class in org.tmatesoft.svn.core.io
The SVNFileRevision class represents information on what path a file is located at (in a repository) in a particular revision, contains file properties and revision properties for that revision.
SVNFileRevision(String, long, SVNProperties, SVNProperties) - Constructor for class org.tmatesoft.svn.core.io.SVNFileRevision
Constructs an instance of SVNFileRevision.
SVNFileRevision(String, long, SVNProperties, SVNProperties, boolean) - Constructor for class org.tmatesoft.svn.core.io.SVNFileRevision
Constructs an instance of SVNFileRevision.
SvnGetChangelistPaths - Class in org.tmatesoft.svn.core.wc2
Gets paths belonging to the specified changelists discovered under the specified targets.
SvnGetChangelistPaths(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnGetChangelistPaths
 
SvnGetInfo - Class in org.tmatesoft.svn.core.wc2
Represents info command.
SvnGetInfo(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnGetInfo
 
SvnGetMergeInfo - Class in org.tmatesoft.svn.core.wc2
Returns mergeinfo as a Map with merge source URLs (as SVNURL) mapped to range lists (SVNMergeRangeList).
SvnGetMergeInfo(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnGetMergeInfo
 
SvnGetProperties - Class in org.tmatesoft.svn.core.wc2
Represents proplist operation.
SvnGetProperties(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnGetProperties
 
SvnGetStatus - Class in org.tmatesoft.svn.core.wc2
Represents status operation.
SvnGetStatus(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnGetStatus
 
SvnGetStatusSummary - Class in org.tmatesoft.svn.core.wc2
Represents status operation as local working copy summary status for target and all its children.
SvnGetStatusSummary(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnGetStatusSummary
 
SvnImport - Class in org.tmatesoft.svn.core.wc2
Imports file or directory source into repository directory defined in operation's target at HEAD revision.
SvnImport(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnImport
 
SVNInfo - Class in org.tmatesoft.svn.core.wc
The SVNInfo class is a wrapper for versioned item's (located either in a Working Copy or a repository) information details.
SVNInfo(File, SVNURL, SVNURL, long, SVNNodeKind, String, long, String, String, String, SVNURL, long, String, String, String, String, String, String, String, SVNLock, SVNDepth, String, long, SVNTreeConflictDescription) - Constructor for class org.tmatesoft.svn.core.wc.SVNInfo
 
SVNInfo(String, SVNURL, SVNRevision, SVNNodeKind, String, SVNURL, long, Date, String, SVNLock, SVNDepth, long) - Constructor for class org.tmatesoft.svn.core.wc.SVNInfo
 
SvnInfo - Class in org.tmatesoft.svn.core.wc2
Represents information details for versioned item's (located either in a working copy or a repository).
SvnInfo() - Constructor for class org.tmatesoft.svn.core.wc2.SvnInfo
 
SVNKIT_PREFIX - Static variable in class org.tmatesoft.svn.core.SVNProperty
SVNKit's own property namespace.
SvnList - Class in org.tmatesoft.svn.core.wc2
Represents list operation.
SvnList(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnList
 
SVNLocationEntry - Class in org.tmatesoft.svn.core.io
The SVNLocationEntry represents a mapping of a path to its revision.
SVNLocationEntry(long, String) - Constructor for class org.tmatesoft.svn.core.io.SVNLocationEntry
Constructs an SVNLocationEntry object.
SVNLocationEntry(long, String, boolean, Map) - Constructor for class org.tmatesoft.svn.core.io.SVNLocationEntry
Constructs an SVNLocationEntry object.
SVNLocationSegment - Class in org.tmatesoft.svn.core.io
The SVNLocationSegment is a representation of a segment of an object's version history with an emphasis on the object's location in the repository as of various revisions.
SVNLocationSegment(long, long, String) - Constructor for class org.tmatesoft.svn.core.io.SVNLocationSegment
Creates a new SVNLocationSegment object.
SVNLock - Class in org.tmatesoft.svn.core
The SVNLock class represents a file lock.
SVNLock(String, String, String, String, Date, Date) - Constructor for class org.tmatesoft.svn.core.SVNLock
Constructs an SVNLock object.
SvnLog - Class in org.tmatesoft.svn.core.wc2
Represents log operation.
SvnLog(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnLog
 
SVNLogClient - Class in org.tmatesoft.svn.core.wc
The SVNLogClient class is intended for such purposes as getting revisions history, browsing repository entries and annotating file contents.
SVNLogClient(ISVNAuthenticationManager, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNLogClient
Constructs and initializes an SVNLogClient object with the specified run-time configuration and authentication drivers.
SVNLogClient(ISVNRepositoryPool, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNLogClient
Constructs and initializes an SVNLogClient object with the specified run-time configuration and authentication drivers.
SVNLogEntry - Class in org.tmatesoft.svn.core
The SVNLogEntry class encapsulates such per revision information as: a revision number, the datestamp when the revision was committed, the author of the revision, a commit log message and all paths changed in that revision.
SVNLogEntry(Map, long, String, Date, String) - Constructor for class org.tmatesoft.svn.core.SVNLogEntry
Constructs an SVNLogEntry object.
SVNLogEntry(Map, long, SVNProperties, boolean) - Constructor for class org.tmatesoft.svn.core.SVNLogEntry
Constructs an SVNLogEntry object.
SVNLogEntryPath - Class in org.tmatesoft.svn.core
The SVNLogEntryPath class encapsulates information about a single item changed in a revision.
SVNLogEntryPath(String, char, String, long) - Constructor for class org.tmatesoft.svn.core.SVNLogEntryPath
Constructs an SVNLogEntryPath object.
SVNLogEntryPath(String, char, String, long, SVNNodeKind) - Constructor for class org.tmatesoft.svn.core.SVNLogEntryPath
Constructs an SVNLogEntryPath object.
SvnLogMergeInfo - Class in org.tmatesoft.svn.core.wc2
Creates a SVNLogEntry object with the revisions merged from mergeSource (as of mergeSource's pegRevision) into target (as of target's pegRevision).
SvnLogMergeInfo(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnLogMergeInfo
 
SVNLogType - Class in org.tmatesoft.svn.util
 
SVNLookClient - Class in org.tmatesoft.svn.core.wc.admin
The SVNLookClient class provides API for examining different aspects of a Subversion repository.
SVNLookClient(ISVNAuthenticationManager, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Creates a new instance of SVNLookClient given an authentication manager and global options keeper.
SVNLookClient(ISVNRepositoryPool, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNLookClient
Creates a new instance of SVNLookClient given an SVNRepository} drivers provider and global options keeper.
SvnMarkReplaced - Class in org.tmatesoft.svn.core.wc2
Schedules target as being replaced.
SvnMarkReplaced(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnMarkReplaced
 
SvnMerge - Class in org.tmatesoft.svn.core.wc2
Represents merge operation.
SvnMerge(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnMerge
 
SVNMergeFileSet - Class in org.tmatesoft.svn.core.wc
The SVNMergeFileSet class holds information about the file that is to be merged.
SVNMergeFileSet(SVNAdminArea, SVNLog, File, File, String, File, File, File, String) - Constructor for class org.tmatesoft.svn.core.wc.SVNMergeFileSet
Creates a new SVNMergeFileSet object given the data prepared for merging a file.
SVNMergeInfo - Class in org.tmatesoft.svn.core
The SVNMergeInfo represents information about merges to a certain repository path.
SVNMergeInfo(String, Map<String, SVNMergeRangeList>) - Constructor for class org.tmatesoft.svn.core.SVNMergeInfo
Creates a new SVNMergeInfo object.
SVNMergeInfoInheritance - Class in org.tmatesoft.svn.core
This class contains enumeration that describes the ways of requesting merge information.
SVNMergeRange - Class in org.tmatesoft.svn.core
The SVNMergeRange class represents a range of merged revisions.
SVNMergeRange(long, long, boolean) - Constructor for class org.tmatesoft.svn.core.SVNMergeRange
Constructs a new SVNMergeRange object.
SVNMergeRangeList - Class in org.tmatesoft.svn.core
The SVNMergeRangeList represents an array of merge ranges applied to a single target.
SVNMergeRangeList(long, long, boolean) - Constructor for class org.tmatesoft.svn.core.SVNMergeRangeList
Creates a new merge range list initializing it with a single merge range which parameters are passed to this constructor.
SVNMergeRangeList(SVNMergeRange) - Constructor for class org.tmatesoft.svn.core.SVNMergeRangeList
Creates a new merge range list initializing it with the specified single merge range.
SVNMergeRangeList(SVNMergeRange[]) - Constructor for class org.tmatesoft.svn.core.SVNMergeRangeList
Creates a new merge range list initializing it with an array of merge ranges.
SVNMergeResult - Class in org.tmatesoft.svn.core.wc
The SVNMergeResult represents a result of a text or properties merge operation.
SvnMergeResult - Class in org.tmatesoft.svn.core.wc2
Represents a result of a text or properties merge operation.
SVNMoveClient - Class in org.tmatesoft.svn.core.wc
The SVNMoveClient provides an extra client-side functionality over standard (i.e. compatible with the SVN command line client) move operations.
SVNMoveClient(ISVNAuthenticationManager, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNMoveClient
Constructs and initializes an SVNMoveClient object with the specified run-time configuration and authentication drivers.
SVNMoveClient(ISVNRepositoryPool, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNMoveClient
Constructs and initializes an SVNMoveClient object with the specified run-time configuration and repository pool object.
SVNNodeKind - Class in org.tmatesoft.svn.core
The SVNNodeKind class is used to describe the kind of a directory entry (node, in other words).
SvnObject - Class in org.tmatesoft.svn.core.wc2
Base class for all Svn* classes representing some kind of information.
SvnObject() - Constructor for class org.tmatesoft.svn.core.wc2.SvnObject
 
SVNOperation - Class in org.tmatesoft.svn.core.wc
SVNOperation represents the user operation that exposed a conflict.
SvnOperation<V> - Class in org.tmatesoft.svn.core.wc2
Base class for all Svn* operations.
SvnOperation(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnOperation
 
SvnOperationFactory - Class in org.tmatesoft.svn.core.wc2
Represents factory for the Svn* operations.
SvnOperationFactory() - Constructor for class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates operation factory and initializes it with empty context.
SvnOperationFactory(SVNWCContext) - Constructor for class org.tmatesoft.svn.core.wc2.SvnOperationFactory
Creates operation factory and initializes it with context.
SVNPasswordAuthentication - Class in org.tmatesoft.svn.core.auth
The SVNPasswordAuthentication class represents a simple user credential pair - a username and password.
SVNPasswordAuthentication(String, String, boolean) - Constructor for class org.tmatesoft.svn.core.auth.SVNPasswordAuthentication
Deprecated. use constructor with SVNURL parameter instead
SVNPasswordAuthentication(String, String, boolean, SVNURL, boolean) - Constructor for class org.tmatesoft.svn.core.auth.SVNPasswordAuthentication
Creates a password user credential object given a username and password.
SVNProperties - Class in org.tmatesoft.svn.core
The SVNProperties class represents an object wrapper for String to SVNPropertyValue mappings where String keys represent property names and values - property values wrapped in SVNPropertyValue objects.
SVNProperties() - Constructor for class org.tmatesoft.svn.core.SVNProperties
Creates an empty SVNProperties object.
SVNProperties(SVNProperties) - Constructor for class org.tmatesoft.svn.core.SVNProperties
Creates a new SVNProperties object copying the given one.
SVNProperty - Class in org.tmatesoft.svn.core
The SVNProperty class is a representation class for both versioned properties (user-managed svn specials) and for metaproperties (untweakable) supported by Subversion.
SVNProperty() - Constructor for class org.tmatesoft.svn.core.SVNProperty
 
SVNPropertyConflictDescription - Class in org.tmatesoft.svn.core.wc
SVNPropertyConflictDescription brings a property conflict description.
SVNPropertyConflictDescription(SVNMergeFileSet, SVNNodeKind, String, SVNConflictAction, SVNConflictReason) - Constructor for class org.tmatesoft.svn.core.wc.SVNPropertyConflictDescription
Creates a new SVNPropertyConflictDescription object.
SVNPropertyData - Class in org.tmatesoft.svn.core.wc
SVNPropertyData is a wrapper for both versioned and unversioned properties.
SVNPropertyData(String, SVNPropertyValue, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNPropertyData
Constructs an SVNPropertyData given a property name and its value.
SVNPropertyValue - Class in org.tmatesoft.svn.core
The SVNPropertyValue represents an object wrapper for string and binary version controlled properties providing a set of specific methods to work with them.
SvnReceivingOperation<T> - Class in org.tmatesoft.svn.core.wc2
Represents base class for all operations that can fetch object(s) for custom processing.
SvnReceivingOperation(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnReceivingOperation
 
SvnRelocate - Class in org.tmatesoft.svn.core.wc2
Represents relocate operation.
SvnRelocate(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnRelocate
 
SvnRemoteCopy - Class in org.tmatesoft.svn.core.wc2
Represents copy to repository operation.
SvnRemoteCopy(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnRemoteCopy
 
SvnRemoteDelete - Class in org.tmatesoft.svn.core.wc2
Represents delete operation.
SvnRemoteDelete(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnRemoteDelete
 
SvnRemoteMkDir - Class in org.tmatesoft.svn.core.wc2
Creates directory(ies) in a repository.
SvnRemoteMkDir(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnRemoteMkDir
 
SvnRemoteSetProperty - Class in org.tmatesoft.svn.core.wc2
Sets propertyName to propertyValue on each targets.
SvnRemoteSetProperty(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnRemoteSetProperty
 
SVNReplayHandler - Class in org.tmatesoft.svn.core.wc.admin
SVNReplayHandler is an implementation of ISVNReplayHandler that is used in SVNAdminClient.doSynchronize(org.tmatesoft.svn.core.SVNURL).
SVNReplayHandler(SVNRepository, boolean, ISVNLogEntryHandler, ISVNDebugLog, ISVNEventHandler, SVNAdminClient) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNReplayHandler
Creates a new replay handler.
SVNReplicationEditor - Class in org.tmatesoft.svn.core.replicator
The SVNReplicationEditor is an editor implementation used by a repository replicator as a bridge between an update editor for the source repository and a commit editor of the target one.
SVNReplicationEditor(SVNRepository, ISVNEditor, SVNLogEntry) - Constructor for class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
Creates a new replication editor.
SVNRepository - Class in org.tmatesoft.svn.core.io
The abstract class SVNRepository provides an interface for protocol specific drivers used for direct working with a Subversion repository.
SVNRepository(SVNURL, ISVNSession) - Constructor for class org.tmatesoft.svn.core.io.SVNRepository
 
SvnRepositoryCat - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryCat(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCat
 
SvnRepositoryCopyRevisionProperties - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryCopyRevisionProperties(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCopyRevisionProperties
 
SvnRepositoryCreate - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryCreate(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCreate
 
SvnRepositoryDump - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryDump(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryDump
 
SVNRepositoryFactory - Class in org.tmatesoft.svn.core.io
SVNRepositoryFactory is an abstract factory that is responsible for creating an appropriate SVNRepository driver specific for the protocol to use.
SVNRepositoryFactory() - Constructor for class org.tmatesoft.svn.core.io.SVNRepositoryFactory
 
SvnRepositoryFilter - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryFilter(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryFilter
 
SvnRepositoryGetAuthor - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryGetAuthor(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetAuthor
 
SvnRepositoryGetChanged - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryGetChanged(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetChanged
 
SvnRepositoryGetChangedDirectories - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryGetChangedDirectories(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetChangedDirectories
 
SvnRepositoryGetDate - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryGetDate(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetDate
 
SvnRepositoryGetDiff - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryGetDiff(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetDiff
 
SvnRepositoryGetHistory - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryGetHistory(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetHistory
 
SvnRepositoryGetInfo - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryGetInfo(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetInfo
 
SvnRepositoryGetLock - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryGetLock(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetLock
 
SvnRepositoryGetLog - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryGetLog(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetLog
 
SvnRepositoryGetProperties - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryGetProperties(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetProperties
 
SvnRepositoryGetProperty - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryGetProperty(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetProperty
 
SvnRepositoryGetRevisionProperties - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryGetRevisionProperties(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetRevisionProperties
 
SvnRepositoryGetRevisionProperty - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryGetRevisionProperty(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetRevisionProperty
 
SvnRepositoryGetTree - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryGetTree(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetTree
 
SvnRepositoryGetUUID - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryGetUUID(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetUUID
 
SvnRepositoryGetYoungest - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryGetYoungest(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetYoungest
 
SvnRepositoryHotCopy - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryHotCopy(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryHotCopy
 
SvnRepositoryInitialize - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryInitialize(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryInitialize
 
SvnRepositoryListLocks - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryListLocks(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryListLocks
 
SvnRepositoryListTransactions - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryListTransactions(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryListTransactions
 
SvnRepositoryLoad - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryLoad(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryLoad
 
SvnRepositoryOperation<V> - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryOperation(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryOperation
 
SvnRepositoryPack - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryPack(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryPack
 
SvnRepositoryReceivingOperation<T> - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryReceivingOperation(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryReceivingOperation
 
SvnRepositoryRecover - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryRecover(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryRecover
 
SvnRepositoryRemoveLocks - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryRemoveLocks(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryRemoveLocks
 
SvnRepositoryRemoveTransactions - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryRemoveTransactions(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryRemoveTransactions
 
SVNRepositoryReplicator - Class in org.tmatesoft.svn.core.replicator
The SVNRepositoryReplicator class provides an ability to make a copy of an existing repository.
SvnRepositorySetUUID - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositorySetUUID(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositorySetUUID
 
SvnRepositorySynchronize - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositorySynchronize(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositorySynchronize
 
SvnRepositorySyncInfo - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositorySyncInfo(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositorySyncInfo
 
SvnRepositoryUpgrade - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryUpgrade(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryUpgrade
 
SvnRepositoryVerify - Class in org.tmatesoft.svn.core.wc2.admin
 
SvnRepositoryVerify(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryVerify
 
SvnResolve - Class in org.tmatesoft.svn.core.wc2
Represents resolve operation.
SvnResolve(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnResolve
 
SvnRevert - Class in org.tmatesoft.svn.core.wc2
Represents revert operation.
SvnRevert(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnRevert
 
SVNRevision - Class in org.tmatesoft.svn.core.wc
SVNRevision is a revision wrapper used for an abstract representation of revision information.
SVNRevisionProperty - Class in org.tmatesoft.svn.core
The SVNRevisionProperty class represents revision properties - those unversioned properties supported by Subversion.
SVNRevisionProperty() - Constructor for class org.tmatesoft.svn.core.SVNRevisionProperty
 
SVNRevisionRange - Class in org.tmatesoft.svn.core.wc
The SVNRevisionRange class represents a revision range between a start revision and an end revision.
SVNRevisionRange(SVNRevision, SVNRevision) - Constructor for class org.tmatesoft.svn.core.wc.SVNRevisionRange
Constructs a new revision range object given start and end revisions.
SvnRevisionRange - Class in org.tmatesoft.svn.core.wc2
Represents a revision range between the start revision and the end revision.
SvnSchedule - Enum in org.tmatesoft.svn.core.wc2
Describe the kind of schedule.
SvnScheduleForAddition - Class in org.tmatesoft.svn.core.wc2
Represents add operation.
SvnScheduleForAddition(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnScheduleForAddition
 
SvnScheduleForRemoval - Class in org.tmatesoft.svn.core.wc2
Represents remove operation.
SvnScheduleForRemoval(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnScheduleForRemoval
 
SvnSetChangelist - Class in org.tmatesoft.svn.core.wc2
Represents set changelist operation.
SvnSetChangelist(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnSetChangelist
 
SvnSetLock - Class in org.tmatesoft.svn.core.wc2
Represents operation for locking files.
SvnSetLock(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnSetLock
 
SvnSetProperty - Class in org.tmatesoft.svn.core.wc2
Represents set property operation.
SvnSetProperty(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnSetProperty
 
SVNSSHAuthentication - Class in org.tmatesoft.svn.core.auth
The SVNSSHAuthentication class represents a kind of credentials used to authenticate a user over an SSH tunnel.
SVNSSHAuthentication(String, String, int, boolean) - Constructor for class org.tmatesoft.svn.core.auth.SVNSSHAuthentication
Deprecated. use constructor with SVNURL parameter instead
SVNSSHAuthentication(String, String, int, boolean, SVNURL, boolean) - Constructor for class org.tmatesoft.svn.core.auth.SVNSSHAuthentication
Creates a user credential object for authenticating over an ssh tunnel.
SVNSSHAuthentication(String, File, String, int, boolean) - Constructor for class org.tmatesoft.svn.core.auth.SVNSSHAuthentication
Deprecated. use constructor with SVNURL parameter instead
SVNSSHAuthentication(String, File, String, int, boolean, SVNURL, boolean) - Constructor for class org.tmatesoft.svn.core.auth.SVNSSHAuthentication
Creates a user credential object for authenticating over an ssh tunnel.
SVNSSHAuthentication(String, char[], String, int, boolean) - Constructor for class org.tmatesoft.svn.core.auth.SVNSSHAuthentication
Deprecated. use constructor with SVNURL parameter instead
SVNSSHAuthentication(String, char[], String, int, boolean, SVNURL, boolean) - Constructor for class org.tmatesoft.svn.core.auth.SVNSSHAuthentication
Creates a user credential object for authenticating over an ssh tunnel.
SVNSSLAuthentication - Class in org.tmatesoft.svn.core.auth
The SVNSSLAuthentication class represents user's credentials used to authenticate a user in secure connections.
SVNSSLAuthentication(File, String, boolean) - Constructor for class org.tmatesoft.svn.core.auth.SVNSSLAuthentication
Deprecated. use constructor with SVNURL parameter instead
SVNSSLAuthentication(File, String, boolean, SVNURL, boolean) - Constructor for class org.tmatesoft.svn.core.auth.SVNSSLAuthentication
Creates an SSL credentials object.
SVNSSLAuthentication(String, String, boolean, SVNURL, boolean) - Constructor for class org.tmatesoft.svn.core.auth.SVNSSLAuthentication
 
SVNStatus - Class in org.tmatesoft.svn.core.wc
The SVNStatus class is used to provide detailed status information for a Working Copy item as a result of a status operation invoked by a doStatus() method of SVNStatusClient.
SVNStatus(SVNURL, File, SVNNodeKind, SVNRevision, SVNRevision, Date, String, SVNStatusType, SVNStatusType, SVNStatusType, SVNStatusType, boolean, boolean, boolean, boolean, File, File, File, File, String, SVNRevision, SVNLock, SVNLock, Map, String, int, SVNTreeConflictDescription) - Constructor for class org.tmatesoft.svn.core.wc.SVNStatus
Constructs an SVNStatus object filling it with status information details.
SVNStatus() - Constructor for class org.tmatesoft.svn.core.wc.SVNStatus
 
SvnStatus - Class in org.tmatesoft.svn.core.wc2
Provides detailed status information for a working copy item as a result of a status operation invoked by a SvnGetStatus operation.
SvnStatus() - Constructor for class org.tmatesoft.svn.core.wc2.SvnStatus
 
SVNStatusClient - Class in org.tmatesoft.svn.core.wc
The SVNStatusClient class provides methods for obtaining information on the status of Working Copy items.
SVNStatusClient(ISVNAuthenticationManager, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNStatusClient
Constructs and initializes an SVNStatusClient object with the specified run-time configuration and authentication drivers.
SVNStatusClient(ISVNRepositoryPool, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNStatusClient
Constructs and initializes an SVNStatusClient object with the specified run-time configuration and repository pool object.
SvnStatusSummary - Class in org.tmatesoft.svn.core.wc2
Represents status summary information for local working copy item, including all its children.
SvnStatusSummary() - Constructor for class org.tmatesoft.svn.core.wc2.SvnStatusSummary
 
SVNStatusType - Class in org.tmatesoft.svn.core.wc
SVNStatusType provides information about versioned items' status type.
SvnSuggestMergeSources - Class in org.tmatesoft.svn.core.wc2
Returns a collection of potential merge sources (expressed as full repository URLs) for working copy target at target's pegRevision.
SvnSuggestMergeSources(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnSuggestMergeSources
 
SvnSwitch - Class in org.tmatesoft.svn.core.wc2
Represents switch operation.
SvnSwitch(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnSwitch
 
SVNSyncInfo - Class in org.tmatesoft.svn.core.wc.admin
SVNSyncInfo represents information on repository synchronization
SVNSyncInfo(String, String, long) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNSyncInfo
Creates a new SVNSyncInfo object.
SvnTarget - Class in org.tmatesoft.svn.core.wc2
Represents target of the operation on whose operation will be executed.
SVNTextConflictDescription - Class in org.tmatesoft.svn.core.wc
SVNTextConflictDescription brings information about conflict on a file.
SVNTextConflictDescription(SVNMergeFileSet, SVNNodeKind, SVNConflictAction, SVNConflictReason) - Constructor for class org.tmatesoft.svn.core.wc.SVNTextConflictDescription
Creates a new SVNTextConflictDescription object.
SVNTreeConflictDescription - Class in org.tmatesoft.svn.core.wc
SVNTreeConflictDescription brings information on a tree conflict.
SVNTreeConflictDescription(File, SVNNodeKind, SVNConflictAction, SVNConflictReason, SVNOperation, SVNConflictVersion, SVNConflictVersion) - Constructor for class org.tmatesoft.svn.core.wc.SVNTreeConflictDescription
Creates a new SVNTreeConflictDescription.
SvnUnlock - Class in org.tmatesoft.svn.core.wc2
Represents operation for unlocking files.
SvnUnlock(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnUnlock
 
SvnUpdate - Class in org.tmatesoft.svn.core.wc2
Represents update operation.
SvnUpdate(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnUpdate
 
SVNUpdateClient - Class in org.tmatesoft.svn.core.wc
This class provides methods which allow to check out, update, switch and relocate a Working Copy as well as export an unversioned directory or file from a repository.
SVNUpdateClient(ISVNAuthenticationManager, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNUpdateClient
Constructs and initializes an SVNUpdateClient object with the specified run-time configuration and authentication drivers.
SVNUpdateClient(ISVNRepositoryPool, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNUpdateClient
Constructs and initializes an SVNUpdateClient object with the specified run-time configuration and authentication drivers.
SvnUpgrade - Class in org.tmatesoft.svn.core.wc2
Represents operation for upgrading the metadata storage format for a working copy.
SvnUpgrade(SvnOperationFactory) - Constructor for class org.tmatesoft.svn.core.wc2.SvnUpgrade
 
SVNURL - Class in org.tmatesoft.svn.core
The SVNURL class is used for representing urls.
SVNUserNameAuthentication - Class in org.tmatesoft.svn.core.auth
The SVNUserNameAuthentication class represents a simple authentication credential class that uses only a username to authenticate a user.
SVNUserNameAuthentication(String, boolean) - Constructor for class org.tmatesoft.svn.core.auth.SVNUserNameAuthentication
Deprecated. use constructor with SVNURL parameter instead
SVNUserNameAuthentication(String, boolean, SVNURL, boolean) - Constructor for class org.tmatesoft.svn.core.auth.SVNUserNameAuthentication
Creates a username authentication credential.
SVNUUIDAction - Class in org.tmatesoft.svn.core.wc.admin
The SVNUUIDAction class is an enumeration of possible actions that SVNAdminClient can perform with uuids when loading a dumpstream.
SVNWCClient - Class in org.tmatesoft.svn.core.wc
The SVNWCClient class combines a number of version control operations mainly intended for local work with Working Copy items.
SVNWCClient(ISVNAuthenticationManager, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNWCClient
Constructs and initializes an SVNWCClient object with the specified run-time configuration and authentication drivers.
SVNWCClient(ISVNRepositoryPool, ISVNOptions) - Constructor for class org.tmatesoft.svn.core.wc.SVNWCClient
Constructs and initializes an SVNWCClient object with the specified run-time configuration and repository pool object.
SVNWCUtil - Class in org.tmatesoft.svn.core.wc
The SVNWCUtil is a utility class providing some common methods used by Working Copy API classes for such purposes as creating default run-time configuration and authentication drivers and some others.
SVNWCUtil() - Constructor for class org.tmatesoft.svn.core.wc.SVNWCUtil
 
SvnWorkingCopyInfo - Class in org.tmatesoft.svn.core.wc2
Provides information about working copy info, used by SvnInfo.
SvnWorkingCopyInfo() - Constructor for class org.tmatesoft.svn.core.wc2.SvnWorkingCopyInfo
 
SVNXMLAnnotateHandler - Class in org.tmatesoft.svn.core.wc.xml
This is an implementation of the ISVNAnnotateHandler interface that writes XML formatted annotation information to a specified ContentHandler.
SVNXMLAnnotateHandler(ContentHandler) - Constructor for class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
Creates a new annotation handler.
SVNXMLAnnotateHandler(ContentHandler, ISVNDebugLog) - Constructor for class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
Creates a new annotation handler.
SVNXMLAnnotateHandler(ContentHandler, ISVNDebugLog, boolean) - Constructor for class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
Creates a new annotation handler.
SVNXMLDirEntryHandler - Class in org.tmatesoft.svn.core.wc.xml
This is an implementation of the ISVNStatusHandler interface that writes XML formatted status information to a specified ContentHandler.
SVNXMLDirEntryHandler(ContentHandler) - Constructor for class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
Creates a new handler.
SVNXMLDirEntryHandler(ContentHandler, ISVNDebugLog) - Constructor for class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
Creates a new handler.
SVNXMLInfoHandler - Class in org.tmatesoft.svn.core.wc.xml
 
SVNXMLInfoHandler(ContentHandler) - Constructor for class org.tmatesoft.svn.core.wc.xml.SVNXMLInfoHandler
Creates a new info handler.
SVNXMLInfoHandler(ContentHandler, ISVNDebugLog) - Constructor for class org.tmatesoft.svn.core.wc.xml.SVNXMLInfoHandler
Creates a new info handler.
SVNXMLLogHandler - Class in org.tmatesoft.svn.core.wc.xml
This log handler implementation writes xml formatted information about the log entries it's passed to a specified ContentHandler.
SVNXMLLogHandler(ContentHandler) - Constructor for class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
Creates a new log handler.
SVNXMLLogHandler(ContentHandler, ISVNDebugLog) - Constructor for class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
Creates a new log handler.
SVNXMLSerializer - Class in org.tmatesoft.svn.core.wc.xml
This implementation of ContentHandler can write XML contents to a specified output stream or writer.
SVNXMLSerializer(OutputStream) - Constructor for class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
Creates a serializer to write XML contents to the specified output stream.
SVNXMLSerializer(Writer) - Constructor for class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
Creates a serializer to write XML contents to the specified writer.
SVNXMLStatusHandler - Class in org.tmatesoft.svn.core.wc.xml
This is an implementation of the ISVNStatusHandler interface that writes XML formatted status information to a specified ContentHandler.
SVNXMLStatusHandler(ContentHandler) - Constructor for class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
Creates a new status handler.
SVNXMLStatusHandler(ContentHandler, ISVNDebugLog) - Constructor for class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
Creates a new status handler.
swapEndPoints() - Method in class org.tmatesoft.svn.core.SVNMergeRange
Swaps the start revision and the end revision of this merge range object.
SWIG_PY_EXCEPTION_SET - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
SWITCH - Static variable in class org.tmatesoft.svn.core.wc.SVNOperation
Switch operation.
SWITCHED_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
'switched' attribute.

T

TARGET_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
'target' tag.
targetRevision(long) - Method in interface org.tmatesoft.svn.core.io.ISVNEditor
Sets the target revision the operation is running for.
targetRevision(long) - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
Saves the target revision.
TEST_FAILED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
TEST_SKIPPED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
testConnection() - Method in class org.tmatesoft.svn.core.io.SVNRepository
Tries to access a repository.
TEXT_MODIFIED - Static variable in class org.tmatesoft.svn.core.wc2.SvnCommitItem
 
TEXT_TIME - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:text-time" SVN untweakable metaproperty.
textDeltaChunk(SVNDiffWindow) - Method in class org.tmatesoft.svn.core.io.diff.SVNDeltaProcessor
Receives a next diff window to be applied.
textDeltaChunk(String, SVNDiffWindow) - Method in interface org.tmatesoft.svn.core.io.ISVNDeltaConsumer
Collects a next delta chunk.
textDeltaChunk(String, SVNDiffWindow) - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
Applies a next chunk of delta.
textDeltaChunk(String, SVNDiffWindow) - Method in class org.tmatesoft.svn.core.SVNAnnotationGenerator
Applies a next text delta chunk.
textDeltaEnd() - Method in class org.tmatesoft.svn.core.io.diff.SVNDeltaProcessor
Performs delta processing finalizing steps.
textDeltaEnd(String) - Method in interface org.tmatesoft.svn.core.io.ISVNDeltaConsumer
Finalizes collecting text delta(s).
textDeltaEnd(String) - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
Handles text delta end.
textDeltaEnd(String) - Method in class org.tmatesoft.svn.core.SVNAnnotationGenerator
Marks the end of the text delta series.
THEIRS_CONFLICT - Static variable in class org.tmatesoft.svn.core.wc.SVNConflictChoice
Constant saying to choose the incoming (for conflicted hunks) version of the file to resolve the conflict here and now.
THEIRS_FULL - Static variable in class org.tmatesoft.svn.core.wc.SVNConflictChoice
Constant saying to choose the incoming version of the file to resolve the conflict here and now.
toDecodedString() - Method in class org.tmatesoft.svn.core.SVNURL
Returns a string representing a decoded url.
TOKEN_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
'tag' tag.
TOKEN_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
'token' tag.
toOptionsCollection() - Method in class org.tmatesoft.svn.core.wc.SVNDiffOptions
Returns a collection containing diff options as String object.
toString() - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffInstruction
Gives a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Gives a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.io.SVNCapability
Returns a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.SVNCommitInfo
Gives a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.SVNDepth
Returns a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.SVNDirEntry
Retirns a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.SVNErrorCode
Gives a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.SVNErrorMessage
Returns a string representation of this error message object formatting (if needed) the error description with the provided related objects.
toString() - Method in class org.tmatesoft.svn.core.SVNLock
Returns a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.SVNLogEntry
Gives a string representation of this oobject.
toString() - Method in class org.tmatesoft.svn.core.SVNLogEntryPath
Gives a string representation of this oobject.
toString() - Method in class org.tmatesoft.svn.core.SVNMergeInfo
Returns a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.SVNMergeInfoInheritance
Returns a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.SVNMergeRange
Return a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.SVNMergeRangeList
Returns a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.SVNNodeKind
Represents the current SVNNodeKind object as a string.
toString() - Method in class org.tmatesoft.svn.core.SVNProperties
 
toString(boolean) - Static method in class org.tmatesoft.svn.core.SVNProperty
Converts a boolean value to a string representation.
toString(long) - Static method in class org.tmatesoft.svn.core.SVNProperty
Converts a long value to a string representation.
toString() - Method in class org.tmatesoft.svn.core.SVNPropertyValue
Returns a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.SVNURL
Returns a string representing a UTF-8 encoded url.
toString() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
Gives a string representation of this action.
toString() - Method in class org.tmatesoft.svn.core.wc.SVNCommitPacket
Gives a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.wc.SVNConflictAction
Returns the string representation of this action.
toString() - Method in class org.tmatesoft.svn.core.wc.SVNConflictReason
Retunrns a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
 
toString() - Method in class org.tmatesoft.svn.core.wc.SVNEventAction
Returns a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.wc.SVNOperation
Returns the string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.wc.SVNRevision
Gives a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.wc.SVNStatusType
Returns a string representation of this object.
toString() - Method in class org.tmatesoft.svn.core.wc2.SvnChecksum
Returns String representation of checksum.
toString() - Method in class org.tmatesoft.svn.core.wc2.SvnCopySource
Returns String representation of the object
toString() - Method in class org.tmatesoft.svn.core.wc2.SvnRevisionRange
Returns String representation of start and end revisions, separated by colon.
toString() - Method in class org.tmatesoft.svn.core.wc2.SvnStatusSummary
Returns String representation of summary status.
toString() - Method in class org.tmatesoft.svn.core.wc2.SvnTarget
Determines whether target is remote or local, and returns corresponding String representation of the target's path and peg revision.
TRANSACTION_LISTED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
A 'next transaction listed' action.
TRANSACTION_REMOVED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
A 'next transaction removed' action.
TREE_CONFLICT - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
TREE_CONFLICT_DATA - Static variable in class org.tmatesoft.svn.core.SVNProperty
 
TXN_CHECK_LOCKS - Static variable in class org.tmatesoft.svn.core.SVNProperty
A special property used in a commit transaction.
TXN_CHECK_OUT_OF_DATENESS - Static variable in class org.tmatesoft.svn.core.SVNProperty
A special property used in a commit transaction.
type - Variable in class org.tmatesoft.svn.core.io.diff.SVNDiffInstruction
A type of this instruction.
TYPE_ADDED - Static variable in class org.tmatesoft.svn.core.SVNLogEntryPath
Char 'A' (item added).
TYPE_ADDED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNChangeEntry
Char 'A' (item added).
TYPE_DELETED - Static variable in class org.tmatesoft.svn.core.SVNLogEntryPath
Char 'D' (item deleted).
TYPE_DELETED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNChangeEntry
Char 'D' (item deleted).
TYPE_ERROR - Static variable in class org.tmatesoft.svn.core.SVNErrorMessage
Error messages of this type are considered to be errors (most critical) rather than warnings.
TYPE_MODIFIED - Static variable in class org.tmatesoft.svn.core.SVNLogEntryPath
Char 'M' (item modified).
TYPE_REPLACED - Static variable in class org.tmatesoft.svn.core.SVNLogEntryPath
Char 'R' (item replaced).
TYPE_UPDATED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNChangeEntry
Char 'U' (item updated).
TYPE_WARNING - Static variable in class org.tmatesoft.svn.core.SVNErrorMessage
Error messages of this type are considered to be warnings, what in certain situations may be OK.

U

UNCHANGED - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
During an operation denotes that file item contents or file/directory item properties are not changed.
UNDEFINED - Static variable in class org.tmatesoft.svn.core.wc.SVNRevision
Used to denote that a revision is undefined (not available or not valid).
undoMove(File, File) - Method in class org.tmatesoft.svn.core.wc.SVNMoveClient
Reverts a previous move operation back.
UNKNOWN - Static variable in class org.tmatesoft.svn.core.SVNDepth
Depth undetermined or ignored.
UNKNOWN - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
UNKNOWN - Static variable in class org.tmatesoft.svn.core.SVNNodeKind
This node kind is used to say that the kind of a node is actually unknown
UNKNOWN - Static variable in interface org.tmatesoft.svn.core.wc.ISVNEventHandler
Constant that is currently the value of the progress parameter (in handleEvnt())
UNKNOWN - Static variable in class org.tmatesoft.svn.core.wc.SVNStatusType
Denotes that the resultant status of the operation is for some reason unknown.
UNKNOWN_CAPABILITY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
UNKNOWN_CHANGELIST - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
UNKNOWN_ERROR_MESSAGE - Static variable in class org.tmatesoft.svn.core.SVNErrorMessage
This is a type of an error message denoting an error of an unknown nature.
unlock(Map, boolean, ISVNLockHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Removes lock(s) from the file(s).
unlock() - Method in class org.tmatesoft.svn.core.io.SVNRepository
 
UNLOCK_FAILED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
Says that unlocking a path failed.
UNLOCK_FAILED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that unlocking a file item failed.
UNLOCKED - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
Says that a path was successfully unlocked.
UNLOCKED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that the file item is unlocked as a result of an unlocking operation.
unmodifiableProperties(SVNProperties) - Static method in class org.tmatesoft.svn.core.SVNProperties
Returns an unmodifiable view of the specified properties.
UNSUPPORTED_FEATURE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
UNSUPPORTED_SCHEMA - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
UNVERSIONED - Static variable in class org.tmatesoft.svn.core.wc.SVNConflictReason
Constant saying that an object is unversioned.
UNVERSIONED_RESOURCE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
update(SVNURL, long, String, boolean, ISVNReporterBaton, ISVNEditor) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Deprecated. use SVNRepository.update(SVNURL, long, String, SVNDepth, ISVNReporterBaton, ISVNEditor) instead
update(SVNURL, long, String, SVNDepth, ISVNReporterBaton, ISVNEditor) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Asks this repository access object to 'switch' a versioned tree to a new url.
update(long, String, boolean, ISVNReporterBaton, ISVNEditor) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Updates a path receiving changes from a repository.
update(long, String, SVNDepth, boolean, ISVNReporterBaton, ISVNEditor) - Method in class org.tmatesoft.svn.core.io.SVNRepository
Updates a path receiving changes from a repository.
UPDATE - Static variable in class org.tmatesoft.svn.core.wc.SVNOperation
Update operation.
UPDATE_ADD - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
In an update operation denotes that the item is added to the Working Copy (as it was added in the repository).
UPDATE_COMPLETED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
In an update operation denotes that the operation itself is completed (for instance, in a console client can be used to print out the revision updated to).
UPDATE_DELETE - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
In an update operation denotes that the item is deleted from the Working Copy (as it was deleted in the repository).
UPDATE_EXISTS - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that tried adding a path that already exists.
UPDATE_EXTERNAL - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
In an update operation denotes that the item being updated is external.
UPDATE_EXTERNAL_REMOVED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
UPDATE_NONE - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
In an update operation denotes that the item is not modified, but its children are.
UPDATE_REPLACE - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes a replace notification.
UPDATE_SHADOWED_ADD - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
UPDATE_SHADOWED_DELETE - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
UPDATE_SHADOWED_UPDATE - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
UPDATE_SKIP_ACCESS_DENINED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
UPDATE_SKIP_OBSTRUCTION - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
UPDATE_SKIP_WORKING_ONLY - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
UPDATE_STARTED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
 
UPDATE_UPDATE - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
In an update operation denotes that the item is modified (there are changes received from the repository).
UPGRADE - Static variable in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
Says that an upgrade process is about to start.
UPGRADE - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
Denotes that the current format of the working copy administrative area is upgraded to a newer one.
UPGRADED_PATH - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
An working copy directory was upgraded to the latest format
URL - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:url" SVN untweakable metaproperty.
useLocalFileSeparatorChar() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
USERNAME - Static variable in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
A simple username credential kind ("svn.username").
UUID - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:uuid" SVN untweakable metaproperty.

V

valueOf(String) - Static method in enum org.tmatesoft.svn.core.wc2.ISvnAddParameters.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tmatesoft.svn.core.wc2.ISvnCommitParameters.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tmatesoft.svn.core.wc2.SvnChecksum.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tmatesoft.svn.core.wc2.SvnFileKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tmatesoft.svn.core.wc2.SvnSchedule
Returns the enum constant of this type with the specified name.
values() - Method in class org.tmatesoft.svn.core.SVNProperties
Returns a collection of property values contained in this properties object.
values() - Static method in enum org.tmatesoft.svn.core.wc2.ISvnAddParameters.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tmatesoft.svn.core.wc2.ISvnCommitParameters.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tmatesoft.svn.core.wc2.SvnChecksum.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tmatesoft.svn.core.wc2.SvnFileKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tmatesoft.svn.core.wc2.SvnSchedule
Returns an array containing the constants of this enum type, in the order they are declared.
verifyHostKey(String, int, String, byte[]) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
 
verifyHostKey(String, int, String, byte[]) - Method in interface org.tmatesoft.svn.core.auth.ISVNSSHHostVerifier
 
Version - Class in org.tmatesoft.svn.util
 
Version() - Constructor for class org.tmatesoft.svn.util.Version
 
VERSION_MISMATCH - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 

W

WC - Static variable in class org.tmatesoft.svn.util.SVNLogType
 
WC_BAD_ADM_LOG - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_BAD_ADM_LOG_START - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_BAD_PATH - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_CANNOT_DELETE_FILE_EXTERNAL - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_CANNOT_MOVE_FILE_EXTERNAL - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_CHANGELIST_MOVE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_CLEANUP_REQUIRED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_CONFLICT_RESOLVER_FAILURE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_COPYFROM_PATH_NOT_FOUND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_CORRUPT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_CORRUPT_TEXT_BASE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_DB_ERROR - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_FOUND_CONFLICT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_INVALID_LOCK - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_INVALID_OP_ON_CWD - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_INVALID_OPERATION_DEPTH - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_INVALID_RELOCATION - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_INVALID_SCHEDULE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_INVALID_SWITCH - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_LEFT_LOCAL_MOD - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_LOCKED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_LOCKED_ATTR - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
'wc-locked' attribute.
WC_MISMATCHED_CHANGELIST - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_MISSING - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_NODE_KIND_CHANGE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_NOT_DIRECTORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
This code is deprecated.
WC_NOT_FILE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_NOT_LOCKED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_NOT_SYMLINK - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_NOT_UP_TO_DATE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_NOT_WORKING_COPY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_OBSTRUCTED_UPDATE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_PATH_FOUND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_PATH_NOT_FOUND - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_PATH_UNEXPECTED_STATUS - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_REVISION_LABEL - Static variable in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
 
WC_SCHEDULE_CONFLICT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_STATUS_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
'wc-status' tag.
WC_UNSUPPORTED_FORMAT - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_UNWIND_EMPTY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_UNWIND_MISMATCH - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_UNWIND_NOT_EMPTY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_UPGRADE_REQUIRED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
 
WC_URL - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:wc:ra_dav:version-url" SVN untweakable metaproperty.
WORKING - Static variable in class org.tmatesoft.svn.core.wc.SVNRevision
Denotes an item's working (current) revision.
WORKING_SIZE - Static variable in class org.tmatesoft.svn.core.SVNProperty
An "svn:entry:working-size" SVN untweakable metaproperty.
WORKING_SIZE_UNKNOWN - Static variable in class org.tmatesoft.svn.core.SVNProperty
Default value of the SVNProperty.WORKING_SIZE property.
wrap(String) - Method in class org.tmatesoft.svn.core.SVNErrorMessage
Wraps this error message into a new one that is returned as a parent error message.
wrap(String, Object) - Method in class org.tmatesoft.svn.core.SVNErrorMessage
Wraps this error message into a new one that is returned as a parent error message.
wrap(String, Object[]) - Method in class org.tmatesoft.svn.core.SVNErrorMessage
Wraps this error message into a new one that is returned as a parent error message.
wrap(Map) - Static method in class org.tmatesoft.svn.core.SVNProperties
Creates a new SVNProperties object wrapping a given map with properties.
writeInt(ByteBuffer, int) - Static method in class org.tmatesoft.svn.core.io.diff.SVNDiffInstruction
Writes an integer to a byte buffer.
writeLong(ByteBuffer, long) - Static method in class org.tmatesoft.svn.core.io.diff.SVNDiffInstruction
Writes a long to a byte buffer.
writeNewData(ByteBuffer, int, int) - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Fills a target buffer with the specified number of new data bytes of this window object taken at the specified offset.
writeTo(ByteBuffer) - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffInstruction
Wirtes this instruction to a byte buffer.
writeTo(OutputStream, boolean) - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Writes this window object to the provided stream.
writeTo(OutputStream, boolean, boolean) - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Formats and writes this window bytes to the specified output stream.

X

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

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