- CACHABLE_PROPS - Static variable in class org.tmatesoft.svn.core.SVNProperty
-
"cachable-props" SVN untweakable metaproperty.
- CANCELLED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
-
- cancelOperation() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- 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.
- 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
-
- checkCancelled() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEventAdapter
-
Does nothing.
- checkCancelled() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
Redirects this call to the registered event handler (if any).
- checkCancelled() - Method in class org.tmatesoft.svn.core.wc.SVNEventAdapter
-
Does nothing.
- checkout(long, String, boolean, ISVNEditor) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Checks out a directory from a repository.
- checkout(long, String, SVNDepth, ISVNEditor) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Checks out a directory from a repository to define depth
.
- checkout(String, String, Revision, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- checkout(String, String, Revision, Revision, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- checkout(String, String, Revision, Revision, int, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- checkoutFiles(long, String[], ISVNFileCheckoutTarget) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Recursively checks out only files from the repository at revision
invoking
fileCheckoutHandler
on every file received.
- 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_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
-
- cleanup(String) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- clear() - Method in class org.tmatesoft.svn.core.javahl.JavaHLAuthenticationStorage
-
- 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_BAD_REVISION - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
-
- CLIENT_CATEGORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
-
- CLIENT_DUPLICATE_COMMIT_URL - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
-
- CLIENT_FILE_EXTERNAL_OVERWRITE_VERSIONED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
-
- CLIENT_INVALID_EXTERNALS_DESCRIPTION - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
-
- CLIENT_INVALID_RELOCATION - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
-
- CLIENT_IS_BINARY_FILE - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
-
- CLIENT_IS_DIRECTORY - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
-
- CLIENT_MISSING_LOCK_TOKEN - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
-
- CLIENT_MODIFIED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
-
- CLIENT_MULTIPLE_SOURCES_DISALLOWED - Static variable in class org.tmatesoft.svn.core.SVNErrorCode
-
- CLIENT_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
-
- 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(String[], String, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- commit(String[], String, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- commit(String[], String, int, boolean, boolean, String[], Map) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- commit(String[], String, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- commit(String[], String, int, boolean, boolean, String[], Map, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- COMMIT_ADDED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
-
In a commit operation denotes adding a new item to the repository.
- COMMIT_COMPLETED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
-
In a commit operation denotes that the operation itself is completed
(for instance, in a console client can be used to print out the
commited revsion).
- COMMIT_DELETED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
-
In a commit operation denotes deleting the item from the
repository.
- COMMIT_DELTA_SENT - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
-
In a commit operation denotes the final stage of the operation -
sending all file data and finalizing the commit.
- COMMIT_MODIFIED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
-
In a commit operation denotes sending the item's modifications to the
repository.
- COMMIT_REPLACED - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
-
In a commit operation denotes replacing (one item was deleted while
another one with the same name was added) the item in the repository.
- COMMIT_REVPROPS - Static variable in class org.tmatesoft.svn.core.io.SVNCapability
-
Represents the capability of committing revision properties modifications along with
a normal transaction.
- COMMIT_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
-
'commit'
tag.
- COMMIT_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
-
'commit'
tag.
- COMMIT_TAG - Static variable in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
-
'commit'
tag.
- commitMessageHandler(CommitMessage) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- 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(String, String, String, Revision) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- copy(CopySource[], String, String, boolean, boolean, Map) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- copy(CopySource[], String, String, boolean, boolean, boolean, Map) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- COPY - Static variable in class org.tmatesoft.svn.core.wc.SVNEventAction
-
Denotes that the item is copied with history.
- 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.
- createCommitMessageHandler(boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- createCommitMessageHandler(boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- 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.
- createLocalRepository(File, boolean, boolean) - Static method in class org.tmatesoft.svn.core.io.SVNRepositoryFactory
-
Creates a local blank FSFS-type repository.
- createLocalRepository(File, String, boolean, boolean) - Static method in class org.tmatesoft.svn.core.io.SVNRepositoryFactory
-
Creates a local blank FSFS-type repository.
- createLocalRepository(File, String, boolean, boolean, boolean) - Static method in class org.tmatesoft.svn.core.io.SVNRepositoryFactory
-
Creates a local blank FSFS-type repository.
- createLocalRepository(File, String, boolean, boolean, boolean, boolean) - Static method in class org.tmatesoft.svn.core.io.SVNRepositoryFactory
-
Creates a local blank FSFS-type repository.
- createLocalRepository(File, String, boolean, boolean, boolean, boolean, boolean) - Static method in class org.tmatesoft.svn.core.io.SVNRepositoryFactory
-
Creates a local blank FSFS-type repository.
- createLogStream(SVNLogType, InputStream) - Method in class org.tmatesoft.svn.core.javahl.JavaHLCompositeLog
-
- createLogStream(SVNLogType, OutputStream) - Method in class org.tmatesoft.svn.core.javahl.JavaHLCompositeLog
-
- 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.
- createRepository(SVNURL, boolean) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
-
Creates a new SVNRepository driver object.
- createRepository(SVNURL, boolean) - Method in interface org.tmatesoft.svn.core.wc.ISVNRepositoryPool
-
Creates a low-level SVN protocol driver to access a repository.
- createRepository(SVNURL, File, SVNWCAccess, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
- createRepository(SVNURL, String, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
- createRepository(SVNURL, File, SVNAdminArea, SVNRevision, SVNRevision, long[]) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
- createRepository(SVNURL, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
-
Creates a low-level SVN protocol driver to directly work with
a repository.
- createRepositoryImpl(SVNURL, ISVNSession) - Method in class org.tmatesoft.svn.core.io.SVNRepositoryFactory
-
- createTempDirectory() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
-
Creates a temporary directory for diff files.
- createTempDirectory() - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
-
Creates a temporary directory (when necessary) where temporary files
will be created.
- createTunnelConnector(SVNURL) - Method in interface org.tmatesoft.svn.core.io.ISVNTunnelProvider
-
Returns a tunnel comand line matching the given subprotocol
name.
- createWCAccess() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
- createWCAccess(String) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
- CURRENTLY_COPYING - Static variable in class org.tmatesoft.svn.core.SVNRevisionProperty
-
"svn:sync-currently-copying" revision property.
- 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
-
- 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_ADD_PARAMETERS - Static variable in class org.tmatesoft.svn.core.wc.SVNWCClient
-
- 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
-
- DefaultSVNRepositoryPool(ISVNAuthenticationManager, ISVNTunnelProvider, long, boolean) - Constructor for class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
-
- 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.
- 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.
- deriveLocation(File, SVNURL, long[], SVNRevision, SVNRepository, SVNWCAccess) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
- diff(SVNURL, long, long, String, boolean, boolean, boolean, ISVNReporterBaton, ISVNEditor) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
- 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
-
- diff(SVNURL, long, String, boolean, boolean, ISVNReporterBaton, ISVNEditor) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
- diff(String, Revision, String, Revision, String, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- diff(String, Revision, String, Revision, String, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- diff(String, Revision, Revision, Revision, String, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- diff(String, Revision, String, Revision, String, String, int, String[], boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- diff(String, Revision, Revision, Revision, String, String, int, String[], boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- diff(String, Revision, String, Revision, String, String, int, String[], boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- diff(String, Revision, Revision, Revision, String, String, int, String[], boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- 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.
- diffSummarize(String, Revision, String, Revision, int, String[], boolean, DiffSummaryReceiver) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- diffSummarize(String, Revision, Revision, Revision, int, String[], boolean, DiffSummaryReceiver) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- 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) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
- dispatchEvent(SVNEvent, double) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
- displayAddedDirectory(String, String, String) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
-
Does nothing.
- displayAddedDirectory(String, String, String) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
-
Notifies this generator that the directory was added in revision rev2
.
- displayBinary(OutputStream, String, String) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
-
- displayDeletedDirectory(String, String, String) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
-
Does nothing.
- displayDeletedDirectory(String, String, String) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
-
Notifies this generator that the directory was deleted in revision rev2
.
- displayFileDiff(String, File, File, String, String, String, String, OutputStream) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
-
Writes the difference between file1
and file2
as they are seen in
rev1
and rev2
to result
.
- displayFileDiff(String, File, File, String, String, String, String, OutputStream) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
-
Generates and writes differences between two files to the specified
output stream.
- displayHeader(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.javahl.SVNClientImpl
-
- 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.
- doAdd(File, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
-
- doAdd(File, boolean, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
-
- 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
-
- doCheckout(SVNURL, File, SVNRevision, SVNRevision, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
-
- 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
-
- 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
-
- 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
SVNCommitPacket
s.
- doCommit(File[], boolean, String, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
-
- doCommit(File[], boolean, String, SVNProperties, String[], boolean, boolean, SVNDepth) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
-
Commits files or directories into repository.
- doCommit(SVNCommitPacket, boolean, String) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
-
Committs local changes made to the Working Copy items to the repository.
- doCommit(SVNCommitPacket, boolean, boolean, String, SVNProperties) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
-
Commits files or directories into repository.
- doCommit(SVNCommitPacket[], boolean, String) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
-
Committs local changes, made to the Working Copy items, to the repository.
- doCommit(SVNCommitPacket[], boolean, boolean, String, SVNProperties) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
-
Commits files or directories into repository.
- doCompleteSynchronize(SVNURL, SVNURL) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
-
Completely synchronizes two repositories.
- doCopy(SVNCopySource[], File, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNCopyClient
-
Copies each source in sources
to dst
.
- doCopy(SVNCopySource[], SVNURL, boolean, boolean, boolean, String, SVNProperties) - Method in class org.tmatesoft.svn.core.wc.SVNCopyClient
-
Copies each source in sources
to dst
.
- doCopy(File) - Method in class org.tmatesoft.svn.core.wc.SVNCopyClient
-
Converts a disjoint working copy to a copied one.
- doCopyRevisionProperties(SVNURL, long, long) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
-
Copies revision properties from the source repository starting at startRevision
and up to
endRevision
to corresponding revisions of the destination repository represented by
toURL
.
- doCreateRepository(File, String, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
-
Creates an FSFS-type repository.
- doCreateRepository(File, String, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
-
Creates an FSFS-type repository.
- doCreateRepository(File, String, boolean, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
-
Creates an FSFS-type repository.
- doCreateRepository(File, String, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
-
Creates an FSFS-type repository.
- doDelete(SVNURL[], String) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
-
Committs removing specified URL-paths from the repository.
- doDelete(SVNURL[], String, SVNProperties) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
-
Deletes items from a repository.
- doDelete(File, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
-
Schedules a Working Copy item for deletion.
- doDelete(File, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
-
Schedules a Working Copy item for deletion.
- doDiff(SVNURL, SVNRevision, SVNRevision, SVNRevision, boolean, boolean, OutputStream) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
-
- 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
-
- doDiff(File[], SVNRevision, SVNRevision, SVNRevision, SVNDepth, boolean, OutputStream, Collection) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
-
- doDiff(File, SVNRevision, SVNRevision, SVNRevision, SVNDepth, boolean, OutputStream, Collection) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
-
Produces diff output which describes the delta between path
in peg revision
pegRevision
, as it changed between rN
and rM
.
- doDiff(SVNURL, SVNRevision, SVNURL, SVNRevision, boolean, boolean, OutputStream) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
-
- 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
-
- doDiff(File, SVNRevision, SVNURL, SVNRevision, SVNDepth, boolean, OutputStream, Collection) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
-
Produces diff output which describes the delta between path1
/rN
and
url2
/rM
.
- doDiff(SVNURL, SVNRevision, File, SVNRevision, boolean, boolean, OutputStream) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
-
- doDiff(SVNURL, SVNRevision, File, SVNRevision, SVNDepth, boolean, OutputStream, Collection) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
-
Produces diff output which describes the delta between url1
/rN
and
path2
/rM
.
- doDiff(File, SVNRevision, File, SVNRevision, boolean, boolean, OutputStream) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
-
- doDiff(File, SVNRevision, File, SVNRevision, SVNDepth, boolean, OutputStream, Collection) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
-
Produces diff output which describes the delta between path1
/rN
and
path2
/rM
.
- doDiffStatus(File, SVNRevision, File, SVNRevision, boolean, boolean, ISVNDiffStatusHandler) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
-
- 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
-
- 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
-
- 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
-
- doDiffStatus(SVNURL, SVNRevision, SVNRevision, SVNRevision, SVNDepth, boolean, ISVNDiffStatusHandler) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
-
Produces a diff summary which lists the changed items between url
in peg revision
pegRevision
, as it changed between rN
and rM
.
- doDiffStatus(SVNURL, SVNRevision, SVNURL, SVNRevision, SVNDepth, boolean, ISVNDiffStatusHandler) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
-
Produces a diff summary which lists the changed items between
url1
/rN
and url2
/rM
without creating text
deltas.
- doDump(File, OutputStream, SVNRevision, SVNRevision, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
-
Dumps contents of the repository to the provided output stream in a
'dumpfile' portable format.
- doExport(String, String, Revision, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- doExport(String, String, Revision, Revision, boolean, boolean, boolean, String) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- doExport(String, String, Revision, Revision, boolean, boolean, int, String) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- doExport(SVNURL, File, SVNRevision, SVNRevision, String, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
-
- 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
-
- 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, Collection, SVNDepth, ISVNChangelistHandler) - Method in class org.tmatesoft.svn.core.wc.SVNChangelistClient
-
Gets paths belonging to the specified changelists discovered under the specified targets.
- doGetChangeLists(File, Collection, SVNDepth, ISVNChangelistHandler) - Method in class org.tmatesoft.svn.core.wc.SVNChangelistClient
-
Gets paths belonging to the specified changelists discovered under the specified path.
- 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
-
- doGetMergedMergeInfo(SVNURL, SVNRevision) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
-
- 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
-
- doGetProperty(File, String, SVNRevision, SVNRevision, SVNDepth, ISVNPropertyHandler, Collection) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
-
Invokes handler
on paths covered by depth
starting with
the specified path
.
- doGetProperty(SVNURL, String, SVNRevision, SVNRevision, boolean, ISVNPropertyHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
-
- 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(String, String, String, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- doImport(String, String, String, int, boolean, boolean, Map) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- doImport(File, SVNURL, String, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
-
- doImport(File, SVNURL, String, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
-
- 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
-
- doInfo(File, SVNRevision, SVNRevision, boolean, ISVNInfoHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
-
- doInfo(File, SVNRevision, SVNRevision, SVNDepth, Collection, ISVNInfoHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
-
Invokes handler
to return information
about path
in revision
.
- doInfo(SVNURL, SVNRevision, SVNRevision, boolean, ISVNInfoHandler) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
-
- 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
-
- 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
-
- 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
-
- doListLocks(File) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
-
Walks through the repository tree found under
repositoryRoot
and reports all found locks
via calls to the caller's
ISVNAdminEventHandler
handler implementation.
- doListTransactions(File) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
-
Lists all uncommitted transactions.
- doLoad(File, InputStream) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
-
Reads the provided dump stream committing new revisions to a repository.
- doLoad(File, InputStream, boolean, boolean, SVNUUIDAction, String) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
-
Reads the provided dump stream committing new revisions to a repository.
- doLock(File[], boolean, String) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
-
Locks file items in a Working Copy as well as in a repository so that
no other user can commit changes to them.
- doLock(SVNURL[], boolean, String) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
-
Locks file items in a repository so that no other user can commit
changes to them.
- doLog(File[], SVNRevision, SVNRevision, boolean, boolean, long, ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
-
Gets commit log messages with other revision specific information from a repository
(using Working Copy paths to get corresponding URLs) and passes them to a log entry handler for
processing.
- doLog(File[], SVNRevision, SVNRevision, SVNRevision, boolean, boolean, boolean, long, String[], ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
-
Invokes handler
on each log message from startRevision
to endRevision
in turn, inclusive
(but never invokes handler
on a given log message more than once).
- doLog(File[], Collection, SVNRevision, boolean, boolean, boolean, long, String[], ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
-
Invokes handler
on each log message from the given revisionRanges
in turn, inclusive
(but never invokes handler
on a given log message more than once).
- doLog(File[], SVNRevision, SVNRevision, SVNRevision, boolean, boolean, long, ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
-
Gets commit log messages with other revision specific information from a repository (using Working Copy
paths to get corresponding URLs) and passes them to a log entry handler for processing.
- doLog(SVNURL, String[], SVNRevision, SVNRevision, SVNRevision, boolean, boolean, long, ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
-
Gets commit log messages with other revision specific information from a repository and passes them to
a log entry handler for processing.
- doLog(SVNURL, String[], SVNRevision, SVNRevision, SVNRevision, boolean, boolean, boolean, long, String[], ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
-
Invokes handler
on each log message from startRevision
to endRevision
in turn, inclusive
(but never invokes handler
on a given log message more than once).
- doLog(SVNURL, String[], SVNRevision, Collection, boolean, boolean, boolean, long, String[], ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
-
Invokes handler
on each log message from the given
in turn, inclusive
(but never invokes handler
on a given log message more than once).
- doMarkReplaced(File) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
-
Schedules path
as being replaced.
- doMerge(File, SVNRevision, File, SVNRevision, File, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
-
- 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
-
- 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
-
- 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
-
- 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
-
- doMerge(SVNURL, SVNRevision, Collection, File, SVNDepth, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
-
Merges the changes between url1
in peg revision pegRevision
, as it changed
between the ranges described in rangesToMerge
.
- doMerge(File, SVNRevision, SVNRevision, SVNRevision, File, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
-
- doMerge(File, SVNRevision, Collection, File, SVNDepth, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
-
Merges the changes between path1
in peg revision pegRevision
, as it changed
between the ranges described in rangesToMerge
.
- doMergeReIntegrate(File, SVNRevision, File, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
-
Performs a reintegration merge of srcPath
at pegRevision
into
dstPath
.
- doMergeReIntegrate(SVNURL, SVNRevision, File, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
-
Performs a reintegration merge of srcURL
at pegRevision
into
dstPath
.
- doMkDir(SVNURL[], String) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
-
Committs a creation of a new directory/directories in the repository.
- doMkDir(SVNURL[], String, SVNProperties, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
-
Creates directory(ies) in a repository.
- doMove(File, File) - Method in class org.tmatesoft.svn.core.wc.SVNMoveClient
-
Moves a source item to a destination one.
- doPack(File) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
-
Compacts a repository into a more efficient storage model.
- doRecover(File) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
-
Recovers the repository found under repositoryRoot
.
- doRelocate(File, SVNURL, SVNURL, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
-
Substitutes the beginning part of a Working Copy's URL with a new one.
- doRemoveFromChangelist(File[], SVNDepth, String[]) - Method in class org.tmatesoft.svn.core.wc.SVNChangelistClient
-
Removes each path in paths
(recursing to depth
as necessary) from changelists
to which they are currently assigned.
- doRemoveLocks(File, String[]) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
-
Removes locks from the specified paths
in the repository found under
repositoryRoot
.
- doRemoveTransactions(File, String[]) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
-
Removes the specified outstanding transactions from a repository.
- doResolve(File, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
-
- 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
-
- doRevert(File[], boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
-
- doRevert(File[], SVNDepth, Collection) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
-
Restores the pristine version of working copy paths
,
effectively undoing any local mods.
- doSetProperty(File, String, SVNPropertyValue, boolean, SVNDepth, ISVNPropertyHandler, Collection) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
-
Sets propName
to propValue
on path
.
- doSetProperty(File, ISVNPropertyValueProvider, boolean, SVNDepth, ISVNPropertyHandler, Collection) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
-
- 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
-
- 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
-
- doStatus(File, boolean, boolean, boolean, boolean, boolean, ISVNStatusHandler) - Method in class org.tmatesoft.svn.core.wc.SVNStatusClient
-
- doStatus(File, SVNRevision, boolean, boolean, boolean, boolean, boolean, ISVNStatusHandler) - Method in class org.tmatesoft.svn.core.wc.SVNStatusClient
-
- doStatus(File, SVNRevision, SVNDepth, boolean, boolean, boolean, boolean, ISVNStatusHandler, Collection) - Method in class org.tmatesoft.svn.core.wc.SVNStatusClient
-
Given a
path
to a working copy directory (or single file), calls
handler
with a set of
SVNStatus
objects which describe the status of the
path
, and its
children (recursing according to
depth
).
- doStatus(File, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNStatusClient
-
Collects status information on a single Working Copy item.
- doStatus(File, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNStatusClient
-
Collects status information on a single Working Copy item.
- doSuggestMergeSources(File, SVNRevision) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
-
Returns a collection of potential merge sources (expressed as full repository
URLs
) for
path
at
pegRevision
.
- doSuggestMergeSources(SVNURL, SVNRevision) - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
-
Returns a collection of potential merge sources (expressed as full repository
URLs
) for
url
at
pegRevision
.
- doSwitch(String, String, Revision, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- doSwitch(String, String, Revision, Revision, int, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- doSwitch(File, SVNURL, SVNRevision, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
-
- doSwitch(File, SVNURL, SVNRevision, SVNRevision, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
-
- doSwitch(File, SVNURL, SVNRevision, SVNRevision, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
-
- doSwitch(File, SVNURL, SVNRevision, SVNRevision, SVNDepth, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
-
Switches working tree path
to url
\pegRevision
at
revision
.
- doSynchronize(SVNURL) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
-
Synchronizes the repository at the given url.
- doUnlock(File[], boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
-
Unlocks file items in a Working Copy as well as in a repository.
- doUnlock(SVNURL[], boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
-
Unlocks file items in a repository.
- doUpdate(File, SVNRevision, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
-
- doUpdate(File, SVNRevision, 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 trees paths
to revision
.
- doUpdate(File, SVNRevision, SVNDepth, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
-
Updates working copy
to revision
.
- doUpgrade(File) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
-
Upgrades the repository located at repositoryRoot
to the latest supported
schema version.
- doVerify(File) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
-
Verifies the data stored in the repository.
- doVerify(File, SVNRevision, SVNRevision) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
-
Verifies repository contents found under repositoryRoot
starting at startRevision
and up to endRevision
.
- doVirtualCopy(File, File, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNMoveClient
-
Copies/moves administrative version control information of a source file
to administrative information of a destination file.
- 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.
- 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.
- getAddParameters() - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
-
Returns the add parameters object used by this object.
- getAdminArea() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
-
Returns the admin area which controls the file.
- getAdminClient() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
-
- getAdminDirectoryName() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getAlias() - Method in class org.tmatesoft.svn.core.auth.SVNSSLAuthentication
-
Only used for MSCAPI
- getAuthenticationManager() - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Returns the authentication driver registered for this
object.
- getAuthor() - Method in class org.tmatesoft.svn.core.SVNCommitInfo
-
Gets the name of the revision author
- getAuthor() - Method in class org.tmatesoft.svn.core.SVNDirEntry
-
Retrieves the name of the author who last changed this entry.
- getAuthor() - Method in class org.tmatesoft.svn.core.SVNLogEntry
-
Returns the author of the revision that this object represents.
- getAuthor() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
-
Gets the item's last commit author.
- getAuthor() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Gets the author who last changed the item.
- getBaseFile() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
-
Returns the file containing the pristine file contents.
- getBaseLabel() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
-
Returns the base file label.
- getBasePath() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
-
- getBasePath() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
-
Returns the base file path.
- getBinaryValue(String) - Method in class org.tmatesoft.svn.core.SVNProperties
-
Returns a binary property value.
- getBytes() - Method in class org.tmatesoft.svn.core.SVNPropertyValue
-
Returns property value bytes.
- getCanceller() - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Returns the canceller, stored in this object.
- getCategory() - Method in class org.tmatesoft.svn.core.SVNErrorCode
-
Returns the category this error code object belongs to.
- getCause() - Method in class org.tmatesoft.svn.core.SVNErrorMessage
-
Returns throwable that is cause of the error if any.
- getCertificateFile() - Method in class org.tmatesoft.svn.core.auth.SVNSSLAuthentication
-
Returns a user's certificate file.
- getCertificatePath() - Method in class org.tmatesoft.svn.core.auth.SVNSSLAuthentication
-
- getChangedPaths() - Method in class org.tmatesoft.svn.core.SVNLogEntry
-
Gets a map containing all the paths that were changed in the
revision that this object represents.
- getChangelistClient() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getChangelistClient() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
-
- 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.
- getChangeListPaths(Collection, Collection, SVNDepth, ISVNChangelistHandler) - Method in class org.tmatesoft.svn.core.wc.SVNChangelistClient
-
- getChangelists(String, String[], int, ChangelistCallback) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getChangeLists(File, Collection, SVNDepth, ISVNChangelistHandler) - Method in class org.tmatesoft.svn.core.wc.SVNChangelistClient
-
- getChecksum() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
-
Gets the file item's checksum.
- getChildErrorMessage() - Method in class org.tmatesoft.svn.core.SVNErrorMessage
-
Returns an error message (if any) that was returned from a
deeper method call.
- getChildrenFiles(File) - Method in interface org.tmatesoft.svn.core.wc.ISVNStatusFileProvider
-
Returns Map (key = file name, value = java.io.File) of files under dir that client is interested in
- getClientCredentialsStorage() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getClientManager() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getCode() - Method in class org.tmatesoft.svn.core.SVNErrorCode
-
Returns a unique error code value.
- getCode() - Method in class org.tmatesoft.svn.core.wc.SVNStatusType
-
Returns id of this object.
- getColumnNumber() - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
-
- getComment() - Method in class org.tmatesoft.svn.core.SVNLock
-
Gets the lock comment.
- getCommitClient() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
-
- getCommitEditor(String, ISVNWorkspaceMediator) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Gets an editor for committing changes to a repository.
- getCommitEditor(String, Map, boolean, ISVNWorkspaceMediator) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Gets an editor for committing changes to a repository.
- getCommitEditor(String, Map, boolean, SVNProperties, ISVNWorkspaceMediator) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Returns an editor for committing changes to the repository ession, setting the revision
properties from revisionProperties
table.
- getCommitEditorInternal(Map, boolean, SVNProperties, ISVNWorkspaceMediator) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
- getCommitHandler() - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
-
Returns the specified commit handler (if set) being in use or a default one
(DefaultSVNCommitHandler) if no special
implementations of ISVNCommitHandler were
previously provided.
- getCommitHandler() - Method in class org.tmatesoft.svn.core.wc.SVNCopyClient
-
Returns the specified commit handler (if set) being in use or a default one
(DefaultSVNCommitHandler) if no special
implementations of ISVNCommitHandler were
previousely provided.
- getCommitHandler() - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
-
Returns the specified commit handler (if set) being in use or a default one
(DefaultSVNCommitHandler) if no special
implementations of ISVNCommitHandler were
previousely provided.
- getCommitInfo() - Method in class org.tmatesoft.svn.core.replicator.SVNReplicationEditor
-
Returns commit information on the revision
committed to the replication destination repository.
- getCommitItems() - Method in class org.tmatesoft.svn.core.wc.SVNCommitPacket
-
Gets an array of SVNCommitItem objects stored in this
object.
- getCommitMessage(SVNRepository, long) - Method in interface org.tmatesoft.svn.core.io.ISVNSession
-
Retrieves the cached commit message for a particular revision.
- getCommitMessage() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getCommitMessage() - 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.
- getCommitParameters() - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
-
Returns commit parameters.
- getCommitParameters() - Method in class org.tmatesoft.svn.core.wc.SVNCopyClient
-
Returns commit parameters.
- getCommittedDate() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
-
Gets the item's last commit date.
- getCommittedDate() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Gets the timestamp when the item was last changed (committed).
- getCommittedRevision() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
-
Gets the item's last committed revision.
- getCommittedRevision() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Gets the revision when the item was last changed (committed).
- getConfigDirectory() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getConflictAction() - Method in class org.tmatesoft.svn.core.wc.SVNConflictDescription
-
Returns the action which attempted on an object and which lead to the conflict.
- getConflictChoice() - Method in class org.tmatesoft.svn.core.wc.SVNConflictResult
-
Returns the conflict handler's choice.
- getConflictHandler() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getConflictNewFile() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
-
Gets the temporary file that contains all latest changes from the
repository which led to a conflict with local changes.
- getConflictNewFile() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Gets the temporary file that contains all latest changes from the
repository which led to a conflict with local changes.
- getConflictOldFile() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
-
Gets the temporary BASE revision file of that working file that is
currently in conflict with changes received from the repository.
- getConflictOldFile() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Gets the temporary BASE revision file of that working file that is
currently in conflict with changes received from the repository.
- getConflictReason() - Method in class org.tmatesoft.svn.core.wc.SVNConflictDescription
-
Returns the reason why the conflict occurred.
- getConflictReason() - Method in class org.tmatesoft.svn.core.wc.SVNMergeResult
-
Returns conflict reason.
- getConflictWrkFile() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
-
Gets the temporary '.mine' file with all current local changes to the
original file.
- getConflictWrkFile() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Gets the temporary '.mine' file with all current local changes to the
original file.
- getConnectTimeout(SVNRepository) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
-
Returns connection timeout value.
- getConnectTimeout(SVNRepository) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
-
Returns the connection timeout value in milliseconds which repository
should use in network connection operations.
- getContentsStatus() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
-
Gets the status type of either file or directory contents.
- getContentsStatus() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Gets the Working Copy local item's contents status type.
- getCopyClient() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
-
- 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).
- getCopyFromURL() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
-
Gets the repository location of the versioned item's ancestor
from which the item was copied.
- getCopyFromURL() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
-
Gets the URL (repository location) of the ancestor from which the
item was copied.
- getCopyFromURL() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Gets the URL (repository location) of the ancestor from which the
item was copied.
- getCopyPath() - Method in class org.tmatesoft.svn.core.SVNLogEntryPath
-
Returns the path of the ancestor of the item represented
by this object.
- getCopyRevision() - Method in class org.tmatesoft.svn.core.SVNLogEntryPath
-
Returns the revision of the ancestor of the item represented by this
object.
- getCreationDate() - Method in class org.tmatesoft.svn.core.SVNLock
-
Gets the creation datestamp of this lock.
- getData(String, String) - Method in class org.tmatesoft.svn.core.javahl.JavaHLAuthenticationStorage
-
- getDataLength() - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
-
Returns the total amount of new data and instruction bytes.
- getDate() - Method in class org.tmatesoft.svn.core.SVNCommitInfo
-
Gets the datestamp when the revision was committed.
- getDate() - Method in class org.tmatesoft.svn.core.SVNDirEntry
-
Returns the date the entry was last changed.
- getDate() - Method in class org.tmatesoft.svn.core.SVNLogEntry
-
Gets the datestamp when the revision was committed.
- getDate() - Method in class org.tmatesoft.svn.core.wc.SVNRevision
-
Gets the timestamp used to specify a revision.
- getDatedRevision(Date) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Returns the recent repository revision number for the particular moment
in time - the closest one before or at the specified datestamp.
- getDebugLog() - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Returns the debug logger currently in use.
- getDebugLog() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getDebugLog() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
Returns the debug logger currently in use.
- getDebugLog() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
-
Returns the debug logger currently in use.
- getDebugLog() - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
-
- getDefaultConfigurationDirectory() - Static method in class org.tmatesoft.svn.core.wc.SVNWCUtil
-
Gets the location of the default SVN's run-time configuration area on the
current machine.
- getDefaultPortNumber(String) - Static method in class org.tmatesoft.svn.core.SVNURL
-
Returns the default port number for the specified protocol.
- getDeletedRevision(String, long, long) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Returns the revision where the path was first deleted within the inclusive revision range
defined by pegRevision
and endRevision
.
- getDeletedRevisionImpl(String, long, long) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
- getDepth() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
-
Gets the item's depth.
- getDescription() - Method in class org.tmatesoft.svn.core.SVNErrorCode
-
Returns a description of this error.
- getDiffClient() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
-
- 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.
- getDiffOptions() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
-
Gets the diff options that are used by this generator.
- getDiffOptions() - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
-
Gets the diff options that are used in annotate operations
by this client.
- getDir(String, long, SVNProperties, ISVNDirEntryHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Fetches the contents and/or properties of a directory located at the specified path
in a particular revision.
- getDir(String, long, SVNProperties, int, ISVNDirEntryHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Fetches the contents and/or properties of a directory located at the specified path
in a particular revision with the possibility to specify fields of the entry to fetch.
- getDir(String, long, SVNProperties, Collection) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Fetches the contents and properties of a directory located at the specified path
in a particular revision.
- getDir(String, long, SVNProperties, int, Collection) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Fetches the contents and properties of a directory located at the specified path
in a particular revision with the possibility to specify fields of the entry to fetch.
- getDir(String, long, boolean, Collection) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Fetches the contents of a directory into the provided
collection object and returns the directory entry itself.
- getDisplayPath(String) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
-
- getDroppedNodesCount() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
-
Returns the total number of nodes dropped during dumpfiltering.
- getDroppedRevisionsCount() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
-
Returns the total number of revisions dropped during dumpfiltering.
- getEncoding() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
-
Returns the encoding used for diff output.
- getEncoding() - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
-
Gets the encoding charset being in use for a diff output.
- getEndRevision() - Method in class org.tmatesoft.svn.core.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.
- getEntry() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Returns a WC entry for which this object is generated.
- getEntryLocation(File, SVNEntry, long[], SVNRevision) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
- getEntryProperties() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Gets the item's SVN specific '<entry' properties.
- 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.
- getError() - Method in class org.tmatesoft.svn.core.SVNCommitInfo
-
- 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.SVNBasicClient
-
- getEventListener() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getExpectedAction() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
-
Returns the expected action.
- getExpirationDate() - Method in class org.tmatesoft.svn.core.SVNLock
-
Gets the expiration datestamp of this lock.
- getExternalDiffCommand() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
-
- getExternalsHandler() - Method in class org.tmatesoft.svn.core.wc.SVNCopyClient
-
Returns an externals handler used by this update client.
- getExternalsHandler() - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
-
Returns an externals handler used by this update client.
- getFile(String, long, SVNProperties, OutputStream) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Fetches the contents and/or properties of a file located at the specified path
in a particular revision.
- getFile() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
-
Gets the location of the Working Copy item.
- getFile() - Method in class org.tmatesoft.svn.core.wc.SVNCopySource
-
Returns the working copy path.
- getFile() - Method in class org.tmatesoft.svn.core.wc.SVNDiffStatus
-
Returns File representation of the Working Copy item path.
- getFile() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
-
Returns local path the event is fired for.
- getFile() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
-
Gets the item's local path.
- getFile() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Gets the item's path in the filesystem.
- getFileExtensionsToMimeTypes() - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
-
Returns a hash holding file extensions to MIME types mappings.
- getFileRevisions(String, long, long, ISVNFileRevisionHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Retrieves interesting file revisions for the specified file.
- getFileRevisions(String, long, long, boolean, ISVNFileRevisionHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Retrieves interesting file revisions for the specified file with possibility to include merged revisions.
- getFileRevisions(String, Collection, long, long) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Retrieves and returns interesting file revisions for the specified file.
- getFileRevisionsImpl(String, long, long, boolean, ISVNFileRevisionHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
- getFirstAuthentication(String, String, SVNURL) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
-
Returns the first user's authentication credentials.
- getFirstAuthentication(String, String, SVNURL) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
-
Retrieves the first user credential.
- getFullMessage() - Method in class org.tmatesoft.svn.core.SVNErrorMessage
-
Gets a string representation of the entire stack trace of
error messages (if they were provided) starting with the initial
cause of the error.
- getFullPath(String) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Resolves a path, relative either to the location to which this
driver object is set or to the repository root directory, to a
path, relative to the host.
- getGlobalEncoding() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
-
Returns the encoding specified by svnkit.global-charset option
of the global configuration.
- getHeaderName() - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
-
- getHeaderName() - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLAnnotateHandler
-
- getHeaderName() - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLDirEntryHandler
-
- getHeaderName() - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLInfoHandler
-
- getHeaderName() - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
-
Returns the header name specific for a log handler.
- getHeaderName() - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
-
- getHost() - Method in class org.tmatesoft.svn.core.SVNURL
-
Returns the host component of the url represented by this object.
- getId() - Method in class org.tmatesoft.svn.core.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.
- 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
-
- getInfinityOrImmediatesDepth(boolean) - Static method in class org.tmatesoft.svn.core.SVNDepth
-
- getInheritableRangeList(long, long) - Method in class org.tmatesoft.svn.core.SVNMergeRangeList
-
Returns a sublist of this range list which excludes all non-inheritable merge ranges.
- getInstance() - Static method in class org.tmatesoft.svn.core.javahl.JavaHLDebugLog
-
- getInstructionsCount() - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
-
Returns the amount of instructions of this window object.
- getInstructionsLength() - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
-
Returns the length of instructions in bytes.
- getKeywordDateFormat() - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
-
Returns the date format used to format datestamps.
- getKind() - Method in class org.tmatesoft.svn.core.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.
- getLabel(String, String) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
-
- getLastMergedRevision() - Method in class org.tmatesoft.svn.core.wc.admin.SVNSyncInfo
-
Returns the last revision of the source repository
synchronized with.
- getLastPath() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getLatestRevision() - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Returns the number of the latest revision of the repository this
driver is working with.
- getLevelsToLockFromDepth(SVNDepth) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
- getLineNumber() - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
-
- getLocalFile() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
-
Returns the detranslated working copy file.
- getLocalLabel() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
-
Returns the local file label.
- getLocalLock() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Gets the file item's local lock.
- getLocalPath() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
-
Returns the path of the detranslated version of the working copy file.
- getLocation() - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Returns the repository location to which this object is set.
- getLocations(String, long, long[], ISVNLocationEntryHandler) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Gets entry locations in time.
- getLocations(String, Collection, long, long[]) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Gets entry locations in time.
- getLocations(String, Map, long, long[]) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Gets entry locations in time.
- getLocations(SVNURL, File, SVNRepository, SVNRevision, SVNRevision, SVNRevision) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
- 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.
- 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.
- getLog() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
-
Returns the log object.
- getLogClient() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
-
- getLookClient() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
-
- 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.
- 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
- getMergeinfo(String, Revision) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getMergeInfoImpl(String[], long, SVNMergeInfoInheritance, boolean) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
- getMergeinfoLog(int, String, Revision, String, Revision, boolean, String[], LogMessageCallback) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getMergeinfoLog(int, String, Revision, String, Revision, boolean, int, String[], LogMessageCallback) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getMergeOptions() - Method in class org.tmatesoft.svn.core.wc.SVNDiffClient
-
Gets the diff options that are used in merge operations by this client.
- getMergeRange() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
-
Returns the merge range.
- 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.
- getMimeType() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
-
Gets the MIME type of the item relying upon the special
SVN's 'svn:mime-type' property.
- getMimeType() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
-
Returns the mime type of the file.
- getModificationType() - Method in class org.tmatesoft.svn.core.wc.SVNDiffStatus
-
Returns the type of modification for the current
item.
- getMoveClient() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
-
- getName() - Method in class org.tmatesoft.svn.core.SVNDepth
-
Gets the name of depth
- getName() - Method in class org.tmatesoft.svn.core.SVNDirEntry
-
Gets the the directory entry name
- getName() - Method in class org.tmatesoft.svn.core.wc.SVNConflictAction
-
Returns the string representation of this action.
- getName() - Method in class org.tmatesoft.svn.core.wc.SVNConflictReason
-
Retunrns a string representation of this object.
- getName() - Method in class org.tmatesoft.svn.core.wc.SVNCopySource
-
Returns the name of this copy source.
- getName() - Method in class org.tmatesoft.svn.core.wc.SVNOperation
-
Returns the string representation of this object.
- getName() - Method in class org.tmatesoft.svn.core.wc.SVNPropertyData
-
Gets the name of the property represented by this
SVNPropertyData object.
- getName() - Method in class org.tmatesoft.svn.core.wc.SVNRevision
-
Gets the revision keyword name.
- getNativeCharset() - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
-
Returns the native charset name.
- getNativeEOL() - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
-
Returns the native EOL marker bytes.
- getNewDataLength() - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
-
Returns the number of new data bytes to copy to the target view.
- getNewRevision() - Method in class org.tmatesoft.svn.core.SVNCommitInfo
-
Gets the revision number the repository was committed to.
- getNextAuthentication(String, String, SVNURL) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
-
Returns next user authentication credentials.
- getNextAuthentication(String, String, SVNURL) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
-
Retrieves the next user credential if the first try failed.
- getNodeID() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminPath
-
Returns a node revision id.
- getNodeKind() - Method in class org.tmatesoft.svn.core.wc.SVNConflictDescription
-
Returns the node kind of the item which the conflict occurred on.
- getNodeKind() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
-
Gets the node kind of the item characterizing it as an entry -
whether it's a directory, file, etc.
- getNormalizedNodePropsCount() - Method in class org.tmatesoft.svn.core.wc.admin.SVNReplayHandler
-
- getNormalizedRevPropsCount() - Method in class org.tmatesoft.svn.core.wc.admin.SVNReplayHandler
-
- getNotify() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
Deprecated.
- getNotify2() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getNumber() - Method in class org.tmatesoft.svn.core.wc.SVNRevision
-
Gets the revision number represented by this object.
- getOperation() - Method in class org.tmatesoft.svn.core.wc.SVNTreeConflictDescription
-
Returns the user operation that exposed this tree conflict.
- getOptions() - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Returns the session options object this driver is using.
- getOptions() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getOptions() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
-
- getOptions() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
Gets run-time configuration options used by this object.
- getOptions() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
-
Returns the run-time configuration options driver
which kept by this object.
- getOriginalRevision() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
-
Returns the original revision from which a
new one
is loaded.
- getOutgoingProperties() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
-
Returns properties to commit.
- getOutputStream(String) - Method in interface org.tmatesoft.svn.core.io.ISVNFileCheckoutTarget
-
Returns an output stream that will receive file contents of path
.
- getOwner() - Method in class org.tmatesoft.svn.core.SVNLock
-
Gets the lock owner.
- getPassphrase() - Method in class org.tmatesoft.svn.core.auth.SVNSSHAuthentication
-
Returns the password to the ssh private key.
- getPassword() - Method in class org.tmatesoft.svn.core.auth.SVNPasswordAuthentication
-
Returns this user credential's password.
- getPassword() - Method in class org.tmatesoft.svn.core.auth.SVNSSHAuthentication
-
Returns the user account's password.
- getPassword() - Method in class org.tmatesoft.svn.core.auth.SVNSSLAuthentication
-
Return a user's password.
- getPath() - Method in class org.tmatesoft.svn.core.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
-
- 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.
- getPathLastChangeRevision(String, long, SVNRepository) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
- getPathRelativeToRoot(File, SVNURL, SVNURL, SVNWCAccess, SVNRepository) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
- getPathRelativeToSession(SVNURL, SVNURL, SVNRepository) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
- getPegRevision() - Method in class org.tmatesoft.svn.core.wc.SVNCopySource
-
Returns the peg revision of the source.
- getPort() - Method in class org.tmatesoft.svn.core.SVNURL
-
Returns the port number specified (or default) for the host.
- getPortNumber() - Method in class org.tmatesoft.svn.core.auth.SVNSSHAuthentication
-
Returns the number of the port across which an ssh tunnel
is established.
- getPreservedConflictFileExtensions() - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
-
Returns an array of path extensions which the user wants to preserve when conflict files are made.
- getPreviousRevision() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
-
Returns the local revision before it will be changed by an update.
- getPreviousURL() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
-
Returns the item's repository url before it will be changed by an update.
- getPrivateKey() - Method in class org.tmatesoft.svn.core.auth.SVNSSHAuthentication
-
Returns ssh private key.
- getPrivateKeyFile() - Method in class org.tmatesoft.svn.core.auth.SVNSSHAuthentication
-
Returns the File representation referring to the file with the
user's ssh private key.
- getPropConflictFile() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
-
Gets the '.prej' file containing details on properties conflicts.
- getProperties() - Method in class org.tmatesoft.svn.core.io.SVNFileRevision
-
- getPropertiesDelta() - Method in class org.tmatesoft.svn.core.io.SVNFileRevision
-
Returns file properties for this file (for this revision).
- getPropertiesStatus() - Method in class org.tmatesoft.svn.core.wc.SVNEvent
-
Gets the status type of the item's properties.
- getPropertiesStatus() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Gets the Working Copy local item's properties status type.
- getPropertyAsBytes(SVNPropertyValue) - Static method in class org.tmatesoft.svn.core.SVNPropertyValue
-
Returns byte[]
representation of value
.
- getPropertyAsString(SVNPropertyValue) - Static method in class org.tmatesoft.svn.core.SVNPropertyValue
-
Returns String
representation of value
.
- getPropertyName() - Method in class org.tmatesoft.svn.core.wc.SVNConflictDescription
-
Returns the name of the property on which the conflict occurred.
- getPropertyName() - Method in class org.tmatesoft.svn.core.wc.SVNPropertyConflictDescription
-
Returns the name of the property, on which the conflict occurred.
- getPropertyName() - Method in class org.tmatesoft.svn.core.wc.SVNTextConflictDescription
-
Returns null
.
- getPropertyName() - Method in class org.tmatesoft.svn.core.wc.SVNTreeConflictDescription
-
Returns null
.
- 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
-
- getProtocol() - Method in class org.tmatesoft.svn.core.SVNURL
-
Returns the protocol component of the url represented by this
object.
- getProxyHost() - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
-
Returns the proxy host name.
- getProxyHost() - Method in interface org.tmatesoft.svn.core.auth.ISVNProxyManager
-
Returns the proxy host for HTTP connection.
- getProxyManager(SVNURL) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
-
Returns itself as a proxy manager.
- getProxyManager(SVNURL) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
-
Returns a proxy manager that keeps settings for that proxy
server over which HTTP requests are send to a repository server.
- getProxyPassword() - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
-
Returns the password to authenticate against the proxy server.
- getProxyPassword() - Method in interface org.tmatesoft.svn.core.auth.ISVNProxyManager
-
Returns the password to supply to the proxy machine.
- getProxyPort() - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
-
Returns the proxy port number.
- getProxyPort() - Method in interface org.tmatesoft.svn.core.auth.ISVNProxyManager
-
Returns the port number on the proxy host to use.
- getProxyUserName() - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
-
Returns the proxy user name.
- getProxyUserName() - Method in interface org.tmatesoft.svn.core.auth.ISVNProxyManager
-
Returns the username to supply to the proxy machine.
- getPublicId() - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
-
- getRanges() - Method in class org.tmatesoft.svn.core.SVNMergeRangeList
-
Returns an array of
SVNMergeRange
ranges backed by this merge range list object.
- getRangesAsList() - Method in class org.tmatesoft.svn.core.SVNMergeRangeList
-
Returns a list of merge ranges backed by this merge range list.
- getReadTimeout(SVNRepository) - Method in class org.tmatesoft.svn.core.auth.BasicAuthenticationManager
-
Returns connection timeout value.
- getReadTimeout(SVNRepository) - Method in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
-
Returns the read timeout value in milliseconds which repository
should use in
socket read operations.
- getRegularProperties() - Method in class org.tmatesoft.svn.core.SVNProperties
-
- getRelatedObjects() - Method in class org.tmatesoft.svn.core.SVNErrorMessage
-
Returns objects (if any) that were provided to be formatted
with the error description.
- getRelativePath() - Method in class org.tmatesoft.svn.core.SVNDirEntry
-
Returns the entry's path relative to the target directory.
- getRelativePath(File) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLInfoHandler
-
- getRelativePath(File) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
-
- getRemoteAuthor() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Gets the item's last changed author.
- getRemoteContentsStatus() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Gets the Working Copy item's contents status type against the
repository - that is comparing the item's BASE revision and the
latest one in the repository when the item was changed.
- getRemoteDate() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Gets the item's last changed date.
- getRemoteKind() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Returns the kind of the item got from the repository.
- getRemoteLock() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Gets the file item's repository lock -
applicable for a remote status invocation.
- getRemotePropertiesStatus() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Gets the Working Copy item's properties status type against the
repository - that is comparing the item's BASE revision and the
latest one in the repository when the item was changed.
- getRemoteRevision() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Gets the item's last committed repository revision.
- getRemoteURL() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Gets the item's latest repository location.
- getRepositoryFile() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
-
Returns the repository version of the file.
- getRepositoryLabel() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
-
Returns the repository file label.
- getRepositoryPath(String) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Returns a path relative to the repository root directory given
a path relative to the location to which this driver object is set.
- getRepositoryPath() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
-
Returns the path to the file containing the contents of the repository version of the file.
- getRepositoryPool() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
- getRepositoryPool() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
-
Returns the repository pool used by this client manager.
- getRepositoryRoot() - Method in class org.tmatesoft.svn.core.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.
- getRepositoryRootURL() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
-
Gets the repository root url (where the repository itself
is installed).
- getRepositorySize() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
-
Returns the size of the file in the repository.
- getRepositoryUUID() - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
- 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).
- getReposMergeInfo(SVNRepository, String, long, SVNMergeInfoInheritance, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
- getReposRoot(File, SVNURL, SVNRevision, SVNAdminArea, SVNWCAccess) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
Returns the root of the repository.
- getResultFile() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
-
Returns the file where the merged resultant text is written to.
- getResultPath() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
-
Returns the path of the file where the merged resultant text is written to.
- getRevision() - Method in class org.tmatesoft.svn.core.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.
- getRevisionNumber(SVNRevision, SVNRepository, File) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
- getRevisionNumber(SVNRevision, long[], SVNRepository, File) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
- getRevisionNumber() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient.SVNRepositoryLocation
-
- 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.
- getRevisionPropertyValue(long, String) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Gets the value of an unversioned property.
- getRootErrorMessage() - Method in class org.tmatesoft.svn.core.SVNErrorMessage
-
Follows the children chain and returns the error message of the last child in this chain.
- getRuntimeCredentialsStorage() - Static method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getSchedule() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
-
Gets the item's schedule status.
- getShard() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminEvent
-
Returns the number of the shard packed.
- getSize() - Method in class org.tmatesoft.svn.core.SVNDirEntry
-
Returns the file size in bytes (if this entry is a file).
- getSize() - Method in class org.tmatesoft.svn.core.SVNMergeRangeList
-
Returns number of merge ranges stored in this merge range list.
- getSourceLeftVersion() - Method in class org.tmatesoft.svn.core.wc.SVNTreeConflictDescription
-
Returns info on the "merge-left source" or "older" version of incoming change.
- getSourceRepositoryUUID() - Method in class org.tmatesoft.svn.core.wc.admin.SVNSyncInfo
-
Returns the source repository UUID.
- getSourceRightVersion() - Method in class org.tmatesoft.svn.core.wc.SVNTreeConflictDescription
-
Returns info on the "merge-right source" or "their" version of incoming change.
- getSourceViewLength() - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
-
Returns the number of bytes to copy from the source view to the target one.
- getSourceViewOffset() - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
-
Returns the source view offset.
- getSrcURL() - Method in class org.tmatesoft.svn.core.wc.admin.SVNSyncInfo
-
Returns the url of the source repository.
- getSSHPort() - Method in interface org.tmatesoft.svn.core.javahl.PromptUserPasswordSSH
-
- getSSHPrivateKeyPassphrase() - Method in interface org.tmatesoft.svn.core.javahl.PromptUserPasswordSSH
-
- getSSHPrivateKeyPath() - Method in interface org.tmatesoft.svn.core.javahl.PromptUserPasswordSSH
-
- getSSLClientCertPassword() - Method in interface org.tmatesoft.svn.core.javahl.PromptUserPasswordSSL
-
- getSSLClientCertPath() - Method in interface org.tmatesoft.svn.core.javahl.PromptUserPasswordSSL
-
- getSSLKind() - Method in class org.tmatesoft.svn.core.auth.SVNSSLAuthentication
-
- 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.
- getStatusClient() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
-
- 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.
- getSVNCommitClient() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getSVNCopyClient() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getSVNDiffClient() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getSVNLogClient() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getSVNPropertyValue(String) - Method in class org.tmatesoft.svn.core.SVNProperties
-
- getSVNStatusClient() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getSVNUpdateClient() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getSVNWCClient() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getSystemId() - Method in class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
-
- getTargetPath() - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLInfoHandler
-
- getTargetPath() - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLStatusHandler
-
- getTargetViewLength() - Method in class org.tmatesoft.svn.core.io.diff.SVNDiffWindow
-
Returns the length in bytes of the target view.
- getTextMimeTypes() - Method in class org.tmatesoft.svn.core.SVNProperty
-
Returns custom mime-types previously added.
- getTextTime() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
-
- 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
-
- 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
-
- getUnknownOrImmediatesDepth(boolean) - Static method in class org.tmatesoft.svn.core.SVNDepth
-
- getUpdateClient() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
-
- 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(File) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
- getURL() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient.SVNRepositoryLocation
-
- 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.
- getUserInfo() - Method in class org.tmatesoft.svn.core.SVNURL
-
Returns the user info component of the url represented by this
object.
- getUserName() - Method in class org.tmatesoft.svn.core.auth.SVNAuthentication
-
Reurns the username.
- getValue() - Method in class org.tmatesoft.svn.core.wc.SVNPropertyData
-
Gets the value of the property represented by this
SVNPropertyData object.
- getValueOfBooleanProperty(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
-
Returns the value for such boolean properties as
"svn:executable", "svn:needs-lock"
and "svn:special".
- getVersion() - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getVersionInfo(String, String, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- getWCAccess() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
-
This method is not intended for users (from an API point of view).
- getWCClient() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
-
- getWCFile() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
-
Returns the working copy file as it presents in the working copy.
- getWCMergeInfo(File, SVNEntry, File, SVNMergeInfoInheritance, boolean, boolean[]) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
mergeInfo must not be null!
- getWCOrRepositoryMergeInfo(File, SVNEntry, SVNMergeInfoInheritance, boolean[], boolean, SVNRepository) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
- getWCPath() - Method in class org.tmatesoft.svn.core.wc.SVNMergeFileSet
-
Returns the path of the working copy file.
- getWorkingContentsDate() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Returns the last modified local time of the file item.
- getWorkingCopyFormat() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Returns the working copy format number for the admin directory
which the statused item is versioned under.
- getWorkingCopyRoot(File, boolean) - Static method in class org.tmatesoft.svn.core.wc.SVNWCUtil
-
Returns the Working Copy root directory given a versioned directory that
belongs to the Working Copy.
- getWorkingPropertiesDate() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Returns the last modified local time of file or directory
properties.
- getWorkingSize() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
-
Returns the size of the working copy file.
- getWorkspaceProperty(String, String) - Method in interface org.tmatesoft.svn.core.io.ISVNWorkspaceMediator
-
Retrieves an item's WC property from a ".svn/wcprops"
administrative
subdirectory.
- getYoungestRevision(File) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
-
Returns the HEAD revision of the repository located at repositoryRoot
.
- 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.
- info(String) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- info2(String, Revision, Revision, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- info2(String, Revision, Revision, int, String[], InfoCallback) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- 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.
- 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.
- isAdminDirectory(String) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- isAllowAllForwardMergesFromSelf() - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
-
Says to a merge driver whether to allow all forward merges or not.
- 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.
- 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.
- isCertificatePath(String) - Static method in class org.tmatesoft.svn.core.auth.SVNSSLAuthentication
-
- isCommitItemSkipped(SVNCommitItem) - Method in class org.tmatesoft.svn.core.wc.SVNCommitPacket
-
Determines if an item intended for a commit is set to
be skipped - that is not to be committed.
- isContentsModified() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
-
Determines if the Working Copy item has local edits
to its contents.
- isCopied() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
-
Determines if the item is to be added to version control with
history.
- isCopied() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Finds out if the item is added with history.
- 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.
- isDeleted() - Method in class org.tmatesoft.svn.core.wc.SVNCommitItem
-
Determines if the item is to be deleted from version control.
- isDiffAdded() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
-
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.
- 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.
- 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.
- isDiffUnversioned() - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
-
Says if unversioned files are also diffed or ignored.
- isDiffUnversioned() - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
-
Says if unversioned files are also diffed or ignored.
- isDir() - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminPath
-
Says whether path
is
a directory or a file.
- isDisposed() - Method in class org.tmatesoft.svn.core.wc.SVNCommitPacket
-
Determines if this object is disposed.
- 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).
- isEntryProperty(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
-
- isExportExpandsKeywords() - Method in class org.tmatesoft.svn.core.wc.SVNUpdateClient
-
Says whether keywords expansion during export operations is turned on or not.
- isFileExternal() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Tells if this is an externals file or not.
- 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.
- isHeaderForced(File, File) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
-
- isIgnoreAllWhitespace() - Method in class org.tmatesoft.svn.core.wc.SVNDiffOptions
-
Says whether all whitespaces must be ignored while comparing files.
- isIgnoreAmountOfWhitespace() - Method in class org.tmatesoft.svn.core.wc.SVNDiffOptions
-
Says whether amont of whitespaces must be ignored while comparing files.
- isIgnoreEOLStyle() - Method in class org.tmatesoft.svn.core.wc.SVNDiffOptions
-
Says whether eol style must be ignored while comparing files.
- isIgnoreExternals() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
Determines if externals definitions are ignored.
- isIgnoreExternals() - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
-
Tells wheter externals are ignored or not.
- 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
-
- 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
- isLocal() - Method in class org.tmatesoft.svn.core.wc.SVNRevision
-
- 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).
- isPartial() - Method in class org.tmatesoft.svn.core.auth.SVNAuthentication
-
Says if these credentials are partial.
- 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.
- 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
.
- isRecursive() - Method in class org.tmatesoft.svn.core.SVNDepth
-
Returns a recursion boolean based on depth.
- isRegularProperty(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
-
Checks if a property is regular.
- isRemote() - Method in class org.tmatesoft.svn.core.wc.SVNInfo
-
Finds out whether the item for which this SVNInfo is generated
is local (located in a user's Working Copy) or remote (located in a
repository).
- 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
-
- 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.
- 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.
- isSVNKitProperty(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
-
- isSVNProperty(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
-
- isSwitched() - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Finds out whether the item 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.
- 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.
- isURL(String) - Static method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- isURL() - Method in class org.tmatesoft.svn.core.wc.SVNCopySource
-
Tells if this copy source is url.
- isUseCommitTimes() - Method in interface org.tmatesoft.svn.core.wc.ISVNOptions
-
Determines if the commit-times option is enabled.
- 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.
- isVersionedDirectory(File) - Static method in class org.tmatesoft.svn.core.wc.SVNWCUtil
-
Determines if a directory is under version control.
- 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.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.
- 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.
- 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.
- ISVNCommitParameters - Interface in org.tmatesoft.svn.core.wc
-
The ISVNCommitParameters is the interface for parameters
which set behaviour for a commit operation that touches
still versioned files or dirs that are somehow missing.
- ISVNCommitParameters.Action - Class 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.
- 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.
- 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.
- ISVNFileCheckoutTarget - Interface in org.tmatesoft.svn.core.io
-
- 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.
- 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
-
- ISVNLocationSegmentHandler - Interface in org.tmatesoft.svn.core.io
-
- 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.
- 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.
- 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
-
- 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
-
- 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.
- isWorkingCopyProperty(String) - Static method in class org.tmatesoft.svn.core.SVNProperty
-
- 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
-
- 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
-
- 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
-
- SCHEDULE_DELETE - Static variable in class org.tmatesoft.svn.core.SVNProperty
-
- SCHEDULE_REPLACE - Static variable in class org.tmatesoft.svn.core.SVNProperty
-
- 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
.
- setAddParameters(ISVNAddParameters) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
-
Sets custom add parameters to this client object.
- 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.
- 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.
- 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.
- 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.
- setCertificatePath(String) - Method in class org.tmatesoft.svn.core.auth.SVNSSLAuthentication
-
- setChangeType(char) - Method in class org.tmatesoft.svn.core.SVNLogEntryPath
-
- setChildErrorMessage(SVNErrorMessage) - Method in class org.tmatesoft.svn.core.SVNErrorMessage
-
Sets a child error message for this one.
- setClientCredentialsStorage(ISVNAuthenticationStorage) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- setCommitHander(ISVNCommitHandler) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
-
- 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.
- setCommitItemAccess(SVNCommitItem, SVNWCAccess) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
- setCommitItemFlags(SVNCommitItem, boolean, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
- setCommitItemProperty(SVNCommitItem, String, SVNPropertyValue) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
- setCommitItemSkipped(SVNCommitItem, boolean) - Method in class org.tmatesoft.svn.core.wc.SVNCommitPacket
-
Sets or unsets a versioned item to be skipped -
whether or not it should be committed.
- setCommitMessage(String) - Method in class org.tmatesoft.svn.core.SVNDirEntry
-
This method is used by SVNKit internals and not intended for users (from an API point of view).
- setCommitParameters(ISVNCommitParameters) - Method in class org.tmatesoft.svn.core.wc.SVNCommitClient
-
Sets commit parameters to use.
- setCommitParameters(ISVNCommitParameters) - Method in class org.tmatesoft.svn.core.wc.SVNCopyClient
-
Sets commit parameters to use.
- setConfigDirectory(String) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- setConflictResolver(ConflictResolverCallback) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- setContentsStatus(SVNStatusType) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Sets the item's contents status type.
- setCopyContents(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNCopySource
-
Sets whether to expand this copy source to its contents or not.
- 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.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.
- setDebugLog(ISVNDebugLog) - Method in class org.tmatesoft.svn.core.wc.SVNMoveClient
-
- 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.
- 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.
- 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.
- 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.
- setDiffOptions(SVNDiffOptions) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
-
Sets diff options containing diff rules.
- setDiffOptions(SVNDiffOptions) - Method in class org.tmatesoft.svn.core.wc.SVNLogClient
-
Sets diff options for this client to use in annotate operations.
- setDiffUnversioned(boolean) - Method in class org.tmatesoft.svn.core.wc.DefaultSVNDiffGenerator
-
Includes or not unversioned files into diff processing.
- setDiffUnversioned(boolean) - Method in interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator
-
Includes or not unversioned files into diff processing.
- setDocumentLocator(Locator) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
-
Does nothing.
- 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.
- 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.
- setEntry(SVNEntry) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Sets a WC entry for which this object is generated.
- 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.
- 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.wc.SVNMoveClient
-
- setEventPathPrefix(String) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
Removes or adds a path prefix.
- 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.
- 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.
- setFilesProvider(ISVNStatusFileProvider) - Method in class org.tmatesoft.svn.core.wc.SVNStatusClient
-
- 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.
- 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.
- setIgnoreEOLStyle(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNDiffOptions
-
Sets whether eol style must be ignored while comparing files.
- setIgnoreExternals(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
Sets externals definitions to be ignored or not during
operations.
- 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.
- 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
-
- setLeaveConflictsUnresolved(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
Deprecated.
this method should not be used anymore
- 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).
- 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.
- setOmitLogMessage(boolean) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
-
Sets whether log messages must be omitted or not.
- 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.wc.SVNMoveClient
-
- setPath(String, String, long, boolean) - Method in interface org.tmatesoft.svn.core.io.ISVNReporter
-
- 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.
- setPathListHandler(ISVNPathListHandler) - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
Sets a path list handler implementation to this object.
- 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.
- setProgressListener(ProgressListener) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- setPrompt(PromptUserPassword) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- 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.
- setRelativePath(String) - Method in class org.tmatesoft.svn.core.SVNDirEntry
-
This method is used by SVNKit internals and not intended for users (from an API point of view).
- setRemoteStatus(SVNStatusType, SVNStatusType, SVNLock, SVNNodeKind) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Sets the item's remote status.
- setRemoteStatus(SVNURL, SVNStatusType, SVNStatusType, SVNLock, SVNNodeKind, SVNRevision, Date, String) - Method in class org.tmatesoft.svn.core.wc.SVNStatus
-
Sets the item's remote status.
- setReplayHandler(ISVNLogEntryHandler) - Method in class org.tmatesoft.svn.core.wc.admin.SVNAdminClient
-
Sets a replication handler that will receive a log entry object
per each replayed revision.
- setReplicationHandler(ISVNReplicationHandler) - Method in class org.tmatesoft.svn.core.replicator.SVNRepositoryReplicator
-
Registers a replication handler to this replicator.
- setRepositoryCredentials(String, SVNURL) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Caches identification parameters (UUID, rood directory location)
of the repository with which this driver is working.
- setRevertMissingDirectories(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNWCClient
-
- 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.
- setRevProperty(String, String, Revision, String, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- setRevProperty(String, String, Revision, String, String, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- setRuntimeCredentialsStorage(ISVNAuthenticationStorage) - Static method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- 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.
- setTargetPath(File) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLInfoHandler
-
Sets the target path what makes all paths be relative to this one.
- setTunnelProvider(ISVNTunnelProvider) - Method in class org.tmatesoft.svn.core.io.SVNRepository
-
Sets a tunnel provider.
- 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.
- setURL(SVNURL) - Method in class org.tmatesoft.svn.core.wc.SVNEvent
-
Sets the repository url.
- 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
-
- shutdownConnections(boolean) - Method in class org.tmatesoft.svn.core.wc.SVNClientManager
-
- shutdownTimer() - Static method in class org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool
-
Stops the daemon thread that checks whether there are any SVNRepository
objects
expired.
- singleStatus(String, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- size() - Method in class org.tmatesoft.svn.core.SVNDirEntry
-
- 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.).
- skippedEntity(String) - Method in class org.tmatesoft.svn.core.wc.xml.SVNXMLSerializer
-
Does nothing.
- sleepForTimeStamp() - Method in class org.tmatesoft.svn.core.wc.SVNBasicClient
-
- 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(String, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- status(String, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- status(String, boolean, boolean, boolean, boolean, boolean) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- status(String, int, boolean, boolean, boolean, boolean, String[], StatusCallback) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- 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
-
- streamFileContent(String, Revision, Revision, int, OutputStream) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- suggestMergeSources(String, Revision) - Method in class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- 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.
- 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() - 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
-
- SVNAdminPath(String, String, int, boolean) - Constructor for class org.tmatesoft.svn.core.wc.admin.SVNAdminPath
-
Constructs a new instance of this class
that is intended for
ISVNTreeHandler
.
- SVNAnnotationGenerator - Class 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
-
Creates a username user credential object given a username.
- 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
-
- SVNBasicClient.RepositoryReference - Class in org.tmatesoft.svn.core.wc
-
- SVNBasicClient.RepositoryReference(String, long) - Constructor for class org.tmatesoft.svn.core.wc.SVNBasicClient.RepositoryReference
-
- SVNBasicClient.SVNRepositoryLocation - Class in org.tmatesoft.svn.core.wc
-
- SVNBasicClient.SVNRepositoryLocation(SVNURL, long) - Constructor for class org.tmatesoft.svn.core.wc.SVNBasicClient.SVNRepositoryLocation
-
- 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.
- 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.
- 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.
- SVNClientImpl - Class in org.tmatesoft.svn.core.javahl
-
- SVNClientImpl(SVNClient) - Constructor for class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- SVNClientImpl(SVNClient, IHTTPConnectionFactory, ISVNConnectorFactory) - Constructor for class org.tmatesoft.svn.core.javahl.SVNClientImpl
-
- SVNClientImpl.LogLevel - Class in org.tmatesoft.svn.core.javahl
-
- SVNClientImpl.LogLevel() - Constructor for class org.tmatesoft.svn.core.javahl.SVNClientImpl.LogLevel
-
- SVNClientImplTracker - Class in org.tmatesoft.svn.core.javahl
-
- SVNClientImplTracker() - Constructor for class org.tmatesoft.svn.core.javahl.SVNClientImplTracker
-
- 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.
- 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.
- 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.
- 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.
- 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.
- 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_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.
- 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) - 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() - 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.
- 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.
- 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
-
- SVNKIT_PREFIX - Static variable in class org.tmatesoft.svn.core.SVNProperty
-
SVNKit's own property namespace.
- 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.
- 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.
- 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.
- 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) - 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.
- 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).
- SVNOperation - Class in org.tmatesoft.svn.core.wc
-
SVNOperation represents the user operation that exposed a conflict.
- 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
-
Creates a password user credential object given a username and password.
- 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.
- SVNReplayHandler - Class in org.tmatesoft.svn.core.wc.admin
-
- 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
-
- 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
-
- SVNRepositoryReplicator - Class in org.tmatesoft.svn.core.replicator
-
The SVNRepositoryReplicator class provides an ability to
make a copy of an existing repository.
- 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.
- 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
-
Creates a user credential object for authenticating over an ssh tunnel.
- 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
-
Creates a user credential object for authenticating over an ssh tunnel.
- 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
-
Creates a user credential object for authenticating over an ssh tunnel.
- 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
-
Creates an SSL credentials object.
- 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.
- 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.
- SVNStatusType - Class in org.tmatesoft.svn.core.wc
-
SVNStatusType provides information about versioned items'
status type.
- 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.
- 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
.
- 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.
- 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
-
Creates a username authentication credential.
- 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
-
- 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.