Index
A B C D E F G H I J K L M N O P R S T U V W X 
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
A
- abort() - Method in interface org.apache.subversion.javahl.ISVNEditor
 - 
Signal that the edit transmission was not successful.
 - abort() - Method in class org.apache.subversion.javahl.remote.CommitEditor
 - abortReport() - Method in interface org.apache.subversion.javahl.ISVNReporter
 - 
If an error occurs during a report, this routine should cause the filesystem transaction to be aborted and cleaned up.
 - abortReport() - Method in class org.apache.subversion.javahl.remote.StateReporter
 - AccecptTemporary - Static variable in interface org.tigris.subversion.javahl.PromptUserPassword2
 - 
Deprecated.Use the correctly spelled "AcceptTemporary" constant instead.
 - acceptPermanently() - Static method in class org.apache.subversion.javahl.callback.AuthnCallback.SSLServerTrustResult
 - 
Create a result that permanently accepts the certificate.
 - AcceptPermanently - Static variable in interface org.apache.subversion.javahl.callback.UserPasswordCallback
 - 
Deprecated.Accept the connection to the server forever.
 - AcceptPermanently - Static variable in interface org.tigris.subversion.javahl.PromptUserPassword2
 - 
Accept the connection to the server forever.
 - acceptTemporarily() - Static method in class org.apache.subversion.javahl.callback.AuthnCallback.SSLServerTrustResult
 - 
Create a result that temporarily accepts the certificate, for the duration of the current connection.
 - AcceptTemporary - Static variable in interface org.apache.subversion.javahl.callback.UserPasswordCallback
 - 
Deprecated.Accept the connection to the server once.
 - AcceptTemporary - Static variable in interface org.tigris.subversion.javahl.PromptUserPassword2
 - 
Accept the connection to the server once.
 - Action() - Constructor for class org.tigris.subversion.javahl.ConflictDescriptor.Action
 - Action() - Constructor for class org.tigris.subversion.javahl.Notify.Action
 - 
Deprecated.
 - actionNames - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - 
textual representation of the action types
 - add - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Adding a path to revision control.
 - add - org.apache.subversion.javahl.ConflictDescriptor.Action
 - 
Attempting to add object.
 - add - org.apache.subversion.javahl.ReposNotifyInformation.NodeAction
 - add - org.apache.subversion.javahl.types.ChangePath.Action
 - 
Path was added.
 - add - org.apache.subversion.javahl.types.Info.ScheduleKind
 - 
Slated for addition
 - add - Static variable in class org.tigris.subversion.javahl.ConflictDescriptor.Action
 - 
Attempting to add object.
 - add - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - 
Adding a path to revision control.
 - add - Static variable in interface org.tigris.subversion.javahl.ScheduleKind
 - 
Slated for addition
 - add(String, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - add(String, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.
 - add(String, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.
 - add(String, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - add(String, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.
 - add(String, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.
 - add(String, int, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - add(String, int, boolean, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Adds a file to the repository.
 - add(String, int, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - add(String, Depth, boolean, boolean, boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Adds a file to the repository.
 - add(String, Depth, boolean, boolean, boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - add(String, Depth, boolean, boolean, boolean, boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Adds a file to the repository.
 - add(String, Depth, boolean, boolean, boolean, boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - Add - Static variable in interface org.apache.subversion.javahl.CommitItemStateFlags
 - 
the item has been added
 - Add - Static variable in interface org.tigris.subversion.javahl.CommitItemStateFlags
 - 
the item has been added
 - addAbsent(String, NodeKind, long) - Method in interface org.apache.subversion.javahl.ISVNEditor
 - 
Create an "absent" node of kind
kindatrelativePath. - addAbsent(String, NodeKind, long) - Method in class org.apache.subversion.javahl.remote.CommitEditor
 - addBlameLine(BlameCallbackImpl.BlameLine) - Method in class org.tigris.subversion.javahl.BlameCallbackImpl
 - 
Append the given blame info to the list
 - addDirectory(String, Iterable<String>, Map<String, byte[]>, long) - Method in interface org.apache.subversion.javahl.ISVNEditor
 - 
Create a new directory at
relativePath. - addDirectory(String, Iterable<String>, Map<String, byte[]>, long) - Method in class org.apache.subversion.javahl.remote.CommitEditor
 - added - org.apache.subversion.javahl.ConflictDescriptor.Reason
 - 
Object is already added or schedule-add.
 - added - org.apache.subversion.javahl.DiffSummary.DiffKind
 - added - org.apache.subversion.javahl.types.Status.Kind
 - 
is scheduled for additon
 - added - Static variable in class org.tigris.subversion.javahl.ConflictDescriptor.Reason
 - 
Object is already added or schedule-add.
 - added - Static variable in interface org.tigris.subversion.javahl.StatusKind
 - 
is scheduled for additon
 - ADDED - Static variable in class org.tigris.subversion.javahl.DiffSummary.DiffKind
 - addedDirectory(String) - Method in interface org.apache.subversion.javahl.callback.RemoteStatus
 - 
A directory was added.
 - addedFile(String) - Method in interface org.apache.subversion.javahl.callback.RemoteStatus
 - 
A file was added.
 - addedSymlink(String) - Method in interface org.apache.subversion.javahl.callback.RemoteStatus
 - 
A symbolic link was added.
 - addFile(String, Checksum, InputStream, Map<String, byte[]>, long) - Method in interface org.apache.subversion.javahl.ISVNEditor
 - 
Create a new file at
relativePath. - addFile(String, Checksum, InputStream, Map<String, byte[]>, long) - Method in class org.apache.subversion.javahl.remote.CommitEditor
 - addRevisionRange(String, RevisionRange) - Method in class org.apache.subversion.javahl.types.Mergeinfo
 - 
Add a revision range to the merged revisions for a path.
 - addRevisionRange(String, RevisionRange) - Method in class org.tigris.subversion.javahl.Mergeinfo
 - 
Add a revision range to the merged revisions for a path.
 - addRevisions(String, List<RevisionRange>) - Method in class org.apache.subversion.javahl.types.Mergeinfo
 - 
Add one or more RevisionRange objects to merge info.
 - addRevisions(String, RevisionRangeList) - Method in class org.apache.subversion.javahl.types.Mergeinfo
 - addRevisions(String, RevisionRange[]) - Method in class org.tigris.subversion.javahl.Mergeinfo
 - 
Add one or more RevisionRange objects to merge info.
 - addSymlink(String, String, Map<String, byte[]>, long) - Method in interface org.apache.subversion.javahl.ISVNEditor
 - 
Create a new symbolic link at
relativePath, with a link target oftarget. - addSymlink(String, String, Map<String, byte[]>, long) - Method in class org.apache.subversion.javahl.remote.CommitEditor
 - 
Note: Not implemented.
 - addToChangelist(String[], String, int, String[]) - Method in class org.tigris.subversion.javahl.SVNClient
 - addToChangelist(String[], String, int, String[]) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Add paths to a changelist
 - addToChangelist(String[], String, int, String[]) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - addToChangelist(Set<String>, String, Depth, Collection<String>) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Add paths to a changelist
 - addToChangelist(Set<String>, String, Depth, Collection<String>) - Method in class org.apache.subversion.javahl.SVNClient
 - all - org.apache.subversion.javahl.SVNUtil.DiffOptions.IgnoreSpace
 - 
Ignore all whitespace characters.
 - all - Static variable in class org.apache.subversion.javahl.types.DirEntry.Fields
 - 
A combination of all the DirEntry fields
 - all - Static variable in class org.tigris.subversion.javahl.DirEntry.Fields
 - 
A combination of all the DirEntry fields
 - allowStorePlaintextPassphrase(String) - Method in interface org.apache.subversion.javahl.callback.AuthnCallback
 - 
Ask if a certificate passphrase may be stored on disk in plaintext.
 - allowStorePlaintextPassword(String) - Method in interface org.apache.subversion.javahl.callback.AuthnCallback
 - 
Ask if a password may be stored on disk in plaintext.
 - alterDirectory(String, long, Iterable<String>, Map<String, byte[]>) - Method in interface org.apache.subversion.javahl.ISVNEditor
 - 
Alter the properties of the directory at
relativePath. - alterDirectory(String, long, Iterable<String>, Map<String, byte[]>) - Method in class org.apache.subversion.javahl.remote.CommitEditor
 - alterFile(String, long, Checksum, InputStream, Map<String, byte[]>) - Method in interface org.apache.subversion.javahl.ISVNEditor
 - 
Alter the contents and/or the properties of the file at
relativePathwithrevisionas its expected revision. - alterFile(String, long, Checksum, InputStream, Map<String, byte[]>) - Method in class org.apache.subversion.javahl.remote.CommitEditor
 - alterSymlink(String, long, String, Map<String, byte[]>) - Method in interface org.apache.subversion.javahl.ISVNEditor
 - 
Alter the target and/or the properties of the symlink at
relativePathwithrevisionas its expected revision. - alterSymlink(String, long, String, Map<String, byte[]>) - Method in class org.apache.subversion.javahl.remote.CommitEditor
 - 
Note: Not implemented.
 - apmodActivityNotFound - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - apmodBadBaseline - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - apmodConnectionAborted - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - apmodMalformedUri - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - apmodMissingPathToFs - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - ASK - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - 
"ask" value in configuration.
 - askQuestion(String, String, boolean) - Method in interface org.apache.subversion.javahl.callback.UserPasswordCallback
 - 
Deprecated.ask the user a question where she answers with a text.
 - askQuestion(String, String, boolean) - Method in interface org.tigris.subversion.javahl.PromptUserPassword
 - 
ask the user a question where she answers with a text.
 - askQuestion(String, String, boolean, boolean) - Method in interface org.apache.subversion.javahl.callback.UserPasswordCallback
 - 
Deprecated.Ask the user a question, and (usually) store the auth credential caching preference specified by
maySave(used byUserPasswordCallback.userAllowedSave()). - askQuestion(String, String, boolean, boolean) - Method in interface org.tigris.subversion.javahl.PromptUserPassword3
 - 
Ask the user a question, and (usually) store the auth credential caching preference specified by
maySave(used byPromptUserPassword3.userAllowedSave()). - askTrustSSLServer(String, boolean) - Method in interface org.apache.subversion.javahl.callback.UserPasswordCallback
 - 
Deprecated.If there are problems with the certifcate of the SSL-server, this callback will be used to deside if the connection will be used.
 - askTrustSSLServer(String, boolean) - Method in interface org.tigris.subversion.javahl.PromptUserPassword2
 - 
If there are problems with the certifcate of the SSL-server, this callback will be used to deside if the connection will be used.
 - askYesNo(String, String, boolean) - Method in interface org.apache.subversion.javahl.callback.UserPasswordCallback
 - 
Deprecated.ask the user a yes/no question
 - askYesNo(String, String, boolean) - Method in interface org.tigris.subversion.javahl.PromptUserPassword
 - 
ask the user a yes/no question
 - atomic_revprops - org.apache.subversion.javahl.ISVNRemote.Capability
 - 
The capability of specifying (and atomically verifying) expected preexisting values when modifying revprops.
 - AuthnCallback - Interface in org.apache.subversion.javahl.callback
 - 
The interface for requesting authentication credentials from the user.
 - AuthnCallback.AuthnResult - Class in org.apache.subversion.javahl.callback
 - 
Abstract base class for callback results.
 - AuthnCallback.SSLClientCertPassphraseResult - Class in org.apache.subversion.javahl.callback
 - 
The result type used by {@see #sslClientCertPassphrasePrompt}.
 - AuthnCallback.SSLClientCertResult - Class in org.apache.subversion.javahl.callback
 - 
The result type used by {@see #sslClientCertPrompt}.
 - AuthnCallback.SSLServerCertFailures - Class in org.apache.subversion.javahl.callback
 - 
Information about why parsing a server SSL certificate failed.
 - AuthnCallback.SSLServerCertInfo - Class in org.apache.subversion.javahl.callback
 - 
Detailed information about the parsed server SSL certificate.
 - AuthnCallback.SSLServerTrustResult - Class in org.apache.subversion.javahl.callback
 - 
The result type used by {@see #sslServerTrustPrompt}.
 - AuthnCallback.UsernameResult - Class in org.apache.subversion.javahl.callback
 - 
The result type used by {@see #usernamePrompt}.
 - AuthnCallback.UserPasswordResult - Class in org.apache.subversion.javahl.callback
 - 
The result type used by {@see #userPasswordPrompt}.
 - authnCredsNotSaved - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - authnCredsUnavailable - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - authnFailed - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - authnNoProvider - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - authnProvidersExhausted - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - AuthnResult() - Constructor for class org.apache.subversion.javahl.callback.AuthnCallback.AuthnResult
 - authzInvalidConfig - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - authzPartiallyReadable - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - authzRootUnreadable - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - authzUnreadable - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - authzUnwritable - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 
B
- badContainingPool - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - badDate - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - badFilename - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - badMimeType - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - badPropertyValue - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - badPropKind - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - badRelativePath - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - badUrl - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - badUuid - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - badVersionFileFormat - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - base - org.apache.subversion.javahl.types.Revision.Kind
 - 
.svn/entries current revision
 - base - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - base - Static variable in interface org.tigris.subversion.javahl.RevisionKind
 - 
.svn/entries current revision
 - BASE - Static variable in class org.apache.subversion.javahl.types.Revision
 - 
base revision of working copy
 - BASE - Static variable in class org.tigris.subversion.javahl.Revision
 - 
base revision of working copy
 - BDB - Static variable in interface org.apache.subversion.javahl.ISVNRepos
 - 
Filesystem in a Berkeley DB
 - BDB - Static variable in class org.tigris.subversion.javahl.SVNAdmin
 - 
Filesystem in a Berkeley DB
 - blame(String, Revision, Revision, Revision, boolean, boolean, BlameCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Deprecated.Use the 1.12 version with BlameLineCallback
 - blame(String, Revision, Revision, Revision, boolean, boolean, BlameCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - 
Deprecated.
 - blame(String, Revision, Revision, Revision, boolean, boolean, BlameCallback, DiffOptions) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Deprecated.Use the 1.12 version with BlameLineCallback
 - blame(String, Revision, Revision, Revision, boolean, boolean, BlameCallback, DiffOptions) - Method in class org.apache.subversion.javahl.SVNClient
 - 
Deprecated.
 - blame(String, Revision, Revision, Revision, boolean, boolean, DiffOptions, BlameRangeCallback, BlameLineCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Retrieve the content together with the author, the revision and the date of the last change of each line.
 - blame(String, Revision, Revision, Revision, boolean, boolean, DiffOptions, BlameRangeCallback, BlameLineCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - blame(String, Revision, Revision) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - blame(String, Revision, Revision) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.
 - blame(String, Revision, Revision) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.
 - blame(String, Revision, Revision, BlameCallback) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - blame(String, Revision, Revision, BlameCallback) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.
 - blame(String, Revision, Revision, BlameCallback) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.
 - blame(String, Revision, Revision, Revision, boolean, boolean, BlameCallback2) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - blame(String, Revision, Revision, Revision, boolean, boolean, BlameCallback2) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.
 - blame(String, Revision, Revision, Revision, boolean, boolean, BlameCallback2) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.
 - blame(String, Revision, Revision, Revision, boolean, boolean, BlameCallback3) - Method in class org.tigris.subversion.javahl.SVNClient
 - blame(String, Revision, Revision, Revision, boolean, boolean, BlameCallback3) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Retrieve the content together with the author, the revision and the date of the last change of each line
 - blame(String, Revision, Revision, Revision, boolean, boolean, BlameCallback3) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - blame(String, Revision, Revision, Revision, BlameCallback) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - blame(String, Revision, Revision, Revision, BlameCallback) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.
 - blame(String, Revision, Revision, Revision, BlameCallback) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.
 - blame_revision - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Processed a single revision's blame.
 - blame_revision - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - 
Processed a single revision's blame.
 - BlameCallback - Interface in org.apache.subversion.javahl.callback
 - 
Deprecated.use
BlameLineCallbackinstead. - BlameCallback - Interface in org.tigris.subversion.javahl
 - 
This interface is used to receive every single line for a file on a the SVNClientInterface.blame call.
 - BlameCallback2 - Interface in org.tigris.subversion.javahl
 - 
This interface is used to receive every single line for a file on a the SVNClientInterface.blame call.
 - BlameCallback3 - Interface in org.tigris.subversion.javahl
 - 
This interface is used to receive every single line for a file on a the SVNClientInterface.blame call.
 - BlameCallbackImpl - Class in org.tigris.subversion.javahl
 - 
Implementation of
BlameCallbackinterface. - BlameCallbackImpl() - Constructor for class org.tigris.subversion.javahl.BlameCallbackImpl
 - BlameCallbackImpl.BlameLine - Class in org.tigris.subversion.javahl
 - 
Class represeting one line of the lines, i.e.
 - BlameLine(long, String, Date, String) - Constructor for class org.tigris.subversion.javahl.BlameCallbackImpl.BlameLine
 - 
Constructor
 - BlameLineCallback - Interface in org.apache.subversion.javahl.callback
 - 
This interface is used to receive every single line for a file on a the
ISVNClient#blamecall. - BlameRangeCallback - Interface in org.apache.subversion.javahl.callback
 - 
This interface is used to the resolved revision range the
ISVNClient#blamecall. - buildKeywords(byte[], long, String, String, Date, String) - Static method in class org.apache.subversion.javahl.SVNUtil
 - 
Build a dictionary of expanded keyword values, given the contents of a file's
svn:keywordsproperty, its revision, URL, the date it was committed on, the author of the commit and teh URL of the repository root. - buildKeywords(byte[], long, String, String, Date, String) - Method in class org.apache.subversion.javahl.util.SubstLib
 
C
- cancelled - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - cancelOperation() - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
cancel the active operation
 - cancelOperation() - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Cancel the active operation, including any ongoing edits.
 - cancelOperation() - Method in interface org.apache.subversion.javahl.ISVNRepos
 - 
cancel the active operation
 - cancelOperation() - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - cancelOperation() - Method in class org.apache.subversion.javahl.SVNClient
 - cancelOperation() - Method in class org.apache.subversion.javahl.SVNRepos
 - cancelOperation() - Method in class org.tigris.subversion.javahl.SVNClient
 - cancelOperation() - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
cancel the active operation
 - cancelOperation() - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - canonicalizeNodeProperty(String, byte[], String, NodeKind, String) - Static method in class org.apache.subversion.javahl.SVNUtil
 - 
Validate the value of an
svn:property on file or directory and return a canonical representation of its value. - canonicalizeNodeProperty(String, byte[], String, NodeKind, String, InputStream) - Static method in class org.apache.subversion.javahl.SVNUtil
 - 
Validate the value of an
svn:property on file or directory and return a canonical representation of its value. - canonicalizeNodeProperty(String, byte[], String, NodeKind, String, InputStream) - Method in class org.apache.subversion.javahl.util.PropLib
 - categorySize - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - ceaseInvocation - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - change - org.apache.subversion.javahl.ReposNotifyInformation.NodeAction
 - change - org.apache.subversion.javahl.SVNUtil.DiffOptions.IgnoreSpace
 - 
Ignore changes in sequences of whitespace characters, treating each sequence of whitespace characters as a single space.
 - changed - org.apache.subversion.javahl.ClientNotifyInformation.Status
 - 
Pristine state was modified.
 - changed - Static variable in interface org.tigris.subversion.javahl.NotifyStatus
 - 
Pristine state was modified.
 - changelist_clear - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Clear the changelist for a path.
 - changelist_clear - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - changelist_moved - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
A path has moved to another changelist.
 - changelist_set - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Set the changelist for a path.
 - changelist_set - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - ChangelistCallback - Interface in org.apache.subversion.javahl.callback
 - 
This interface is used to receive every status item for the
ISVNClient.status(java.lang.String, org.apache.subversion.javahl.types.Depth, boolean, boolean, boolean, boolean, boolean, boolean, java.util.Collection<java.lang.String>, org.apache.subversion.javahl.callback.StatusCallback)call. - ChangelistCallback - Interface in org.tigris.subversion.javahl
 - 
This interface is used to receive every status item for the SVNClientInterface.status call.
 - ChangePath - Class in org.apache.subversion.javahl.types
 - ChangePath - Class in org.tigris.subversion.javahl
 - ChangePath(String, long, String, ChangePath.Action, NodeKind, Tristate, Tristate) - Constructor for class org.apache.subversion.javahl.types.ChangePath
 - 
Constructor to be called from the native code
 - ChangePath(ChangePath) - Constructor for class org.tigris.subversion.javahl.ChangePath
 - 
A backward-compat constructor.
 - ChangePath.Action - Enum in org.apache.subversion.javahl.types
 - 
Actions which may have occurred to this path.
 - changeRevisionProperty(long, String, byte[], byte[]) - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Change the value of an unversioned property.
 - changeRevisionProperty(long, String, byte[], byte[]) - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - checkout(String, String, Revision, Revision, Depth, boolean, boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Executes a revision checkout.
 - checkout(String, String, Revision, Revision, Depth, boolean, boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - checkout(String, String, Revision, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - checkout(String, String, Revision, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.
 - checkout(String, String, Revision, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.
 - checkout(String, String, Revision, Revision, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - checkout(String, String, Revision, Revision, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.
 - checkout(String, String, Revision, Revision, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.
 - checkout(String, String, Revision, Revision, int, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - checkout(String, String, Revision, Revision, int, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Executes a revision checkout.
 - checkout(String, String, Revision, Revision, int, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - checkPath(String, long) - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Return the kind of the node in
pathatrevision. - checkPath(String, long) - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - Checksum - Class in org.apache.subversion.javahl.types
 - Checksum(byte[], Checksum.Kind) - Constructor for class org.apache.subversion.javahl.types.Checksum
 - 
Constructor to be called from the native code
 - Checksum.Kind - Enum in org.apache.subversion.javahl.types
 - 
Kinds of checksum
 - checksumMismatch - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - checkTunnel(String) - Method in interface org.apache.subversion.javahl.callback.TunnelAgent
 - 
This callback method is called before a tunnel is created, to determine whether to use this tunnel implementation, or revert to the default (native) tunnel implementation.
 - chooseBase - org.apache.subversion.javahl.ConflictResult.Choice
 - 
Resolve the conflict by choosing the base file.
 - chooseBase - Static variable in class org.tigris.subversion.javahl.ConflictResult
 - 
Resolve the conflict by choosing the base file.
 - chooseMerged - org.apache.subversion.javahl.ConflictResult.Choice
 - 
Resolve the conflict by choosing the merged object (potentially manually edited).
 - chooseMerged - Static variable in class org.tigris.subversion.javahl.ConflictResult
 - 
Resolve the conflict by choosing the merged object (potentially manually edited).
 - chooseMineConflict - org.apache.subversion.javahl.ConflictResult.Choice
 - 
Resolve the conflict by choosing own (local) version of the object (for conflicted hunks only).
 - chooseMineConflict - Static variable in class org.tigris.subversion.javahl.ConflictResult
 - 
Resolve the conflict by choosing own (local) version of the object (for conflicted hunks only).
 - chooseMineFull - org.apache.subversion.javahl.ConflictResult.Choice
 - 
Resolve the conflict by choosing own (local) version of the object.
 - chooseMineFull - Static variable in class org.tigris.subversion.javahl.ConflictResult
 - 
Resolve the conflict by choosing own (local) version of the object.
 - chooseTheirsConflict - org.apache.subversion.javahl.ConflictResult.Choice
 - 
Resolve the conflict by choosing the incoming (repository) version of the object (for conflicted hunks only).
 - chooseTheirsConflict - Static variable in class org.tigris.subversion.javahl.ConflictResult
 - 
Resolve the conflict by choosing the incoming (repository) version of the object (for conflicted hunks only).
 - chooseTheirsFull - org.apache.subversion.javahl.ConflictResult.Choice
 - 
Resolve the conflict by choosing the incoming (repository) version of the object.
 - chooseTheirsFull - Static variable in class org.tigris.subversion.javahl.ConflictResult
 - 
Resolve the conflict by choosing the incoming (repository) version of the object.
 - clAdmDirReserved - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - clArgParsingError - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - clBadLogMessage - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - clCommitInAddedDir - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - cleanup(String) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Recursively cleans up a local directory, finishing any incomplete operations, removing lockfiles, etc.
 - cleanup(String) - Method in class org.apache.subversion.javahl.SVNClient
 - cleanup(String) - Method in class org.tigris.subversion.javahl.SVNClient
 - cleanup(String) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Recursively cleans up a local directory, finishing any incomplete operations, removing lockfiles, etc.
 - cleanup(String) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - cleanup(String, boolean, boolean, boolean, boolean, boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Recursively cleans up a local directory, finishing any incomplete operations, removing lockfiles, etc.
 - cleanup(String, boolean, boolean, boolean, boolean, boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - cleanup_external - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Running cleanup on an external module.
 - cleanup_revprops - org.apache.subversion.javahl.ReposNotifyInformation.Action
 - 
A non-packed revprop shard got removed.
 - clientBadRevision - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - clientDuplicateCommitUrl - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - ClientException - Exception in org.apache.subversion.javahl
 - 
This exception is thrown whenever something goes wrong in the Subversion JavaHL binding's JNI interface.
 - ClientException - Exception in org.tigris.subversion.javahl
 - 
This exception is thrown whenever something goes wrong in the Subversion JavaHL binding's JNI interface.
 - ClientException.ErrorMessage - Class in org.apache.subversion.javahl
 - 
Describes a single error message in a stack of messages associated with this exception.
 - clientInvalidExternalsDescription - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - clientInvalidRelocation - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - clientIsBinaryFile - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - clientIsDirectory - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - clientMissingLockToken - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - clientModified - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - clientMultipleSourcesDisallowed - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - ClientNotifyCallback - Interface in org.apache.subversion.javahl.callback
 - 
Subversion notification interface.
 - ClientNotifyInformation - Class in org.apache.subversion.javahl
 - 
The event passed to the
ClientNotifyCallback.onNotify(org.apache.subversion.javahl.ClientNotifyInformation)API to notifyISVNClientof relevant events. - ClientNotifyInformation(String, ClientNotifyInformation.Action, NodeKind, String, Lock, String, List<ClientException.ErrorMessage>, ClientNotifyInformation.Status, ClientNotifyInformation.Status, ClientNotifyInformation.LockStatus, long, String, RevisionRange, String, String, String, Map<String, String>, long, long, long, long, long, long, int) - Constructor for class org.apache.subversion.javahl.ClientNotifyInformation
 - 
This constructor is to be used by the native code.
 - ClientNotifyInformation(String, ClientNotifyInformation.Action, NodeKind, String, Lock, String, ClientNotifyInformation.Status, ClientNotifyInformation.Status, ClientNotifyInformation.LockStatus, long, String, RevisionRange, String, String, Map<String, String>, long, long, long, long, long, long, int) - Constructor for class org.apache.subversion.javahl.ClientNotifyInformation
 - 
Deprecated.Constructor compatible with teh 1.8 API; uses
nullURL and errMsgStack values. - ClientNotifyInformation.Action - Enum in org.apache.subversion.javahl
 - 
The type of action triggering the notification
 - ClientNotifyInformation.LockStatus - Enum in org.apache.subversion.javahl
 - ClientNotifyInformation.Status - Enum in org.apache.subversion.javahl
 - clientNotReadyToMerge - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - clientNoVersionedParent - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - clientPropertyName - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - clientRaAccessRequired - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - clientRevisionAuthorContainsNewline - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - clientRevisionRange - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - clientUnrelatedResources - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - clientVersionedPathRequired - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - clInsufficientArgs - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - clLogMessageIsPathname - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - clLogMessageIsVersionedFile - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - clMutuallyExclusiveArgs - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - clNoExternalEditor - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - clNoExternalMergeTool - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - close() - Method in class org.apache.subversion.javahl.types.NativeInputStream
 - 
Flushes buffers, closes the underlying native stream, and releases the native object.
 - close() - Method in class org.apache.subversion.javahl.types.NativeOutputStream
 - 
Flushes buffers, closes the underlying native stream, and releases the native object.
 - close() - Method in interface org.tigris.subversion.javahl.InputInterface
 - 
close the input
 - close() - Method in interface org.tigris.subversion.javahl.OutputInterface
 - 
close the output
 - close() - Method in class org.tigris.subversion.javahl.SVNInputStream
 - 
Closes this input stream and releases any system resources associated with the stream.
 - close() - Method in class org.tigris.subversion.javahl.SVNInputStream.Outputer
 - 
close the output
 - close() - Method in class org.tigris.subversion.javahl.SVNOutputStream
 - 
Closes this piped output stream and releases any system resources associated with this stream.
 - close() - Method in class org.tigris.subversion.javahl.SVNOutputStream.Inputer
 - 
close the input
 - closeTunnel() - Method in interface org.apache.subversion.javahl.callback.TunnelAgent.CloseTunnelCallback
 - 
This callback method is called when a tunnel needs to be closed and the request and response streams detached from it.
 - clUnnecessaryLogMessage - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - cnMismatch() - Method in class org.apache.subversion.javahl.callback.AuthnCallback.SSLServerCertFailures
 - 
Certificate's CN (hostname) does not match the remote hostname.
 - commit(String[], String, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - commit(String[], String, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#commit(String[], String, int, boolean, boolean, String[])instead. - commit(String[], String, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#commit(String[], String, int, boolean, boolean, String[])instead. - commit(String[], String, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - commit(String[], String, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#commit(String[], String, int, boolean, boolean, String[])instead. - commit(String[], String, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#commit(String[], String, int, boolean, boolean, String[])instead. - commit(String[], String, int, boolean, boolean, String[], Map) - Method in class org.tigris.subversion.javahl.SVNClient
 - commit(String[], String, int, boolean, boolean, String[], Map) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Commits changes to the repository.
 - commit(String[], String, int, boolean, boolean, String[], Map) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - commit(Set<String>, Depth, boolean, boolean, Collection<String>, Map<String, String>, CommitMessageCallback, CommitCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Commits changes to the repository.
 - commit(Set<String>, Depth, boolean, boolean, Collection<String>, Map<String, String>, CommitMessageCallback, CommitCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - commit_added - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Committing an addition.
 - commit_added - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - 
Committing an addition.
 - commit_copied - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Committing a non-overwriting copy (path is the target of the copy, not the source).
 - commit_copied_replaced - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Committing an overwriting (replace) copy (path is the target of the copy, not the source).
 - commit_deleted - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Committing a deletion.
 - commit_deleted - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - 
Committing a deletion.
 - commit_finalizing - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Finalizing commit.
 - commit_modified - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Committing a modification.
 - commit_modified - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - 
Committing a modification.
 - commit_postfix_txdelta - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Transmitting post-fix text-delta data for a file.
 - commit_postfix_txdelta - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - 
Transmitting post-fix text-delta data for a file.
 - commit_replaced - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Committing a replacement.
 - commit_replaced - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - 
Committing a replacement.
 - commit_revprops - org.apache.subversion.javahl.ISVNRemote.Capability
 - 
The capability of including revision properties in a commit.
 - CommitCallback - Interface in org.apache.subversion.javahl.callback
 - 
This interface is used to receive commit information from APIs which generate such.
 - CommitEditor - Class in org.apache.subversion.javahl.remote
 - 
Implementation of ISVNEditor that drives commits.
 - CommitEditor(long, RemoteSession) - Constructor for class org.apache.subversion.javahl.remote.CommitEditor
 - 
This constructor is called from the factory to get an instance.
 - commitInfo(CommitInfo) - Method in interface org.apache.subversion.javahl.callback.CommitCallback
 - 
The method will be called for every commit
 - CommitInfo - Class in org.apache.subversion.javahl
 - 
This class describes a item which will be committed.
 - CommitInfo(long, String, String, String, String) - Constructor for class org.apache.subversion.javahl.CommitInfo
 - 
This constructor will be only called from the jni code.
 - CommitItem - Class in org.apache.subversion.javahl
 - 
This class describes a item which will be committed.
 - CommitItem - Class in org.tigris.subversion.javahl
 - 
This class describes a item which will be committed.
 - CommitItem(CommitItem) - Constructor for class org.tigris.subversion.javahl.CommitItem
 - 
A backward-compat constructor.
 - CommitItem.StateFlags - Class in org.apache.subversion.javahl
 - 
the class for the commit item state flags.
 - CommitItem.StateFlags - Class in org.tigris.subversion.javahl
 - 
the class for the commit item state flags.
 - CommitItemStateFlags - Interface in org.apache.subversion.javahl
 - 
The constants in this interface describe the changes to an item to be committed.
 - CommitItemStateFlags - Interface in org.tigris.subversion.javahl
 - 
The constants in this interface describe the changes to an item to be committed.
 - CommitMessage - Interface in org.tigris.subversion.javahl
 - 
This is callback interface which has to implemented by the client to receive which files will be committed and to enter the log message.
 - CommitMessageCallback - Interface in org.apache.subversion.javahl.callback
 - 
This is callback interface which has to implemented by the client to receive which files will be committed and to enter the log message.
 - commitMessageHandler(CommitMessage) - Method in class org.tigris.subversion.javahl.SVNClient
 - commitMessageHandler(CommitMessage) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Sets the commit message handler.
 - commitMessageHandler(CommitMessage) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - committed - org.apache.subversion.javahl.types.Revision.Kind
 - 
rev of most recent change
 - committed - Static variable in interface org.tigris.subversion.javahl.RevisionKind
 - 
rev of most recent change
 - COMMITTED - Static variable in class org.apache.subversion.javahl.types.Revision
 - 
last committed revision, needs working copy
 - COMMITTED - Static variable in class org.tigris.subversion.javahl.Revision
 - 
last committed revision, needs working copy
 - compareTo(Object) - Method in class org.tigris.subversion.javahl.ChangePath
 - compareTo(Object) - Method in class org.tigris.subversion.javahl.RevisionRange
 - compareTo(RemoteStatus.Entry) - Method in class org.apache.subversion.javahl.callback.RemoteStatus.Entry
 - 
Implementation of interface
Comparable. - compareTo(RevisionRange) - Method in class org.apache.subversion.javahl.types.RevisionRange
 - 
Note: Explicitly ignores inheritable state.
 - complete() - Method in interface org.apache.subversion.javahl.ISVNEditor
 - 
Signal that the edit has been completed successfully.
 - complete() - Method in class org.apache.subversion.javahl.remote.CommitEditor
 - config() - Method in interface org.apache.subversion.javahl.ISVNConfig
 - 
Returns a reference to the "config" configuration category.
 - ConfigEvent - Interface in org.apache.subversion.javahl.callback
 - 
Interface for configuration-change hooks.
 - ConfigLib - Class in org.apache.subversion.javahl.util
 - 
Provides global configuration knobs and Encapsulates utility functions for authentication credentials management.
 - ConfigLib() - Constructor for class org.apache.subversion.javahl.util.ConfigLib
 - conflict_resolver_done - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Conflict resolver is done.
 - conflict_resolver_starting - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Conflict resolver is starting.
 - ConflictDescriptor - Class in org.apache.subversion.javahl
 - 
The description of a merge conflict, encountered during merge/update/switch operations.
 - ConflictDescriptor - Class in org.tigris.subversion.javahl
 - 
The description of a merge conflict, encountered during merge/update/switch operations.
 - ConflictDescriptor(String, ConflictDescriptor.Kind, NodeKind, String, boolean, String, ConflictDescriptor.Action, ConflictDescriptor.Reason, ConflictDescriptor.Operation, String, String, String, String, ConflictVersion, ConflictVersion) - Constructor for class org.apache.subversion.javahl.ConflictDescriptor
 - 
Deprecated.
 - ConflictDescriptor(ConflictDescriptor) - Constructor for class org.tigris.subversion.javahl.ConflictDescriptor
 - ConflictDescriptor.Action - Class in org.tigris.subversion.javahl
 - 
Poor man's enum for
svn_wc_conflict_action_t. - ConflictDescriptor.Action - Enum in org.apache.subversion.javahl
 - 
Rich man's enum for
svn_wc_conflict_action_t. - ConflictDescriptor.Kind - Class in org.tigris.subversion.javahl
 - 
Poor man's enum for
svn_wc_conflict_kind_t. - ConflictDescriptor.Kind - Enum in org.apache.subversion.javahl
 - 
Rich man's enum for
svn_wc_conflict_kind_t. - ConflictDescriptor.Operation - Enum in org.apache.subversion.javahl
 - ConflictDescriptor.Reason - Class in org.tigris.subversion.javahl
 - 
Poor man's enum for
svn_wc_conflict_reason_t. - ConflictDescriptor.Reason - Enum in org.apache.subversion.javahl
 - 
Rich man's enum for
svn_wc_conflict_reason_t. - conflicted - org.apache.subversion.javahl.ClientNotifyInformation.Status
 - 
Modified state got conflicting mods.
 - conflicted - org.apache.subversion.javahl.types.Status.Kind
 - 
local mods received conflicting repos mods
 - conflicted - Static variable in interface org.tigris.subversion.javahl.NotifyStatus
 - 
Modified state got conflicting mods.
 - conflicted - Static variable in interface org.tigris.subversion.javahl.StatusKind
 - 
local mods received conflicting repos mods
 - ConflictResolverCallback - Interface in org.apache.subversion.javahl.callback
 - 
The callback API used to handle conflicts encountered during merge/update/switch operations.
 - ConflictResolverCallback - Interface in org.tigris.subversion.javahl
 - 
The callback API used to handle conflicts encountered during merge/update/switch operations.
 - ConflictResult - Class in org.apache.subversion.javahl
 - 
The result returned by the callback API used to handle conflicts encountered during merge/update/switch operations.
 - ConflictResult - Class in org.tigris.subversion.javahl
 - 
The result returned by the callback API used to handle conflicts encountered during merge/update/switch operations.
 - ConflictResult(int, String) - Constructor for class org.tigris.subversion.javahl.ConflictResult
 - 
Create a new conflict result instance.
 - ConflictResult(ConflictResult.Choice, String) - Constructor for class org.apache.subversion.javahl.ConflictResult
 - 
Create a new conflict result instance.
 - ConflictResult.Choice - Enum in org.apache.subversion.javahl
 - ConflictVersion - Class in org.apache.subversion.javahl.types
 - 
The description of a merge conflict, encountered during merge/update/switch operations.
 - ConflictVersion - Class in org.tigris.subversion.javahl
 - 
The description of a merge conflict, encountered during merge/update/switch operations.
 - ConflictVersion(ConflictVersion) - Constructor for class org.tigris.subversion.javahl.ConflictVersion
 - 
A backward-compat constructor.
 - contextSize - Variable in class org.apache.subversion.javahl.SVNUtil.DiffOptions
 - copy - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Copying a versioned path.
 - copy - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - 
Copying a versioned path.
 - copy(String, long, String, long) - Method in interface org.apache.subversion.javahl.ISVNEditor
 - 
Move the node at
sourceRelativePathtodestinationRelativePath. - copy(String, long, String, long) - Method in class org.apache.subversion.javahl.remote.CommitEditor
 - copy(String, String, String, Revision) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - copy(String, String, String, Revision) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.
 - copy(String, String, String, Revision) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.
 - copy(List<CopySource>, String, boolean, boolean, boolean, boolean, boolean, Map<String, List<ExternalItem>>, Map<String, String>, CommitMessageCallback, CommitCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Copy versioned paths with the history preserved.
 - copy(List<CopySource>, String, boolean, boolean, boolean, boolean, boolean, Map<String, List<ExternalItem>>, Map<String, String>, CommitMessageCallback, CommitCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - copy(List<CopySource>, String, boolean, boolean, boolean, Map<String, String>, CommitMessageCallback, CommitCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Copy versioned paths with the history preserved.
 - copy(List<CopySource>, String, boolean, boolean, boolean, Map<String, String>, CommitMessageCallback, CommitCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - copy(CopySource[], String, String, boolean, boolean, boolean, Map) - Method in class org.tigris.subversion.javahl.SVNClient
 - copy(CopySource[], String, String, boolean, boolean, boolean, Map) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Copy versioned paths with the history preserved.
 - copy(CopySource[], String, String, boolean, boolean, boolean, Map) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - copy(CopySource[], String, String, boolean, boolean, Map) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - copy(CopySource[], String, String, boolean, boolean, Map) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.
 - copy(CopySource[], String, String, boolean, boolean, Map) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.
 - CopySource - Class in org.apache.subversion.javahl.types
 - 
A description of a copy source.
 - CopySource - Class in org.tigris.subversion.javahl
 - 
A description of a copy source.
 - CopySource(String, Revision, Revision) - Constructor for class org.apache.subversion.javahl.types.CopySource
 - 
Create a new instance.
 - CopySource(String, Revision, Revision) - Constructor for class org.tigris.subversion.javahl.CopySource
 - 
Create a new instance.
 - cppAddr - Variable in class org.apache.subversion.javahl.JNIObject
 - 
slot for the address of the native peer.
 - cppAddr - Variable in class org.apache.subversion.javahl.SVNClient
 - 
slot for the adress of the native peer.
 - cppAddr - Variable in class org.apache.subversion.javahl.SVNRepos
 - 
slot for the adress of the native peer.
 - cppAddr - Variable in class org.tigris.subversion.javahl.SVNAdmin
 - 
slot for the adress of the native peer.
 - cppAddr - Variable in class org.tigris.subversion.javahl.SVNClient
 - 
slot for the adress of the native peer.
 - create(File, boolean, boolean, File, String) - Method in interface org.apache.subversion.javahl.ISVNRepos
 - 
create a subversion repository.
 - create(File, boolean, boolean, File, String) - Method in class org.apache.subversion.javahl.SVNRepos
 - 
create a subversion repository.
 - create(String, boolean, boolean, String, String) - Method in class org.tigris.subversion.javahl.SVNAdmin
 - 
create a subversion repository.
 - createFromApache(Revision) - Static method in class org.tigris.subversion.javahl.Revision
 - CredentialTypeMismatch(SVNUtil.Credential.Kind, String) - Constructor for exception org.apache.subversion.javahl.SVNUtil.CredentialTypeMismatch
 
D
- date - org.apache.subversion.javahl.types.Revision.Kind
 - 
revision given as date
 - date - Static variable in interface org.tigris.subversion.javahl.RevisionKind
 - 
revision given as date
 - DateSpec(Date) - Constructor for class org.apache.subversion.javahl.types.Revision.DateSpec
 - 
create a revision by date object
 - DateSpec(Date) - Constructor for class org.tigris.subversion.javahl.Revision.DateSpec
 - 
create a revision by date object
 - delete - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Deleting a versioned path.
 - delete - org.apache.subversion.javahl.ConflictDescriptor.Action
 - 
Attempting to delete object.
 - delete - org.apache.subversion.javahl.types.ChangePath.Action
 - 
Path was deleted.
 - delete - org.apache.subversion.javahl.types.Info.ScheduleKind
 - 
Slated for deletion
 - delete - Static variable in class org.tigris.subversion.javahl.ConflictDescriptor.Action
 - 
Attempting to delete object.
 - delete - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - 
Deleting a versioned path.
 - delete - Static variable in interface org.tigris.subversion.javahl.ScheduleKind
 - 
Slated for deletion
 - delete(String, long) - Method in interface org.apache.subversion.javahl.ISVNEditor
 - 
Delete the existing node at
relativePath, expected to be identical to revisionrevisionof that path. - delete(String, long) - Method in class org.apache.subversion.javahl.remote.CommitEditor
 - Delete - Static variable in interface org.apache.subversion.javahl.CommitItemStateFlags
 - 
the item has been deleted
 - Delete - Static variable in interface org.tigris.subversion.javahl.CommitItemStateFlags
 - 
the item has been deleted
 - deleted - org.apache.subversion.javahl.ConflictDescriptor.Reason
 - 
Object is already schedule-delete.
 - deleted - org.apache.subversion.javahl.DiffSummary.DiffKind
 - deleted - org.apache.subversion.javahl.ReposNotifyInformation.NodeAction
 - deleted - org.apache.subversion.javahl.types.Status.Kind
 - 
scheduled for deletion
 - deleted - Static variable in class org.tigris.subversion.javahl.ConflictDescriptor.Reason
 - 
Object is already schedule-delete.
 - deleted - Static variable in interface org.tigris.subversion.javahl.StatusKind
 - 
scheduled for deletion
 - deleted(String) - Method in interface org.apache.subversion.javahl.callback.RemoteStatus
 - 
An entry was deleted.
 - DELETED - Static variable in class org.tigris.subversion.javahl.DiffSummary.DiffKind
 - deletePath(String) - Method in interface org.apache.subversion.javahl.ISVNReporter
 - 
Describe a working copy
pathas missing. - deletePath(String) - Method in class org.apache.subversion.javahl.remote.StateReporter
 - deltaMd5ChecksumAbsent - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - deltify(File, Revision, Revision) - Method in interface org.apache.subversion.javahl.ISVNRepos
 - 
deltify the revisions in the repository
 - deltify(File, Revision, Revision) - Method in class org.apache.subversion.javahl.SVNRepos
 - 
deltify the revisions in the repository
 - deltify(String, Revision, Revision) - Method in class org.tigris.subversion.javahl.SVNAdmin
 - 
deltify the revisions in the repository
 - depth - org.apache.subversion.javahl.ISVNRemote.Capability
 - 
The capability of understanding operation depth.
 - Depth - Class in org.tigris.subversion.javahl
 - 
The concept of depth for directories.
 - Depth - Enum in org.apache.subversion.javahl.types
 - 
The concept of depth for directories.
 - Depth() - Constructor for class org.tigris.subversion.javahl.Depth
 - diff(String, Revision, String, Revision, String, OutputStream, Depth, Collection<String>, boolean, boolean, boolean, boolean, boolean, boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Display the differences between two paths
 - diff(String, Revision, String, Revision, String, OutputStream, Depth, Collection<String>, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - diff(String, Revision, String, Revision, String, OutputStream, Depth, Collection<String>, boolean, boolean, boolean, boolean, boolean, boolean, DiffOptions) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Display the differences between two paths
 - diff(String, Revision, String, Revision, String, OutputStream, Depth, Collection<String>, boolean, boolean, boolean, boolean, boolean, boolean, DiffOptions) - Method in class org.apache.subversion.javahl.SVNClient
 - diff(String, Revision, String, Revision, String, String, Depth, Collection<String>, boolean, boolean, boolean, boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Display the differences between two paths
 - diff(String, Revision, String, Revision, String, String, Depth, Collection<String>, boolean, boolean, boolean, boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - diff(String, Revision, String, Revision, String, String, Depth, Collection<String>, boolean, boolean, boolean, boolean, boolean, boolean, DiffOptions) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Display the differences between two paths
 - diff(String, Revision, String, Revision, String, String, Depth, Collection<String>, boolean, boolean, boolean, boolean, boolean, boolean, DiffOptions) - Method in class org.apache.subversion.javahl.SVNClient
 - diff(String, Revision, Revision, Revision, String, OutputStream, Depth, Collection<String>, boolean, boolean, boolean, boolean, boolean, boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Display the differences between two paths.
 - diff(String, Revision, Revision, Revision, String, OutputStream, Depth, Collection<String>, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - diff(String, Revision, Revision, Revision, String, OutputStream, Depth, Collection<String>, boolean, boolean, boolean, boolean, boolean, boolean, DiffOptions) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Display the differences between two paths.
 - diff(String, Revision, Revision, Revision, String, OutputStream, Depth, Collection<String>, boolean, boolean, boolean, boolean, boolean, boolean, DiffOptions) - Method in class org.apache.subversion.javahl.SVNClient
 - diff(String, Revision, Revision, Revision, String, String, Depth, Collection<String>, boolean, boolean, boolean, boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Display the differences between two paths.
 - diff(String, Revision, Revision, Revision, String, String, Depth, Collection<String>, boolean, boolean, boolean, boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - diff(String, Revision, Revision, Revision, String, String, Depth, Collection<String>, boolean, boolean, boolean, boolean, boolean, boolean, DiffOptions) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Display the differences between two paths.
 - diff(String, Revision, Revision, Revision, String, String, Depth, Collection<String>, boolean, boolean, boolean, boolean, boolean, boolean, DiffOptions) - Method in class org.apache.subversion.javahl.SVNClient
 - diff(String, Revision, String, Revision, String, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - diff(String, Revision, String, Revision, String, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#diff(String, Revision, String, Revision, String, String, int, boolean, boolean, boolean)instead. - diff(String, Revision, String, Revision, String, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#diff(String, Revision, String, Revision, String, String, int, boolean, boolean, boolean)instead. - diff(String, Revision, String, Revision, String, boolean, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - diff(String, Revision, String, Revision, String, boolean, boolean, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#diff(String, Revision, String, Revision, String, String, int, boolean, boolean, boolean)instead. - diff(String, Revision, String, Revision, String, boolean, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#diff(String, Revision, String, Revision, String, String, int, boolean, boolean, boolean)instead. - diff(String, Revision, String, Revision, String, String, int, String[], boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.Use
#diff(String, Revision, String, Revision, String, String, int, boolean, boolean, boolean, boolean)instead. - diff(String, Revision, String, Revision, String, String, int, String[], boolean, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#diff(String, Revision, String, Revision, String, String, int, boolean, boolean, boolean, boolean)instead. - diff(String, Revision, String, Revision, String, String, int, String[], boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#diff(String, Revision, String, Revision, String, String, int, boolean, boolean, boolean, boolean)instead. - diff(String, Revision, String, Revision, String, String, int, String[], boolean, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - diff(String, Revision, String, Revision, String, String, int, String[], boolean, boolean, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Display the differences between two paths
 - diff(String, Revision, String, Revision, String, String, int, String[], boolean, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - diff(String, Revision, Revision, Revision, String, boolean, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - diff(String, Revision, Revision, Revision, String, boolean, boolean, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#diff(String, Revision, Revision, Revision, String, String, int, boolean, boolean, boolean)instead. - diff(String, Revision, Revision, Revision, String, boolean, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#diff(String, Revision, Revision, Revision, String, String, int, boolean, boolean, boolean)instead. - diff(String, Revision, Revision, Revision, String, String, int, String[], boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.Use
#diff(String, Revision, Revision, Revision, String, String, int, boolean, boolean, boolean, boolean)instead. - diff(String, Revision, Revision, Revision, String, String, int, String[], boolean, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#diff(String, Revision, Revision, Revision, String, String, int, boolean, boolean, boolean, boolean)instead. - diff(String, Revision, Revision, Revision, String, String, int, String[], boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#diff(String, Revision, Revision, Revision, String, String, int, boolean, boolean, boolean, boolean)instead. - diff(String, Revision, Revision, Revision, String, String, int, String[], boolean, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - diff(String, Revision, Revision, Revision, String, String, int, String[], boolean, boolean, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Display the differences between two paths.
 - diff(String, Revision, Revision, Revision, String, String, int, String[], boolean, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - DIFF_CMD - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - DIFF_EXTENSIONS - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - DIFF_IGNORE_CONTENT_TYPE - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - DIFF3_CMD - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - DIFF3_HAS_PROGRAM_ARG - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - diffDatasourceModified - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - DiffLib - Class in org.apache.subversion.javahl.util
 - 
Encapsulates utility functions provided by libsvn_diff.
 - DiffLib() - Constructor for class org.apache.subversion.javahl.util.DiffLib
 - DiffOptions - Class in org.apache.subversion.javahl.types
 - 
Options that control the output of
ISVNClient#diff. - DiffOptions(SVNUtil.DiffOptions.IgnoreSpace, boolean, boolean) - Constructor for class org.apache.subversion.javahl.SVNUtil.DiffOptions
 - DiffOptions(SVNUtil.DiffOptions.IgnoreSpace, boolean, boolean, int) - Constructor for class org.apache.subversion.javahl.SVNUtil.DiffOptions
 - 
Like the {@see #DiffOptions(IgnoreSpace,boolean,boolean)}, but with an additional parameter.
 - DiffOptions(DiffOptions.Flag...) - Constructor for class org.apache.subversion.javahl.types.DiffOptions
 - DiffOptions.Flag - Enum in org.apache.subversion.javahl.types
 - diffSummarize(String, Revision, String, Revision, Depth, Collection<String>, boolean, DiffSummaryCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Produce a diff summary which lists the items changed between path and revision pairs.
 - diffSummarize(String, Revision, String, Revision, Depth, Collection<String>, boolean, DiffSummaryCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - diffSummarize(String, Revision, Revision, Revision, Depth, Collection<String>, boolean, DiffSummaryCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Produce a diff summary which lists the items changed between path and revision pairs.
 - diffSummarize(String, Revision, Revision, Revision, Depth, Collection<String>, boolean, DiffSummaryCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - diffSummarize(String, Revision, String, Revision, int, String[], boolean, DiffSummaryReceiver) - Method in class org.tigris.subversion.javahl.SVNClient
 - diffSummarize(String, Revision, String, Revision, int, String[], boolean, DiffSummaryReceiver) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Produce a diff summary which lists the items changed between path and revision pairs.
 - diffSummarize(String, Revision, String, Revision, int, String[], boolean, DiffSummaryReceiver) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - diffSummarize(String, Revision, Revision, Revision, int, String[], boolean, DiffSummaryReceiver) - Method in class org.tigris.subversion.javahl.SVNClient
 - diffSummarize(String, Revision, Revision, Revision, int, String[], boolean, DiffSummaryReceiver) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Produce a diff summary which lists the items changed between path and revision pairs.
 - diffSummarize(String, Revision, Revision, Revision, int, String[], boolean, DiffSummaryReceiver) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - DiffSummary - Class in org.apache.subversion.javahl
 - 
The event passed to the
DiffSummaryCallback.onSummary(org.apache.subversion.javahl.DiffSummary)API in response to path differences reported byISVNClient.diffSummarize(java.lang.String, org.apache.subversion.javahl.types.Revision, java.lang.String, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Depth, java.util.Collection<java.lang.String>, boolean, org.apache.subversion.javahl.callback.DiffSummaryCallback). - DiffSummary - Class in org.tigris.subversion.javahl
 - 
The event passed to the
DiffSummaryReceiver.onSummary(DiffSummary)API in response to path differences reported bySVNClientInterface.diffSummarize(java.lang.String, org.tigris.subversion.javahl.Revision, java.lang.String, org.tigris.subversion.javahl.Revision, int, java.lang.String[], boolean, org.tigris.subversion.javahl.DiffSummaryReceiver). - DiffSummary(String, DiffSummary.DiffKind, boolean, NodeKind) - Constructor for class org.apache.subversion.javahl.DiffSummary
 - 
This constructor is to be used by the native code.
 - DiffSummary.DiffKind - Class in org.tigris.subversion.javahl
 - 
The type of difference being summarized.
 - DiffSummary.DiffKind - Enum in org.apache.subversion.javahl
 - 
The type of difference being summarized.
 - DiffSummaryCallback - Interface in org.apache.subversion.javahl.callback
 - 
Subversion diff summarization interface.
 - DiffSummaryReceiver - Interface in org.tigris.subversion.javahl
 - 
Subversion diff summarization interface.
 - dir - org.apache.subversion.javahl.types.NodeKind
 - 
directory
 - dir - Static variable in class org.tigris.subversion.javahl.NodeKind
 - DirEntry - Class in org.apache.subversion.javahl.types
 - 
A general subversion directory entry.
 - DirEntry - Class in org.tigris.subversion.javahl
 - 
A general subversion directory entry.
 - DirEntry(String, String, NodeKind, long, boolean, long, long, String) - Constructor for class org.apache.subversion.javahl.types.DirEntry
 - 
this constructor is only called from the JNI code
 - DirEntry.Fields - Class in org.apache.subversion.javahl.types
 - 
The various field values which can be passed to list()
 - DirEntry.Fields - Class in org.tigris.subversion.javahl
 - 
The various field values which can be passed to list()
 - dirNotEmpty - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - disableNativeCredentialsStore() - Static method in class org.apache.subversion.javahl.SVNUtil
 - 
Disable storing authentication credentials in Subversion's standard credentials store in the configuration directory and system-specific secure locations.
 - disableNativeCredentialsStore() - Method in class org.apache.subversion.javahl.util.ConfigLib
 - dispose() - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
release the native peer (should not depend on finalize)
 - dispose() - Method in interface org.apache.subversion.javahl.ISVNEditor
 - 
Release the native peer (should not depend on finalize), and abort the edit if it has not been completed yet.
 - dispose() - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Release the native peer (should not depend on finalize).
 - dispose() - Method in interface org.apache.subversion.javahl.ISVNReporter
 - 
Release the native peer (should not depend on finalize), and abort the report if it has not been completed yet.
 - dispose() - Method in interface org.apache.subversion.javahl.ISVNRepos
 - 
release the native peer (should not depend on finalize)
 - dispose() - Method in class org.apache.subversion.javahl.remote.CommitEditor
 - dispose() - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - dispose() - Method in class org.apache.subversion.javahl.remote.StateReporter
 - dispose() - Method in class org.apache.subversion.javahl.SVNClient
 - 
release the native peer (should not depend on finalize)
 - dispose() - Method in class org.apache.subversion.javahl.SVNRepos
 - 
release the native peer (should not depend on finalize)
 - dispose() - Method in class org.apache.subversion.javahl.types.VersionExtended
 - 
Release the native peer.
 - dispose() - Method in class org.tigris.subversion.javahl.SVNAdmin
 - 
release the native peer (should not depend on finalize)
 - dispose() - Method in class org.tigris.subversion.javahl.SVNClient
 - 
release the native peer (should not depend on finalize)
 - dispose() - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
release the native peer (should not depend on finalize)
 - dispose() - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
release the native peer (should not depend on finalize)
 - doChangelist(String, String) - Method in interface org.apache.subversion.javahl.callback.ChangelistCallback
 - 
the method will be called for each status item
 - doEntry(DirEntry, Lock) - Method in interface org.apache.subversion.javahl.callback.ListCallback
 - 
This method will be called for each directory entry.
 - doEntry(DirEntry, Lock, String, String) - Method in interface org.apache.subversion.javahl.callback.ListItemCallback
 - 
This method will be called for each directory entry.
 - doEntry(DirEntry, Lock) - Method in interface org.tigris.subversion.javahl.ListCallback
 - 
This method will be called for each directory entry.
 - doExport(String, String, Revision, Revision, boolean, boolean, boolean, Depth, String) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Exports the contents of either a subversion repository into a 'clean' directory (meaning a directory with no administrative directories).
 - doExport(String, String, Revision, Revision, boolean, boolean, boolean, Depth, String) - Method in class org.apache.subversion.javahl.SVNClient
 - doExport(String, String, Revision, Revision, boolean, boolean, Depth, String) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Exports the contents of either a subversion repository into a 'clean' directory (meaning a directory with no administrative directories).
 - doExport(String, String, Revision, Revision, boolean, boolean, Depth, String) - Method in class org.apache.subversion.javahl.SVNClient
 - doExport(String, String, Revision, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - doExport(String, String, Revision, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.
 - doExport(String, String, Revision, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.
 - doExport(String, String, Revision, Revision, boolean, boolean, boolean, String) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - doExport(String, String, Revision, Revision, boolean, boolean, boolean, String) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.
 - doExport(String, String, Revision, Revision, boolean, boolean, boolean, String) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.
 - doExport(String, String, Revision, Revision, boolean, boolean, int, String) - Method in class org.tigris.subversion.javahl.SVNClient
 - doExport(String, String, Revision, Revision, boolean, boolean, int, String) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Exports the contents of either a subversion repository into a 'clean' directory (meaning a directory with no administrative directories).
 - doExport(String, String, Revision, Revision, boolean, boolean, int, String) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - doImport(String, String, String, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - doImport(String, String, String, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#doImport(String, String, String, int, boolean, boolean)instead. - doImport(String, String, String, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#doImport(String, String, String, int, boolean, boolean)instead. - doImport(String, String, String, int, boolean, boolean, Map) - Method in class org.tigris.subversion.javahl.SVNClient
 - doImport(String, String, String, int, boolean, boolean, Map) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Import a file or directory into a repository directory at head.
 - doImport(String, String, String, int, boolean, boolean, Map) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - doImport(String, String, Depth, boolean, boolean, boolean, Map<String, String>, ImportFilterCallback, CommitMessageCallback, CommitCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Import a file or directory into a repository directory at head.
 - doImport(String, String, Depth, boolean, boolean, boolean, Map<String, String>, ImportFilterCallback, CommitMessageCallback, CommitCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - doImport(String, String, Depth, boolean, boolean, Map<String, String>, CommitMessageCallback, CommitCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Import a file or directory into a repository directory at head.
 - doImport(String, String, Depth, boolean, boolean, Map<String, String>, CommitMessageCallback, CommitCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - doRevision(ISVNRemote.FileRevision) - Method in interface org.apache.subversion.javahl.callback.RemoteFileRevisionsCallback
 - doSegment(ISVNRemote.LocationSegment) - Method in interface org.apache.subversion.javahl.callback.RemoteLocationSegmentsCallback
 - doStatus(String, Status) - Method in interface org.apache.subversion.javahl.callback.StatusCallback
 - 
the method will be called for each status item
 - doStatus(Status) - Method in interface org.tigris.subversion.javahl.StatusCallback
 - 
the method will be called for each status item
 - doSwitch(String, String, Revision, Revision, Depth, boolean, boolean, boolean, boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Update local copy to mirror a new url.
 - doSwitch(String, String, Revision, Revision, Depth, boolean, boolean, boolean, boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - doSwitch(String, String, Revision, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - doSwitch(String, String, Revision, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.
 - doSwitch(String, String, Revision, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.
 - doSwitch(String, String, Revision, Revision, int, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - doSwitch(String, String, Revision, Revision, int, boolean, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Update local copy to mirror a new url.
 - doSwitch(String, String, Revision, Revision, int, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - doSwitch(String, String, Revision, Revision, int, boolean, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - dump(File, OutputStream, Revision, Revision, boolean, boolean, ReposNotifyCallback) - Method in interface org.apache.subversion.javahl.ISVNRepos
 - 
dump the data in a repository
 - dump(File, OutputStream, Revision, Revision, boolean, boolean, ReposNotifyCallback) - Method in class org.apache.subversion.javahl.SVNRepos
 - dump(String, OutputInterface, OutputInterface, Revision, Revision, boolean) - Method in class org.tigris.subversion.javahl.SVNAdmin
 - 
dump the data in a repository
 - dump(String, OutputInterface, OutputInterface, Revision, Revision, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNAdmin
 - 
dump the data in a repository
 - dump_rev_end - org.apache.subversion.javahl.ReposNotifyInformation.Action
 - 
A revision has finished being dumped.
 
E
- edit - org.apache.subversion.javahl.ConflictDescriptor.Action
 - 
Attempting to change text or props.
 - edit - Static variable in class org.tigris.subversion.javahl.ConflictDescriptor.Action
 - 
Attempting to change text or props.
 - edited - org.apache.subversion.javahl.ConflictDescriptor.Reason
 - 
Local edits are already present.
 - edited - Static variable in class org.tigris.subversion.javahl.ConflictDescriptor.Reason
 - 
Local edits are already present.
 - EDITOR_CMD - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - eligible - org.apache.subversion.javahl.types.Mergeinfo.LogKind
 - 
Revisions eligible for merging from merge-source to merge-target.
 - eligible - Static variable in interface org.tigris.subversion.javahl.MergeinfoLogKind
 - 
Revisions eligible for merging from merge-source to merge-target.
 - empty - org.apache.subversion.javahl.types.Depth
 - 
Just the named directory D, no entries.
 - empty - Static variable in class org.tigris.subversion.javahl.Depth
 - 
Just the named directory D, no entries.
 - ENABLE_AUTO_PROPS - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - ENABLE_MAGIC_FILE - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - enableLogging(int, String) - Static method in class org.tigris.subversion.javahl.SVNClient
 - 
Enable logging in the JNI-code
 - enableLogging(SVNClient.ClientLogLevel, String) - Static method in class org.apache.subversion.javahl.SVNClient
 - 
Enable logging in the JNI-code
 - enableNativeCredentialsStore() - Static method in class org.apache.subversion.javahl.SVNUtil
 - 
Enable storing authentication credentials in Subversion's standard credentials store in the configuration directory and system-specific secure locations.
 - enableNativeCredentialsStore() - Method in class org.apache.subversion.javahl.util.ConfigLib
 - Entry(String, String, long, long) - Constructor for class org.apache.subversion.javahl.callback.RemoteStatus.Entry
 - entryAttributeInvalid - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - entryExists - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - EntryLog - org.apache.subversion.javahl.SVNClient.ClientLogLevel
 - 
Log the entry and exits of the JNI code
 - EntryLog - Static variable in interface org.tigris.subversion.javahl.SVNClientLogLevel
 - 
Log the entry and exits of the JNI code
 - entryMissingRevision - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - entryMissingUrl - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - entryNotFound - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - enumerate(String, ISVNConfig.Enumerator) - Method in interface org.apache.subversion.javahl.ISVNConfig.Category
 - 
Call
handleronce for each option in the configuration category. - EOL_CR - Static variable in class org.apache.subversion.javahl.SVNUtil
 - 
Use the carraige-return code point ('
\x0d') for the newline separator. - EOL_CR - Static variable in class org.apache.subversion.javahl.util.SubstLib
 - EOL_CRLF - Static variable in class org.apache.subversion.javahl.SVNUtil
 - 
Use carriage-return/linefeed sequence ('
\x0d\x0a') for the newline separator. - EOL_CRLF - Static variable in class org.apache.subversion.javahl.util.SubstLib
 - EOL_LF - Static variable in class org.apache.subversion.javahl.SVNUtil
 - 
Use the linefeed code point ('
\x0a') for the newline separator. - EOL_LF - Static variable in class org.apache.subversion.javahl.util.SubstLib
 - EOL_STYLE - Static variable in class org.apache.subversion.javahl.types.Property
 - 
how the end of line code should be treated during retrieval
 - EOL_STYLE - Static variable in class org.tigris.subversion.javahl.PropertyData
 - 
how the end of line code should be treated during retrieval
 - ephemeral_txnprops - org.apache.subversion.javahl.ISVNRemote.Capability
 - 
The capability of a server to automatically ephemeral transaction properties.
 - equals(Object) - Method in class org.apache.subversion.javahl.callback.RemoteStatus.Entry
 - equals(Object) - Method in class org.apache.subversion.javahl.types.ExternalItem
 - 
Compare to another external item.
 - equals(Object) - Method in class org.apache.subversion.javahl.types.LogDate
 - equals(Object) - Method in class org.apache.subversion.javahl.types.Revision.DateSpec
 - 
compare to revision objects
 - equals(Object) - Method in class org.apache.subversion.javahl.types.Revision
 - 
compare to revision objects
 - equals(Object) - Method in class org.apache.subversion.javahl.types.Revision.Number
 - 
compare to revision objects
 - equals(Object) - Method in class org.apache.subversion.javahl.types.RevisionRange
 - equals(Object) - Method in class org.tigris.subversion.javahl.DiffSummary.DiffKind
 - equals(Object) - Method in class org.tigris.subversion.javahl.LogDate
 - equals(Object) - Method in class org.tigris.subversion.javahl.Revision.DateSpec
 - 
compare to revision objects
 - equals(Object) - Method in class org.tigris.subversion.javahl.Revision
 - 
compare to revision objects
 - equals(Object) - Method in class org.tigris.subversion.javahl.Revision.Number
 - 
compare to revision objects
 - equals(Object) - Method in class org.tigris.subversion.javahl.RevisionRange
 - ErrorCodes - Class in org.tigris.subversion.javahl
 - 
Provide mappings from error codes generated by the C runtime to meaningful Java values.
 - ErrorCodes() - Constructor for class org.tigris.subversion.javahl.ErrorCodes
 - ErrorLog - org.apache.subversion.javahl.SVNClient.ClientLogLevel
 - 
Log fatal error
 - ErrorLog - Static variable in interface org.tigris.subversion.javahl.SVNClientLogLevel
 - 
Log fatal error
 - ExceptionLog - org.apache.subversion.javahl.SVNClient.ClientLogLevel
 - 
Log exceptions thrown
 - ExceptionLog - Static variable in interface org.tigris.subversion.javahl.SVNClientLogLevel
 - 
Log exceptions thrown
 - exclude - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Removing a path by excluding it.
 - exclude - org.apache.subversion.javahl.types.Depth
 - 
Exclude (i.e, don't descend into) directory D.
 - exclude - Static variable in class org.tigris.subversion.javahl.Depth
 - 
Exclude (i.e, don't descend into) directory D.
 - EXECUTABLE - Static variable in class org.apache.subversion.javahl.types.Property
 - 
flag if the file should be made excutable during retrieval
 - EXECUTABLE - Static variable in class org.tigris.subversion.javahl.PropertyData
 - 
flag if the file should be made excutable during retrieval
 - EXECUTABLE_VALUE - Static variable in class org.apache.subversion.javahl.types.Property
 - 
value for svn:executable
 - EXECUTABLE_VALUE - Static variable in class org.tigris.subversion.javahl.PropertyData
 - 
value for svn:executable
 - exists - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Tried adding a path that already exists.
 - exists - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - expired() - Method in class org.apache.subversion.javahl.callback.AuthnCallback.SSLServerCertFailures
 - 
The certificate has expired.
 - explicit - org.apache.subversion.javahl.types.Mergeinfo.Inheritance
 - 
Explicit mergeinfo only.
 - external - org.apache.subversion.javahl.types.Status.Kind
 - 
an unversioned path populated by an svn:externals property
 - external - Static variable in interface org.tigris.subversion.javahl.StatusKind
 - 
an unversioned path populated by an svn:externals property
 - ExternalItem - Class in org.apache.subversion.javahl.types
 - 
Describes one external item declaration
 - ExternalItem(String, String, Revision, Revision) - Constructor for class org.apache.subversion.javahl.types.ExternalItem
 - 
Create a new external item declaration.
 - externalProgram - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - EXTERNALS - Static variable in class org.apache.subversion.javahl.types.Property
 - 
list of directory managed outside of this working copy
 - EXTERNALS - Static variable in class org.tigris.subversion.javahl.PropertyData
 - 
list of directory managed outside of this working copy
 
F
- failed_conflict - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Operation failed because the node remains in conflict
 - failed_external - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
The path is a subdirectory referenced in an externals definition which is unable to be operated on.
 - failed_forbidden_by_server - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Operation failed because the operation was forbidden
 - failed_lock - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Failed to lock a path
 - failed_lock - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - failed_locked - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Operation failed because a node is locked
 - failed_missing - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Operation failed because an added node is missing
 - failed_no_parent - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Operation failed because an added parent is not selected
 - failed_obstructed - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Operation failed because a node is obstructed
 - failed_out_of_date - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Operation failed because a node is out of date
 - failed_requires_target - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
The operation failed because the operation (E.g.
 - failed_revert - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
A revert operation has failed.
 - failed_revert - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - 
A revert operation has failed.
 - failed_unlock - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Failed to unlock a path
 - failed_unlock - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - False - org.apache.subversion.javahl.types.Tristate
 - 
The state of the thing is false.
 - FALSE - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - 
"false" value in configuration.
 - Fields() - Constructor for class org.apache.subversion.javahl.types.DirEntry.Fields
 - Fields() - Constructor for class org.tigris.subversion.javahl.DirEntry.Fields
 - file - org.apache.subversion.javahl.types.NodeKind
 - 
regular file
 - file - Static variable in class org.tigris.subversion.javahl.NodeKind
 - fileContent(String, Revision, Revision) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Retrieve the content of a file Always expands keywords and never returns properties.
 - fileContent(String, Revision, Revision) - Method in class org.apache.subversion.javahl.SVNClient
 - fileContent(String, Revision) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.Use
SVNClient.fileContent(String, Revision, Revision)instead. - fileContent(String, Revision) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.
 - fileContent(String, Revision) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.
 - fileContent(String, Revision, Revision) - Method in class org.tigris.subversion.javahl.SVNClient
 - fileContent(String, Revision, Revision) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Retrieve the content of a file
 - fileContent(String, Revision, Revision) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - fileDiff(String, String, SVNUtil.DiffOptions, String, String, String, String, OutputStream) - Static method in class org.apache.subversion.javahl.SVNUtil
 - 
Given two versions of a file, base (
originalFile) and current (modifiedFile), show differences between them in unified diff format. - fileDiff(String, String, SVNUtil.DiffOptions, String, String, String, String, OutputStream) - Method in class org.apache.subversion.javahl.util.DiffLib
 - fileMerge(String, String, String, SVNUtil.DiffOptions, String, String, String, String, SVNUtil.ConflictDisplayStyle, OutputStream) - Static method in class org.apache.subversion.javahl.SVNUtil
 - 
Given three versions of a file, base (
originalFile), incoming (modifiedFile) and current (latestFile, produce a merged result, possibly displaying conflict markers. - fileMerge(String, String, String, SVNUtil.DiffOptions, String, String, String, String, SVNUtil.ConflictDisplayStyle, OutputStream) - Method in class org.apache.subversion.javahl.util.DiffLib
 - files - org.apache.subversion.javahl.types.Depth
 - 
D + its file children, but not subdirs.
 - files - Static variable in class org.tigris.subversion.javahl.Depth
 - 
D + its file children, but not subdirs.
 - filter(String, NodeKind, boolean) - Method in interface org.apache.subversion.javahl.callback.ImportFilterCallback
 - 
This method will be called for each node.
 - finalize() - Method in class org.apache.subversion.javahl.remote.CommitEditor
 - finalize() - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - finalize() - Method in class org.apache.subversion.javahl.remote.StateReporter
 - finalize() - Method in class org.apache.subversion.javahl.SVNClient
 - 
release the native peer (should use dispose instead)
 - finalize() - Method in class org.apache.subversion.javahl.SVNRepos
 - 
release the native peer (should use dispose instead) public for backward compat.
 - finalize() - Method in class org.apache.subversion.javahl.types.NativeInputStream
 - finalize() - Method in class org.apache.subversion.javahl.types.NativeOutputStream
 - finalize() - Method in class org.apache.subversion.javahl.types.VersionExtended
 - 
release the native peer (should use dispose instead)
 - finalize() - Method in class org.tigris.subversion.javahl.SVNAdmin
 - 
release the native peer (should use dispose instead)
 - finalize() - Method in class org.tigris.subversion.javahl.SVNClient
 - 
release the native peer (should use dispose instead)
 - finishReport() - Method in interface org.apache.subversion.javahl.ISVNReporter
 - 
The report driver calls this when the state report is finished.
 - finishReport() - Method in class org.apache.subversion.javahl.remote.StateReporter
 - foreign_copy_begin - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
A copy from a foreign repository has started
 - foreign_merge_begin - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
A merge operation from a foreign repository has begun.
 - foreign_merge_begin - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - format_bumped - org.apache.subversion.javahl.ReposNotifyInformation.Action
 - 
The repository format got bumped.
 - freeze(ReposFreezeAction, File...) - Method in interface org.apache.subversion.javahl.ISVNRepos
 - 
Take an exclusive lock on each of the listed repositories to prevent commits; then, while holding all the locks, call the action.invoke().
 - freeze(ReposFreezeAction, File...) - Method in class org.apache.subversion.javahl.SVNRepos
 - fromADepth(Depth) - Static method in class org.tigris.subversion.javahl.Depth
 - fromAKind(Revision.Kind) - Static method in class org.tigris.subversion.javahl.Revision.Kind
 - fromApache(DiffSummary.DiffKind) - Static method in class org.tigris.subversion.javahl.DiffSummary.DiffKind
 - fromApache(NodeKind) - Static method in class org.tigris.subversion.javahl.NodeKind
 - fromException(Throwable) - Static method in exception org.apache.subversion.javahl.ClientException
 - 
A conversion routine for maintaining backwards compatibility.
 - fsAlreadyExists - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsAlreadyOpen - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsBadLockToken - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsBerkeleyDb - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsBerkeleyDbDeadlock - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsCleanup - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsConflict - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsCorrupt - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - FSFS - Static variable in interface org.apache.subversion.javahl.ISVNRepos
 - 
Filesystem in the filesystem
 - FSFS - Static variable in class org.tigris.subversion.javahl.SVNAdmin
 - 
Filesystem in the filesystem
 - fsGeneral - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsIdNotFound - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsLockExpired - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsLockOwnerMismatch - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsMalformedSkel - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsNoLockToken - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsNoSuchCopy - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsNoSuchEntry - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsNoSuchLock - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsNoSuchNodeOrigin - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsNoSuchRepresentation - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsNoSuchRevision - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsNoSuchString - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsNoSuchTransaction - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsNotDirectory - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsNotFile - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsNotFound - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsNotId - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsNotMutable - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsNotOpen - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsNotRevisionRoot - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsNotSinglePathComponent - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsNotTxnRoot - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsNoUser - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsOutOfDate - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsPathAlreadyLocked - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsPathNotLocked - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsPathSyntax - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsRepBeingWritten - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsRepChanged - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsRepNotMutable - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsRootDir - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsTransactionDead - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsTransactionNotDead - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsTransactionNotMutable - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsTxnNameTooLong - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsTxnOutOfDate - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsUnknownFsType - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - fsUnsupportedFormat - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 
G
- get(String, String, boolean) - Method in interface org.apache.subversion.javahl.ISVNConfig.Category
 - 
Returns the boolean value of a configuration option.
 - get(String, String, long) - Method in interface org.apache.subversion.javahl.ISVNConfig.Category
 - 
Returns the long integer value of a configuration option.
 - get(String, String, String) - Method in interface org.apache.subversion.javahl.ISVNConfig.Category
 - 
Returns the value of a configuration option.
 - get(String, String, String, Tristate) - Method in interface org.apache.subversion.javahl.ISVNConfig.Category
 - 
Returns the
Tristatevalue of a configuration option. - get_file_revs_reversed - org.apache.subversion.javahl.ISVNRemote.Capability
 - 
The capability of a server to walk revisions backwards in #getFileRevisions().
 - getAbsPath() - Method in class org.apache.subversion.javahl.types.DirEntry
 - 
Returns the absolute path of the entry.
 - getAbsPath() - Method in class org.tigris.subversion.javahl.DirEntry
 - 
Returns the absolute path of the entry.
 - getAction() - Method in class org.apache.subversion.javahl.ClientNotifyInformation
 - getAction() - Method in class org.apache.subversion.javahl.ConflictDescriptor
 - getAction() - Method in class org.apache.subversion.javahl.ReposNotifyInformation
 - getAction() - Method in class org.apache.subversion.javahl.types.ChangePath
 - 
Retrieve action performed
 - getAction() - Method in class org.tigris.subversion.javahl.ChangePath
 - 
Retrieve action performed
 - getAction() - Method in class org.tigris.subversion.javahl.ConflictDescriptor
 - getAction() - Method in class org.tigris.subversion.javahl.NotifyInformation
 - getActionName(int) - Static method in class org.tigris.subversion.javahl.Notify.Action
 - 
Deprecated.Returns the textual representation for the action kind
 - getAdminDirectoryName() - Method in interface org.apache.subversion.javahl.ISVNClient
 - getAdminDirectoryName() - Method in class org.apache.subversion.javahl.SVNClient
 - getAdminDirectoryName() - Method in class org.tigris.subversion.javahl.SVNClient
 - getAdminDirectoryName() - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - getAdminDirectoryName() - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - getAllMessages() - Method in exception org.apache.subversion.javahl.ClientException
 - getAuthor() - Method in class org.apache.subversion.javahl.CommitInfo
 - 
return the author of the commit
 - getAuthor() - Method in class org.tigris.subversion.javahl.BlameCallbackImpl.BlameLine
 - getAuthor() - Method in class org.tigris.subversion.javahl.Info
 - 
Retrieves the author of the last commit
 - getAuthor() - Method in class org.tigris.subversion.javahl.LogMessage
 - 
Returns the author of the commit
 - getBasePath() - Method in class org.apache.subversion.javahl.ConflictDescriptor
 - getBasePath() - Method in class org.tigris.subversion.javahl.ConflictDescriptor
 - getBlameLine(int) - Method in class org.tigris.subversion.javahl.BlameCallbackImpl
 - 
Retrieve blame information for specified line number
 - getBuildDate() - Method in class org.apache.subversion.javahl.types.VersionExtended
 - getBuildHost() - Method in class org.apache.subversion.javahl.types.VersionExtended
 - getBuildTime() - Method in class org.apache.subversion.javahl.types.VersionExtended
 - getCalender() - Method in class org.apache.subversion.javahl.types.LogDate
 - 
Returns the time of the commit as Calendar
 - getCalender() - Method in class org.tigris.subversion.javahl.LogDate
 - 
Returns the time of the commit as Calendar
 - getCert() - Method in class org.apache.subversion.javahl.callback.AuthnCallback.SSLServerCertInfo
 - getChanged() - Method in class org.tigris.subversion.javahl.BlameCallbackImpl.BlameLine
 - getChangedPaths() - Method in class org.tigris.subversion.javahl.LogMessage
 - 
Returns the changes items by this commit
 - getChangelist() - Method in class org.apache.subversion.javahl.types.Status
 - getChangelist() - Method in class org.tigris.subversion.javahl.Status
 - getChangelistName() - Method in class org.apache.subversion.javahl.ClientNotifyInformation
 - getChangelistName() - Method in class org.apache.subversion.javahl.types.Info
 - getChangelistName() - Method in class org.tigris.subversion.javahl.Info2
 - getChangelistName() - Method in class org.tigris.subversion.javahl.NotifyInformation
 - getChangelists(String, String[], int, ChangelistCallback) - Method in class org.tigris.subversion.javahl.SVNClient
 - getChangelists(String, String[], int, ChangelistCallback) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Recursively get the paths which belong to a changelist
 - getChangelists(String, String[], int, ChangelistCallback) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - getChangelists(String, Collection<String>, Depth, ChangelistCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Recursively get the paths which belong to a changelist
 - getChangelists(String, Collection<String>, Depth, ChangelistCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - getChecksum() - Method in class org.apache.subversion.javahl.types.Info
 - 
return the checksum of the item
 - getChecksum() - Method in class org.tigris.subversion.javahl.Info2
 - 
return the checksum of the item
 - getChoice() - Method in class org.apache.subversion.javahl.ConflictResult
 - getChoice() - Method in class org.tigris.subversion.javahl.ConflictResult
 - getClientCertPassphrase() - Method in class org.apache.subversion.javahl.SVNUtil.Credential
 - getCode() - Method in class org.apache.subversion.javahl.ClientException.ErrorMessage
 - getComment() - Method in class org.apache.subversion.javahl.types.Lock
 - getComment() - Method in class org.tigris.subversion.javahl.Lock
 - getCommitEditor(Map<String, byte[]>, CommitCallback, Set<Lock>, boolean) - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Like {@link #getCommitEditor(Map,CommitCallback
null.  - getCommitEditor(Map<String, byte[]>, CommitCallback, Set<Lock>, boolean) - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - getCommitEditor(Map<String, byte[]>, CommitCallback, Set<Lock>, boolean, ISVNEditor.ProvideBaseCallback, ISVNEditor.ProvidePropsCallback, ISVNEditor.GetNodeKindCallback) - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Return an editor for committing changes to the session's repository, setting the revision properties from
revisionProperties. - getCommitEditor(Map<String, byte[]>, CommitCallback, Set<Lock>, boolean, ISVNEditor.ProvideBaseCallback, ISVNEditor.ProvidePropsCallback, ISVNEditor.GetNodeKindCallback) - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - getCommittedRevision() - Method in class org.apache.subversion.javahl.callback.RemoteStatus.Entry
 - getCommittedTimestamp() - Method in class org.apache.subversion.javahl.callback.RemoteStatus.Entry
 - getCompiledVersion() - Method in class org.apache.subversion.javahl.types.VersionExtended.LinkedLib
 - getConfigDirectory() - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Get the configuration directory
 - getConfigDirectory() - Method in class org.apache.subversion.javahl.SVNClient
 - getConfigDirectory() - Method in class org.tigris.subversion.javahl.SVNClient
 - getConfigDirectory() - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Get the configuration directory
 - getConfigDirectory() - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - getConfigEventHandler() - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Return a reference to the installed configuration event handler.
 - getConfigEventHandler() - Method in class org.apache.subversion.javahl.SVNClient
 - getConflictDescriptor() - Method in class org.tigris.subversion.javahl.Info2
 - getConflictDescriptor() - Method in class org.tigris.subversion.javahl.Status
 - getConflictNew() - Method in class org.tigris.subversion.javahl.Info2
 - 
return if the item is in conflict, the filename of the last repository version file
 - getConflictNew() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns in case of conflict, the filename of the most recent repository version
 - getConflictOld() - Method in class org.tigris.subversion.javahl.Info2
 - 
return if the item is in conflict, the filename of the base version file
 - getConflictOld() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns in case of conflict, the filename of the common base version
 - getConflicts() - Method in class org.apache.subversion.javahl.types.Info
 - getConflictWorking() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns in case of conflict, the filename of the former working copy version
 - getConflictWrk() - Method in class org.tigris.subversion.javahl.Info2
 - 
return if the item is in conflict, the filename of the working copy version file
 - getContents(String) - Method in interface org.apache.subversion.javahl.ISVNEditor.ProvideBaseCallback
 - 
Returns the base contents and revision number of the file.
 - getContentState() - Method in class org.apache.subversion.javahl.ClientNotifyInformation
 - getContentState() - Method in class org.tigris.subversion.javahl.NotifyInformation
 - getCopyFromRev() - Method in class org.apache.subversion.javahl.types.Info
 - 
return if the item was copied, the source rev
 - getCopyFromRev() - Method in class org.tigris.subversion.javahl.Info2
 - 
return if the item was copied, the source rev
 - getCopyFromUrl() - Method in class org.apache.subversion.javahl.types.Info
 - 
return if the item was copied, the source url
 - getCopyFromUrl() - Method in class org.tigris.subversion.javahl.Info2
 - 
return if the item was copied, the source url
 - getCopyRev() - Method in class org.tigris.subversion.javahl.Info
 - 
Retrieves the copy source revision
 - getCopyright() - Method in class org.apache.subversion.javahl.types.VersionExtended
 - getCopySrcPath() - Method in class org.apache.subversion.javahl.types.ChangePath
 - 
Retrieve the copy source path (if any)
 - getCopySrcPath() - Method in class org.tigris.subversion.javahl.ChangePath
 - 
Retrieve the copy source path (if any)
 - getCopySrcRevision() - Method in class org.apache.subversion.javahl.types.ChangePath
 - 
Retrieve the copy source revision (if any)
 - getCopySrcRevision() - Method in class org.tigris.subversion.javahl.ChangePath
 - 
Retrieve the copy source revision (if any)
 - getCopyUrl() - Method in class org.apache.subversion.javahl.CommitItem
 - 
Returns the source url if the item is copied
 - getCopyUrl() - Method in class org.tigris.subversion.javahl.CommitItem
 - 
Returns the source url if the item is copied
 - getCopyUrl() - Method in class org.tigris.subversion.javahl.Info
 - 
Retrieves the copy source url
 - getCorrectedUrl() - Method in exception org.apache.subversion.javahl.remote.RetryOpenSession
 - getCppAddr() - Method in class org.apache.subversion.javahl.SVNRepos
 - 
Don't call this function! public for backward compat purposes.
 - getCreationDate() - Method in class org.apache.subversion.javahl.types.Lock
 - getCreationDate() - Method in class org.tigris.subversion.javahl.Lock
 - getCredential(String, SVNUtil.Credential.Kind, String) - Static method in class org.apache.subversion.javahl.SVNUtil
 - 
Find a stored credential.
 - getCredential(String, SVNUtil.Credential.Kind, String) - Method in class org.apache.subversion.javahl.util.ConfigLib
 - getData() - Method in class org.tigris.subversion.javahl.PropertyData
 - 
Returns the byte array value of the property There is no protocol if a property is a string or a binary value
 - getDate() - Method in class org.apache.subversion.javahl.CommitInfo
 - 
return the date of the commit
 - getDate() - Method in class org.apache.subversion.javahl.types.LogDate
 - 
Returns the date of the commit
 - getDate() - Method in class org.apache.subversion.javahl.types.Revision.DateSpec
 - 
Returns the date of the revision
 - getDate() - Method in class org.tigris.subversion.javahl.LogDate
 - 
Returns the date of the commit
 - getDate() - Method in class org.tigris.subversion.javahl.LogMessage
 - 
Returns the date of the commit
 - getDate() - Method in class org.tigris.subversion.javahl.Revision.DateSpec
 - 
Returns the date of the revision
 - getDepth() - Method in class org.apache.subversion.javahl.types.Info
 - getDepth() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns the inherent depth of the node, as recorded in the working copy.
 - getDepth() - Method in class org.tigris.subversion.javahl.Info2
 - getDescription(int) - Static method in class org.tigris.subversion.javahl.Status.Kind
 - 
Returns the textual representation of the status
 - getDiffKind() - Method in class org.apache.subversion.javahl.DiffSummary
 - getDiffKind() - Method in class org.tigris.subversion.javahl.DiffSummary
 - getDigest() - Method in class org.apache.subversion.javahl.types.Checksum
 - 
Retrieve the digest
 - getDirectory(long, String, int, Map<String, DirEntry>, Map<String, byte[]>) - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Fetch the contents and properties of directory
pathatrevision. - getDirectory(long, String, int, Map<String, DirEntry>, Map<String, byte[]>) - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - getEndRevision() - Method in class org.apache.subversion.javahl.ISVNRemote.LocationSegment
 - getErrMsg() - Method in class org.apache.subversion.javahl.ClientNotifyInformation
 - getErrMsg() - Method in class org.tigris.subversion.javahl.NotifyInformation
 - getErrMsgDetails() - Method in class org.apache.subversion.javahl.ClientNotifyInformation
 - getExpirationDate() - Method in class org.apache.subversion.javahl.types.Lock
 - getExpirationDate() - Method in class org.tigris.subversion.javahl.Lock
 - getFailures() - Method in class org.apache.subversion.javahl.callback.AuthnCallback.SSLServerCertFailures
 - getFile(long, String, OutputStream, Map<String, byte[]>) - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Fetch the contents and properties of file
pathatrevision. - getFile(long, String, OutputStream, Map<String, byte[]>) - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - getFileRevisions(String, long, long, boolean) - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Retrieve a subset of the interesting revisions of a file
pathas seen in revisionendRevision. - getFileRevisions(String, long, long, boolean) - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - getFileRevisions(String, long, long, boolean, RemoteFileRevisionsCallback) - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Call
handlerfor each of a subset of the interesting revisions of a filepathas seen in revisionendRevision. - getFileRevisions(String, long, long, boolean, RemoteFileRevisionsCallback) - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - getFingerprint() - Method in class org.apache.subversion.javahl.callback.AuthnCallback.SSLServerCertInfo
 - getFromRevision() - Method in class org.apache.subversion.javahl.types.RevisionRange
 - getFromRevision() - Method in class org.tigris.subversion.javahl.RevisionRange
 - getGitFormat() - Method in class org.apache.subversion.javahl.types.DiffOptions
 - getHasProps() - Method in class org.apache.subversion.javahl.types.DirEntry
 - 
Returns if the entry has properties managed by Subversion.
 - getHasProps() - Method in class org.tigris.subversion.javahl.DirEntry
 - 
Returns if the entry has properties managed by Subversion.
 - getHostnames() - Method in class org.apache.subversion.javahl.callback.AuthnCallback.SSLServerCertInfo
 - getHunkFuzz() - Method in class org.apache.subversion.javahl.ClientNotifyInformation
 - getHunkMatchedLine() - Method in class org.apache.subversion.javahl.ClientNotifyInformation
 - getHunkModifiedLength() - Method in class org.apache.subversion.javahl.ClientNotifyInformation
 - getHunkModifiedStart() - Method in class org.apache.subversion.javahl.ClientNotifyInformation
 - getHunkOriginalLength() - Method in class org.apache.subversion.javahl.ClientNotifyInformation
 - getHunkOriginalStart() - Method in class org.apache.subversion.javahl.ClientNotifyInformation
 - getIgnoreEOLStyle() - Method in class org.apache.subversion.javahl.types.DiffOptions
 - getIgnoreSpaceChange() - Method in class org.apache.subversion.javahl.types.DiffOptions
 - getIgnoreWhitespace() - Method in class org.apache.subversion.javahl.types.DiffOptions
 - getInputer() - Method in class org.tigris.subversion.javahl.SVNOutputStream
 - 
Get the Interface to connect to SVNAdmin
 - getInstance(int) - Static method in class org.tigris.subversion.javahl.DiffSummary.DiffKind
 - getInstance(long) - Static method in class org.apache.subversion.javahl.types.Revision
 - 
Creates a Revision.Number object
 - getInstance(long) - Static method in class org.tigris.subversion.javahl.Revision
 - 
Creates a Revision.Number object
 - getInstance(Date) - Static method in class org.apache.subversion.javahl.types.Revision
 - 
Creates a Revision.DateSpec objet
 - getInstance(Date) - Static method in class org.tigris.subversion.javahl.Revision
 - 
Creates a Revision.DateSpec objet
 - getIssuer() - Method in class org.apache.subversion.javahl.callback.AuthnCallback.SSLServerCertInfo
 - getKind() - Method in class org.apache.subversion.javahl.ClientNotifyInformation
 - getKind() - Method in class org.apache.subversion.javahl.ConflictDescriptor
 - getKind() - Method in class org.apache.subversion.javahl.SVNUtil.Credential
 - getKind() - Method in class org.apache.subversion.javahl.types.Checksum
 - 
Retrieve the kind
 - getKind() - Method in class org.apache.subversion.javahl.types.Info
 - 
return the item kinds (see NodeKind)
 - getKind() - Method in class org.apache.subversion.javahl.types.Revision
 - 
Returns the kind of the Revsion
 - getKind() - Method in class org.tigris.subversion.javahl.ConflictDescriptor
 - getKind() - Method in class org.tigris.subversion.javahl.Info2
 - 
return the item kinds (see NodeKind)
 - getKind() - Method in class org.tigris.subversion.javahl.NotifyInformation
 - getKind() - Method in class org.tigris.subversion.javahl.Revision
 - 
Returns the kind of the Revsion
 - getKind(String, long) - Method in interface org.apache.subversion.javahl.ISVNEditor.GetNodeKindCallback
 - 
Returns the kind of the node that was the source of a copy.
 - getLastAuthor() - Method in class org.apache.subversion.javahl.callback.RemoteStatus.Entry
 - getLastAuthor() - Method in class org.apache.subversion.javahl.types.DirEntry
 - 
Returns the author of the last change.
 - getLastAuthor() - Method in class org.tigris.subversion.javahl.DirEntry
 - 
Returns the author of the last change.
 - getLastChanged() - Method in class org.apache.subversion.javahl.types.DirEntry
 - 
Returns the last time the file was changed.
 - getLastChanged() - Method in class org.tigris.subversion.javahl.DirEntry
 - 
Returns the last time the file was changed.
 - getLastChangedAuthor() - Method in class org.apache.subversion.javahl.types.Info
 - 
return the author of the last change
 - getLastChangedAuthor() - Method in class org.tigris.subversion.javahl.Info2
 - 
return the author of the last change
 - getLastChangedDate() - Method in class org.apache.subversion.javahl.types.Info
 - 
return the date of the last change
 - getLastChangedDate() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns the last date the item was changed or null
 - getLastChangedDate() - Method in class org.tigris.subversion.javahl.Info
 - 
Retrieves the date of the last commit
 - getLastChangedDate() - Method in class org.tigris.subversion.javahl.Info2
 - 
return the date of the last change
 - getLastChangedDate() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns the last date the item was changed or null
 - getLastChangedDateMicros() - Method in class org.apache.subversion.javahl.types.Info
 - 
Returns the last date the item was changed measured in the number of microseconds since 00:00:00 January 1, 1970 UTC.
 - getLastChangedDateMicros() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns the last date the item was changed measured in the number of microseconds since 00:00:00 January 1, 1970 UTC.
 - getLastChangedDateMicros() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns the last date the item was changed measured in the number of microseconds since 00:00:00 January 1, 1970 UTC.
 - getLastChangedRev() - Method in class org.apache.subversion.javahl.types.Info
 - 
return the revision of the last change
 - getLastChangedRev() - Method in class org.tigris.subversion.javahl.Info2
 - 
return the revision of the last change
 - getLastChangedRevision() - Method in class org.apache.subversion.javahl.types.DirEntry
 - 
Returns the revision of the last change.
 - getLastChangedRevision() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns the last revision the file was changed as a Revision object
 - getLastChangedRevision() - Method in class org.tigris.subversion.javahl.DirEntry
 - 
Returns the revision of the last change.
 - getLastChangedRevision() - Method in class org.tigris.subversion.javahl.Info
 - 
Retrieves the revision of the last commit
 - getLastChangedRevision() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns the last revision the file was changed as a Revision object
 - getLastChangedRevisionNumber() - Method in class org.apache.subversion.javahl.types.DirEntry
 - 
Returns the revision number of the last change.
 - getLastChangedRevisionNumber() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns the last revision the file was changed as a long integer
 - getLastChangedRevisionNumber() - Method in class org.tigris.subversion.javahl.DirEntry
 - 
Returns the revision number of the last change.
 - getLastChangedRevisionNumber() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns the last revision the file was changed as a long integer
 - getLastCommitAuthor() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns the author of the last changed or null
 - getLastCommitAuthor() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns the author of the last changed or null
 - getLastDatePropsUpdate() - Method in class org.tigris.subversion.javahl.Info
 - 
Retrieves the last date the properties were changed
 - getLastDateTextUpdate() - Method in class org.tigris.subversion.javahl.Info
 - 
Retrieves the last date the text content was changed
 - getLastPath() - Method in class org.apache.subversion.javahl.SVNClient
 - 
Deprecated.
 - getLastPath() - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - getLastPath() - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.
 - getLastPath() - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.
 - getLatestRevision() - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Get the latest revision number from the session's repository.
 - getLatestRevision() - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - getLine() - Method in class org.tigris.subversion.javahl.BlameCallbackImpl.BlameLine
 - getLinkedLibs() - Method in class org.apache.subversion.javahl.types.VersionExtended
 - getLoadedLibs() - Method in class org.apache.subversion.javahl.types.VersionExtended
 - getLocalLock() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns the local lock
 - getLocations(String, long, Iterable<Long>) - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Find the locations of the object identified by
pathandpegRevisionin the repository at the given revisions. - getLocations(String, long, Iterable<Long>) - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - getLocationSegments(String, long, long, long) - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Return a list of segments in the location history of
pathatpegRevision, working backwards in time fromstartRevisiontoendRevision. - getLocationSegments(String, long, long, long) - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - getLocationSegments(String, long, long, long, RemoteLocationSegmentsCallback) - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Call
handlerfor every segment in the location history ofpathatpegRevision, working backwards in time fromstartRevisiontoendRevision. - getLocationSegments(String, long, long, long, RemoteLocationSegmentsCallback) - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - getLock() - Method in class org.apache.subversion.javahl.ClientNotifyInformation
 - getLock() - Method in class org.apache.subversion.javahl.types.Info
 - 
return the information about any lock (may be null)
 - getLock() - Method in class org.tigris.subversion.javahl.Info2
 - 
return the information about any lock (may be null)
 - getLock() - Method in class org.tigris.subversion.javahl.NotifyInformation
 - getLockComment() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns the lock comment
 - getLockCreationDate() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns the lock creation date
 - getLockCreationDateMicros() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns the lock creation date measured in the number of microseconds since 00:00:00 January 1, 1970 UTC.
 - getLockOwner() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns the lock owner
 - getLocks(String, Depth) - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Return a dictionary containing all locks on or below the given path.
 - getLocks(String, Depth) - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - getLockState() - Method in class org.apache.subversion.javahl.ClientNotifyInformation
 - getLockState() - Method in class org.tigris.subversion.javahl.NotifyInformation
 - getLockToken() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns the lock token
 - getLog(Iterable<String>, long, long, int, boolean, boolean, boolean, Iterable<String>, LogMessageCallback) - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Invoke
callbackfor each log message fromstartRevisiontoendRevision. - getLog(Iterable<String>, long, long, int, boolean, boolean, boolean, Iterable<String>, LogMessageCallback) - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - getLogMessage(Set<CommitItem>) - Method in interface org.apache.subversion.javahl.callback.CommitMessageCallback
 - 
Retrieve a commit message from the user based on the items to be committed
 - getLogMessage(CommitItem[]) - Method in interface org.tigris.subversion.javahl.CommitMessage
 - 
Retrieve a commit message from the user based on the items to be committed
 - getMajor() - Method in class org.apache.subversion.javahl.types.RuntimeVersion
 - getMajor() - Method in class org.apache.subversion.javahl.types.Version
 - getMajor() - Method in class org.tigris.subversion.javahl.Version
 - getMergedPath() - Method in class org.apache.subversion.javahl.ConflictDescriptor
 - getMergedPath() - Method in class org.apache.subversion.javahl.ConflictResult
 - getMergedPath() - Method in class org.tigris.subversion.javahl.ConflictDescriptor
 - getMergedPath() - Method in class org.tigris.subversion.javahl.ConflictResult
 - getMergeinfo(Iterable<String>, long, Mergeinfo.Inheritance, boolean) - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Retrieve the merginfo for
paths, whose elements are relative to the session's URL. - getMergeinfo(Iterable<String>, long, Mergeinfo.Inheritance, boolean) - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - getMergeinfo(String, Revision) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Get mergeinfo for
pathatpegRevision. - getMergeinfo(String, Revision) - Method in class org.apache.subversion.javahl.SVNClient
 - getMergeinfo(String, Revision) - Method in class org.tigris.subversion.javahl.SVNClient
 - getMergeinfo(String, Revision) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Get mergeinfo for
pathatpegRevision. - getMergeinfo(String, Revision) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - getMergeinfoLog(int, String, Revision, String, Revision, boolean, int, String[], LogMessageCallback) - Method in class org.tigris.subversion.javahl.SVNClient
 - getMergeinfoLog(int, String, Revision, String, Revision, boolean, int, String[], LogMessageCallback) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Retrieve either merged or eligible-to-be-merged revisions.
 - getMergeinfoLog(int, String, Revision, String, Revision, boolean, int, String[], LogMessageCallback) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - getMergeinfoLog(int, String, Revision, String, Revision, boolean, String[], LogMessageCallback) - Method in class org.tigris.subversion.javahl.SVNClient
 - getMergeinfoLog(int, String, Revision, String, Revision, boolean, String[], LogMessageCallback) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - getMergeinfoLog(int, String, Revision, String, Revision, boolean, String[], LogMessageCallback) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - getMergeinfoLog(Mergeinfo.LogKind, String, Revision, String, Revision, boolean, Depth, Set<String>, LogMessageCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Retrieve either merged or eligible-to-be-merged revisions.
 - getMergeinfoLog(Mergeinfo.LogKind, String, Revision, String, Revision, boolean, Depth, Set<String>, LogMessageCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - getMergeinfoLog(Mergeinfo.LogKind, String, Revision, String, Revision, Revision, Revision, boolean, Depth, Set<String>, LogMessageCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Retrieve either merged or eligible-to-be-merged revisions.
 - getMergeinfoLog(Mergeinfo.LogKind, String, Revision, String, Revision, Revision, Revision, boolean, Depth, Set<String>, LogMessageCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - getMergeRange() - Method in class org.apache.subversion.javahl.ClientNotifyInformation
 - getMergeRange() - Method in class org.tigris.subversion.javahl.NotifyInformation
 - getMessage() - Method in class org.apache.subversion.javahl.ClientException.ErrorMessage
 - getMessage() - Method in class org.tigris.subversion.javahl.LogMessage
 - 
Return the log message text
 - getMimeType() - Method in class org.apache.subversion.javahl.ClientNotifyInformation
 - getMimeType() - Method in class org.tigris.subversion.javahl.NotifyInformation
 - getMIMEType() - Method in class org.apache.subversion.javahl.ConflictDescriptor
 - getMIMEType() - Method in class org.tigris.subversion.javahl.ConflictDescriptor
 - getMinor() - Method in class org.apache.subversion.javahl.types.RuntimeVersion
 - getMinor() - Method in class org.apache.subversion.javahl.types.Version
 - getMinor() - Method in class org.tigris.subversion.javahl.Version
 - getMovedFromAbspath() - Method in class org.apache.subversion.javahl.types.Status
 - getMovedFromPath() - Method in class org.apache.subversion.javahl.CommitItem
 - getMovedToAbspath() - Method in class org.apache.subversion.javahl.types.Status
 - getMyPath() - Method in class org.apache.subversion.javahl.ConflictDescriptor
 - getMyPath() - Method in class org.tigris.subversion.javahl.ConflictDescriptor
 - getName() - Method in class org.apache.subversion.javahl.types.VersionExtended.LinkedLib
 - getName() - Method in class org.apache.subversion.javahl.types.VersionExtended.LoadedLib
 - getName() - Method in class org.tigris.subversion.javahl.Info
 - 
Retrieves the name of the item
 - getName() - Method in class org.tigris.subversion.javahl.PropertyData
 - 
Returns the name of the property
 - getNewRevision() - Method in class org.apache.subversion.javahl.ReposNotifyInformation
 - getNodeAction() - Method in class org.apache.subversion.javahl.ReposNotifyInformation
 - getNodeKind() - Method in class org.apache.subversion.javahl.CommitItem
 - 
return the node kind of the commit item
 - getNodeKind() - Method in class org.apache.subversion.javahl.ConflictDescriptor
 - getNodeKind() - Method in class org.apache.subversion.javahl.DiffSummary
 - getNodeKind() - Method in class org.apache.subversion.javahl.types.ChangePath
 - 
Retrieve the node kind
 - getNodeKind() - Method in class org.apache.subversion.javahl.types.ConflictVersion
 - getNodeKind() - Method in class org.apache.subversion.javahl.types.DirEntry
 - 
Return the kind of entry (file or directory)
 - getNodeKind() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns the kind of the node (file, directory or unknown, see NodeKind)
 - getNodeKind() - Method in class org.tigris.subversion.javahl.ChangePath
 - 
Retrieve the node kind
 - getNodeKind() - Method in class org.tigris.subversion.javahl.CommitItem
 - 
return the node kind of the commit item
 - getNodeKind() - Method in class org.tigris.subversion.javahl.ConflictDescriptor
 - getNodeKind() - Method in class org.tigris.subversion.javahl.ConflictVersion
 - getNodeKind() - Method in class org.tigris.subversion.javahl.DiffSummary
 - getNodeKind() - Method in class org.tigris.subversion.javahl.DirEntry
 - 
Return the kind of entry (file or directory)
 - getNodeKind() - Method in class org.tigris.subversion.javahl.Info
 - 
Retrieves the nodeKind
 - getNodeKind() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns the kind of the node (file, directory or unknown, see NodeKind)
 - getNodeKindName(int) - Static method in class org.tigris.subversion.javahl.NodeKind
 - 
Returns the textual representation for a NodeKind
 - getNodeStatus() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns the status of the node.
 - getNodeStatusDescription() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns the status of the node as text.
 - getNotifiedPath() - Method in class org.apache.subversion.javahl.ClientNotifyInformation
 - getNumber() - Method in class org.apache.subversion.javahl.types.Revision.Number
 - 
Returns the revision number
 - getNumber() - Method in class org.tigris.subversion.javahl.Revision.Number
 - 
Returns the revision number
 - getOldRevision() - Method in class org.apache.subversion.javahl.ClientNotifyInformation
 - getOldRevision() - Method in class org.apache.subversion.javahl.ReposNotifyInformation
 - getOperation() - Method in class org.apache.subversion.javahl.ConflictDescriptor
 - getOperation() - Method in class org.tigris.subversion.javahl.ConflictDescriptor
 - getOutputer() - Method in class org.tigris.subversion.javahl.SVNInputStream
 - 
Get the Interface to connect to SVNAdmin
 - getOwner() - Method in class org.apache.subversion.javahl.types.Lock
 - getOwner() - Method in class org.tigris.subversion.javahl.Lock
 - getPassword() - Method in interface org.apache.subversion.javahl.callback.UserPasswordCallback
 - 
Deprecated.retrieve the password entered during the prompt call
 - getPassword() - Method in class org.apache.subversion.javahl.SVNUtil.Credential
 - getPassword() - Method in interface org.tigris.subversion.javahl.PromptUserPassword
 - 
retrieve the password entered during the prompt call
 - getPatch() - Method in class org.apache.subversion.javahl.types.RuntimeVersion
 - getPatch() - Method in class org.apache.subversion.javahl.types.Version
 - getPatch() - Method in class org.tigris.subversion.javahl.Version
 - getPath() - Method in class org.apache.subversion.javahl.ClientNotifyInformation
 - getPath() - Method in class org.apache.subversion.javahl.CommitItem
 - 
retrieve the path of the commit item
 - getPath() - Method in class org.apache.subversion.javahl.ConflictDescriptor
 - getPath() - Method in class org.apache.subversion.javahl.DiffSummary
 - getPath() - Method in class org.apache.subversion.javahl.ISVNRemote.FileRevision
 - getPath() - Method in class org.apache.subversion.javahl.ISVNRemote.LocationSegment
 - getPath() - Method in class org.apache.subversion.javahl.ReposNotifyInformation
 - getPath() - Method in class org.apache.subversion.javahl.types.ChangePath
 - 
Retrieve the path to the committed item
 - getPath() - Method in class org.apache.subversion.javahl.types.CopySource
 - getPath() - Method in class org.apache.subversion.javahl.types.DirEntry
 - 
Returns the path of the entry.
 - getPath() - Method in class org.apache.subversion.javahl.types.Info
 - 
return the path of the item
 - getPath() - Method in class org.apache.subversion.javahl.types.Lock
 - getPath() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns the file system path of the item
 - getPath() - Method in class org.tigris.subversion.javahl.ChangePath
 - 
Retrieve the path to the committed item
 - getPath() - Method in class org.tigris.subversion.javahl.CommitItem
 - 
retrieve the path of the commit item
 - getPath() - Method in class org.tigris.subversion.javahl.ConflictDescriptor
 - getPath() - Method in class org.tigris.subversion.javahl.CopySource
 - getPath() - Method in class org.tigris.subversion.javahl.DiffSummary
 - getPath() - Method in class org.tigris.subversion.javahl.DirEntry
 - 
Returns the path of the entry.
 - getPath() - Method in class org.tigris.subversion.javahl.Info2
 - 
return the path of the item
 - getPath() - Method in class org.tigris.subversion.javahl.Lock
 - getPath() - Method in class org.tigris.subversion.javahl.NotifyInformation
 - getPath() - Method in class org.tigris.subversion.javahl.PropertyData
 - 
Return the path of the item which owns this property
 - getPath() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns the file system path of the item
 - getPathInRepos() - Method in class org.apache.subversion.javahl.types.ConflictVersion
 - getPathInRepos() - Method in class org.tigris.subversion.javahl.ConflictVersion
 - getPathPrefix() - Method in class org.apache.subversion.javahl.ClientNotifyInformation
 - getPathPrefix() - Method in class org.tigris.subversion.javahl.NotifyInformation
 - getPaths() - Method in class org.apache.subversion.javahl.types.Mergeinfo
 - 
Get the merge source URLs.
 - getPaths() - Method in class org.tigris.subversion.javahl.Mergeinfo
 - 
Get the merge source URLs.
 - getPegRevision() - Method in class org.apache.subversion.javahl.types.ConflictVersion
 - getPegRevision() - Method in class org.apache.subversion.javahl.types.CopySource
 - getPegRevision() - Method in class org.apache.subversion.javahl.types.ExternalItem
 - 
The peg revision to use when checking out.
 - getPegRevision() - Method in class org.tigris.subversion.javahl.ConflictVersion
 - getPegRevision() - Method in class org.tigris.subversion.javahl.CopySource
 - getPostCommitError() - Method in class org.apache.subversion.javahl.CommitInfo
 - 
return any post commit error for the commit
 - getPrejfile() - Method in class org.tigris.subversion.javahl.Info2
 - 
return the property reject file
 - getProgress() - Method in class org.apache.subversion.javahl.ProgressEvent
 - getProgress() - Method in class org.tigris.subversion.javahl.ProgressEvent
 - getProperties(String) - Method in interface org.apache.subversion.javahl.ISVNEditor.ProvidePropsCallback
 - 
Returns the base properties and revision number of the file or directory.
 - getProperties(String) - Method in class org.tigris.subversion.javahl.ProplistCallbackImpl
 - getPropertiesDelta() - Method in class org.apache.subversion.javahl.ISVNRemote.FileRevision
 - getPropertyName() - Method in class org.apache.subversion.javahl.ConflictDescriptor
 - getPropertyName() - Method in class org.tigris.subversion.javahl.ConflictDescriptor
 - getPropMods() - Method in class org.apache.subversion.javahl.types.ChangePath
 - 
Retrieve whether the properties were modified.
 - getPropName() - Method in class org.apache.subversion.javahl.ClientNotifyInformation
 - getPropRejectAbspath() - Method in class org.apache.subversion.javahl.ConflictDescriptor
 - getPropState() - Method in class org.apache.subversion.javahl.ClientNotifyInformation
 - getPropState() - Method in class org.tigris.subversion.javahl.NotifyInformation
 - getPropStatus() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns the status of the properties.
 - getPropStatus() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns the status of the properties (See Status Kind)
 - getPropStatusDescription() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns the status of the properties as text
 - getPropStatusDescription() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns the status of the properties as text
 - getPropTime() - Method in class org.tigris.subversion.javahl.Info2
 - 
return the last time the properties of the items were changed
 - getPropValueBase() - Method in class org.apache.subversion.javahl.ConflictDescriptor
 - getPropValueIncomingNew() - Method in class org.apache.subversion.javahl.ConflictDescriptor
 - getPropValueIncomingOld() - Method in class org.apache.subversion.javahl.ConflictDescriptor
 - getPropValueWorking() - Method in class org.apache.subversion.javahl.ConflictDescriptor
 - getRanges() - Method in class org.apache.subversion.javahl.types.RevisionRangeList
 - getRawRepositoryTextStatus() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns the real status of the item's contents in the repository.
 - getRawTextStatus() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns the real status of the item's contents.
 - getRawTextStatusDescription() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns the real status of the item's contents as a string.
 - getRealm() - Method in class org.apache.subversion.javahl.SVNUtil.Credential
 - getReason() - Method in class org.apache.subversion.javahl.ConflictDescriptor
 - getReason() - Method in class org.tigris.subversion.javahl.ConflictDescriptor
 - getRepository() - Method in class org.tigris.subversion.javahl.Info
 - 
Retrieves the url of the repository
 - getRepositoryNodeStatus() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns the status of the node in the repository.
 - getRepositoryPropStatus() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns test status of the properties in the repository.
 - getRepositoryPropStatus() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns test status of the properties in the repository (See StatusKind)
 - getRepositoryTextStatus() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns the adjusted status of the item's contents in the repository, as compatible with JavaHL 1.8 and older verions.
 - getRepositoryTextStatus() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns the status of the item in the repository (See StatusKind)
 - getReposKind() - Method in class org.apache.subversion.javahl.types.Status
 - getReposKind() - Method in class org.tigris.subversion.javahl.Status
 - getReposLastCmtAuthor() - Method in class org.apache.subversion.javahl.types.Status
 - getReposLastCmtAuthor() - Method in class org.tigris.subversion.javahl.Status
 - getReposLastCmtDate() - Method in class org.apache.subversion.javahl.types.Status
 - getReposLastCmtDate() - Method in class org.tigris.subversion.javahl.Status
 - getReposLastCmtDateMicros() - Method in class org.apache.subversion.javahl.types.Status
 - 
Return the last committed date measured in the number of microseconds since 00:00:00 January 1, 1970 UTC.
 - getReposLastCmtDateMicros() - Method in class org.tigris.subversion.javahl.Status
 - 
Return the last committed date measured in the number of microseconds since 00:00:00 January 1, 1970 UTC.
 - getReposLastCmtRevision() - Method in class org.apache.subversion.javahl.types.Status
 - getReposLastCmtRevision() - Method in class org.tigris.subversion.javahl.Status
 - getReposLastCmtRevisionNumber() - Method in class org.apache.subversion.javahl.types.Status
 - getReposLastCmtRevisionNumber() - Method in class org.tigris.subversion.javahl.Status
 - getReposLock() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns the lock as in the repository
 - getReposLock() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns the lock as in the repository
 - getReposRelativePath(String) - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Return a path relative to the repository root URL associated with current session URL.
 - getReposRelativePath(String) - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - getReposRoot() - Method in class org.apache.subversion.javahl.CommitInfo
 - 
return the repos root
 - getReposRootUrl() - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Get the root URL of the session's repository.
 - getReposRootUrl() - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - getReposRootUrl() - Method in class org.apache.subversion.javahl.types.Info
 - 
return the root URL of the repository
 - getReposRootUrl() - Method in class org.tigris.subversion.javahl.Info2
 - 
return the root URL of the repository
 - getReposSize() - Method in class org.apache.subversion.javahl.types.Info
 - getReposSize() - Method in class org.tigris.subversion.javahl.Info2
 - getReposURL() - Method in class org.apache.subversion.javahl.types.ConflictVersion
 - getReposURL() - Method in class org.tigris.subversion.javahl.ConflictVersion
 - getReposUUID() - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Get the UUID of the session's repository.
 - getReposUUID() - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - getReposUUID() - Method in class org.apache.subversion.javahl.types.ConflictVersion
 - getReposUUID() - Method in class org.apache.subversion.javahl.types.Info
 - 
return the UUID of the repository
 - getReposUUID() - Method in class org.tigris.subversion.javahl.Info2
 - 
return the UUID of the repository
 - getRev() - Method in class org.apache.subversion.javahl.types.Info
 - 
return the revision of the item
 - getRev() - Method in class org.tigris.subversion.javahl.Info2
 - 
return the revision of the item
 - getRevision() - Method in class org.apache.subversion.javahl.ClientNotifyInformation
 - getRevision() - Method in class org.apache.subversion.javahl.CommitInfo
 - 
retrieve the revision of the commit
 - getRevision() - Method in class org.apache.subversion.javahl.CommitItem
 - 
Returns the revision number
 - getRevision() - Method in class org.apache.subversion.javahl.ISVNRemote.FileRevision
 - getRevision() - Method in class org.apache.subversion.javahl.ReposNotifyInformation
 - getRevision() - Method in class org.apache.subversion.javahl.types.CopySource
 - getRevision() - Method in class org.apache.subversion.javahl.types.ExternalItem
 - 
What revision to check out.
 - getRevision() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns the revision as a Revision object
 - getRevision() - Method in class org.tigris.subversion.javahl.BlameCallbackImpl.BlameLine
 - getRevision() - Method in class org.tigris.subversion.javahl.CommitItem
 - 
Returns the revision number
 - getRevision() - Method in class org.tigris.subversion.javahl.CopySource
 - getRevision() - Method in class org.tigris.subversion.javahl.Info
 - 
Retrieves the last revision the item was updated to
 - getRevision() - Method in class org.tigris.subversion.javahl.LogMessage
 - 
Returns the revision as a Revision object
 - getRevision() - Method in class org.tigris.subversion.javahl.NotifyInformation
 - getRevision() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns the revision as a Revision object
 - getRevisionAsLong(Revision) - Static method in class org.apache.subversion.javahl.types.RevisionRange
 - getRevisionAsLong(Revision) - Static method in class org.tigris.subversion.javahl.RevisionRange
 - getRevisionByDate(Date) - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Get the latest revision number at the given time from the session's repository.
 - getRevisionByDate(Date) - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - getRevisionByTimestamp(long) - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Get the latest revision number at the given time, expressed as the number of microseconds since the epoch, from the session's repository.
 - getRevisionByTimestamp(long) - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - getRevisionCopiedFrom() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns if copied the source revision as a Revision object
 - getRevisionCopiedFromNumber() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns if copied the source revision as s long integer
 - getRevisionNumber() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns the revision as a long integer
 - getRevisionNumber() - Method in class org.tigris.subversion.javahl.LogMessage
 - 
Returns the revision as a long integer
 - getRevisionNumber() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns the revision as a long integer
 - getRevisionProperties() - Method in class org.apache.subversion.javahl.ISVNRemote.FileRevision
 - getRevisionProperties(long) - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Return the set of unversioned properties set on
revisionin the session's repository. - getRevisionProperties(long) - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - getRevisionProperty(long, String) - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Return the value of unversioned property
propertyNameinrevisionin the session's repository. - getRevisionProperty(long, String) - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - getRevisionRange(String) - Method in class org.apache.subversion.javahl.types.Mergeinfo
 - 
Get the RevisionRange objects for the specified merge source URL
 - getRevisionRange(String) - Method in class org.tigris.subversion.javahl.Mergeinfo
 - 
Get the RevisionRange objects for the specified merge source URL
 - getRevisionRangeList(String) - Method in class org.apache.subversion.javahl.types.Mergeinfo
 - 
Like
#getReivsionRange, but returns aRevisionRangeList. - getRevisions(String) - Method in class org.apache.subversion.javahl.types.Mergeinfo
 - 
Get the revision ranges for the specified merge source URL.
 - getRevisions(String) - Method in class org.tigris.subversion.javahl.Mergeinfo
 - 
Get the revision ranges for the specified merge source URL.
 - getRevProps() - Method in class org.apache.subversion.javahl.ClientNotifyInformation
 - getRuntimeHost() - Method in class org.apache.subversion.javahl.types.VersionExtended
 - getRuntimeOSName() - Method in class org.apache.subversion.javahl.types.VersionExtended
 - getRuntimeVersion() - Method in interface org.apache.subversion.javahl.ISVNClient
 - getRuntimeVersion() - Static method in class org.apache.subversion.javahl.NativeResources
 - getRuntimeVersion() - Method in class org.apache.subversion.javahl.SVNClient
 - getRuntimeVersion() - Method in class org.apache.subversion.javahl.types.VersionExtended.LinkedLib
 - getSchedule() - Method in class org.apache.subversion.javahl.types.Info
 - 
return the scheduled operation at next commit (see ScheduleKind)
 - getSchedule() - Method in class org.tigris.subversion.javahl.Info
 - 
Retrieves the schedule of the next commit
 - getSchedule() - Method in class org.tigris.subversion.javahl.Info2
 - 
return the scheduled operation at next commit (see ScheduleKind)
 - getSecureStore() - Method in class org.apache.subversion.javahl.SVNUtil.Credential
 - getServerCertFailures() - Method in class org.apache.subversion.javahl.SVNUtil.Credential
 - getServerCertInfo() - Method in class org.apache.subversion.javahl.SVNUtil.Credential
 - getSessionRelativePath(String) - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Return a path relative to the current session URL.
 - getSessionRelativePath(String) - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - getSessionUrl() - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Get the current session URL.
 - getSessionUrl() - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - getShard() - Method in class org.apache.subversion.javahl.ReposNotifyInformation
 - getShowFunction() - Method in class org.apache.subversion.javahl.types.DiffOptions
 - getSize() - Method in class org.apache.subversion.javahl.types.DirEntry
 - 
Return the length of file test or 0 for directories
 - getSize() - Method in class org.tigris.subversion.javahl.DirEntry
 - 
Return the length of file test or 0 for directories
 - getSrcLeftVersion() - Method in class org.apache.subversion.javahl.ConflictDescriptor
 - getSrcLeftVersion() - Method in class org.tigris.subversion.javahl.ConflictDescriptor
 - getSrcRightVersion() - Method in class org.apache.subversion.javahl.ConflictDescriptor
 - getSrcRightVersion() - Method in class org.tigris.subversion.javahl.ConflictDescriptor
 - getStartRevision() - Method in class org.apache.subversion.javahl.ISVNRemote.LocationSegment
 - getStateFlags() - Method in class org.apache.subversion.javahl.CommitItem
 - 
return the kind of change for the commit item.
 - getStateFlags() - Method in class org.tigris.subversion.javahl.CommitItem
 - 
return the kind of change for the commit item.
 - getStatusName(int) - Static method in class org.tigris.subversion.javahl.Notify.Status
 - 
Deprecated.Returns the textual representation for the notification type
 - getSubject() - Method in class org.apache.subversion.javahl.callback.AuthnCallback.SSLServerCertInfo
 - getTargetDir() - Method in class org.apache.subversion.javahl.types.ExternalItem
 - 
The name of the subdirectory into which this external should be checked out.
 - getTextMods() - Method in class org.apache.subversion.javahl.types.ChangePath
 - 
Retrieve whether the text was modified.
 - getTextStatus() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns the adjusted status of the item's contents, as compatible with JavaHL 1.8 and older verions.
 - getTextStatus() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns the status of the item (See StatusKind)
 - getTextStatusDescription() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns the adjusted status of the item's contents as text.
 - getTextStatusDescription() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns the status of the item as text.
 - getTextTime() - Method in class org.apache.subversion.javahl.types.Info
 - 
return the last time the item was changed
 - getTextTime() - Method in class org.tigris.subversion.javahl.Info2
 - 
return the last time the item was changed
 - getTheirPath() - Method in class org.apache.subversion.javahl.ConflictDescriptor
 - getTheirPath() - Method in class org.tigris.subversion.javahl.ConflictDescriptor
 - getTimeMicros() - Method in class org.apache.subversion.javahl.types.LogDate
 - 
Returns the time of the commit in microseconds
 - getTimeMicros() - Method in class org.tigris.subversion.javahl.LogDate
 - 
Returns the time of the commit in microseconds
 - getTimeMicros() - Method in class org.tigris.subversion.javahl.LogMessage
 - 
Returns the time of the commit
 - getTimeMillis() - Method in class org.apache.subversion.javahl.types.LogDate
 - 
Returns the time of the commit in milliseconds
 - getTimeMillis() - Method in class org.tigris.subversion.javahl.LogDate
 - 
Returns the time of the commit in milliseconds
 - getTimeMillis() - Method in class org.tigris.subversion.javahl.LogMessage
 - 
Returns the time of the commit
 - getToken() - Method in class org.apache.subversion.javahl.types.Lock
 - getToken() - Method in class org.tigris.subversion.javahl.Lock
 - getToRevision() - Method in class org.apache.subversion.javahl.types.RevisionRange
 - getToRevision() - Method in class org.tigris.subversion.javahl.RevisionRange
 - getTotal() - Method in class org.apache.subversion.javahl.ProgressEvent
 - getTotal() - Method in class org.tigris.subversion.javahl.ProgressEvent
 - getUrl() - Method in class org.apache.subversion.javahl.ClientNotifyInformation
 - getUrl() - Method in class org.apache.subversion.javahl.CommitItem
 - 
Returns the url of the item
 - getUrl() - Method in class org.apache.subversion.javahl.types.ExternalItem
 - 
Where to check out from.
 - getUrl() - Method in class org.apache.subversion.javahl.types.Info
 - 
return the url of the item
 - getUrl() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns the URI to where the item might exist in the repository.
 - getUrl() - Method in class org.tigris.subversion.javahl.CommitItem
 - 
Returns the url of the item
 - getUrl() - Method in class org.tigris.subversion.javahl.Info
 - 
Retrieves the url of the item
 - getUrl() - Method in class org.tigris.subversion.javahl.Info2
 - 
return the url of the item
 - getUrl() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns the URI to where the item might exist in the repository.
 - getUrlCopiedFrom() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns if copied the copy source url or null
 - getUsername() - Method in interface org.apache.subversion.javahl.callback.UserPasswordCallback
 - 
Deprecated.retrieve the username entered during the prompt call
 - getUsername() - Method in class org.apache.subversion.javahl.SVNUtil.Credential
 - getUsername() - Method in interface org.tigris.subversion.javahl.PromptUserPassword
 - 
retrieve the username entered during the prompt call
 - getUuid() - Method in class org.apache.subversion.javahl.callback.RemoteStatus.Entry
 - getUuid() - Method in class org.tigris.subversion.javahl.Info
 - 
Retrieves the uuid of the repository
 - getValidFrom() - Method in class org.apache.subversion.javahl.callback.AuthnCallback.SSLServerCertInfo
 - getValidTo() - Method in class org.apache.subversion.javahl.callback.AuthnCallback.SSLServerCertInfo
 - getValue() - Method in class org.tigris.subversion.javahl.PropertyData
 - 
Returns the string value of the property.
 - getVersion() - Method in interface org.apache.subversion.javahl.ISVNClient
 - getVersion() - Method in interface org.apache.subversion.javahl.ISVNRepos
 - getVersion() - Static method in class org.apache.subversion.javahl.NativeResources
 - getVersion() - Method in class org.apache.subversion.javahl.SVNClient
 - getVersion() - Method in class org.apache.subversion.javahl.SVNRepos
 - getVersion() - Method in class org.apache.subversion.javahl.types.VersionExtended.LoadedLib
 - getVersion() - Method in class org.tigris.subversion.javahl.SVNAdmin
 - getVersion() - Method in class org.tigris.subversion.javahl.SVNClient
 - getVersion() - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - getVersion() - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - getVersionExtended(boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - getVersionExtended(boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - getVersionInfo(String, String, boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Produce a compact "version number" for a working copy
 - getVersionInfo(String, String, boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - getVersionInfo(String, String, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - getVersionInfo(String, String, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Produce a compact "version number" for a working copy
 - getVersionInfo(String, String, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - getWarning() - Method in class org.apache.subversion.javahl.ReposNotifyInformation
 - getWcroot() - Method in class org.apache.subversion.javahl.types.Info
 - 
return the workgin copy root
 - getWorkingSize() - Method in class org.apache.subversion.javahl.types.Info
 - getWorkingSize() - Method in class org.tigris.subversion.javahl.Info2
 - getYesNoAsk(String, String, String) - Method in interface org.apache.subversion.javahl.ISVNConfig.Category
 - 
Check that the configuration option's value is true, false or "ask".
 - GitFormat - org.apache.subversion.javahl.types.DiffOptions.Flag
 - 
Use git's extended diff format
 - GLOBAL_IGNORES - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 
H
- hasCapability(ISVNRemote.Capability) - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Check if the server associated with this session has the given
capability. - hasCapability(ISVNRemote.Capability) - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - hashCode() - Method in class org.apache.subversion.javahl.callback.RemoteStatus.Entry
 - hashCode() - Method in class org.apache.subversion.javahl.types.ExternalItem
 - 
Return a hash code for this object.
 - hashCode() - Method in class org.apache.subversion.javahl.types.LogDate
 - hashCode() - Method in class org.apache.subversion.javahl.types.Revision.DateSpec
 - hashCode() - Method in class org.apache.subversion.javahl.types.Revision
 - hashCode() - Method in class org.apache.subversion.javahl.types.Revision.Number
 - hashCode() - Method in class org.apache.subversion.javahl.types.RevisionRange
 - hashCode() - Method in class org.tigris.subversion.javahl.DiffSummary.DiffKind
 - hashCode() - Method in class org.tigris.subversion.javahl.LogDate
 - hashCode() - Method in class org.tigris.subversion.javahl.Revision.DateSpec
 - hashCode() - Method in class org.tigris.subversion.javahl.Revision
 - hashCode() - Method in class org.tigris.subversion.javahl.Revision.Number
 - hashCode() - Method in class org.tigris.subversion.javahl.RevisionRange
 - hasProps - Static variable in class org.apache.subversion.javahl.types.DirEntry.Fields
 - 
An indication that you are interested in the hasProps field
 - hasProps - Static variable in class org.tigris.subversion.javahl.DirEntry.Fields
 - 
An indication that you are interested in the hasProps field
 - hasRemote() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns if the resource has a remote counter-part
 - hasRemote() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns if the resource has a remote counter-part
 - hasTextDelta() - Method in class org.apache.subversion.javahl.ISVNRemote.FileRevision
 - hasTreeConflict() - Method in class org.tigris.subversion.javahl.Status
 - head - org.apache.subversion.javahl.types.Revision.Kind
 - 
repository youngest
 - head - Static variable in interface org.tigris.subversion.javahl.RevisionKind
 - 
repository youngest
 - HEAD - Static variable in class org.apache.subversion.javahl.types.Revision
 - 
last committed revision
 - HEAD - Static variable in class org.tigris.subversion.javahl.Revision
 - 
last committed revision
 - hotcopy(File, File, boolean) - Method in interface org.apache.subversion.javahl.ISVNRepos
 - hotcopy(File, File, boolean) - Method in class org.apache.subversion.javahl.SVNRepos
 - hotcopy(File, File, boolean, boolean) - Method in interface org.apache.subversion.javahl.ISVNRepos
 - hotcopy(File, File, boolean, boolean) - Method in class org.apache.subversion.javahl.SVNRepos
 - hotcopy(File, File, boolean, boolean, ReposNotifyCallback) - Method in interface org.apache.subversion.javahl.ISVNRepos
 - 
make a hot copy of the repository
 - hotcopy(File, File, boolean, boolean, ReposNotifyCallback) - Method in class org.apache.subversion.javahl.SVNRepos
 - hotcopy(String, String, boolean) - Method in class org.tigris.subversion.javahl.SVNAdmin
 - 
make a hot copy of the repository
 - hotcopy_rev_range - org.apache.subversion.javahl.ReposNotifyInformation.Action
 - 
A revision range was copied.
 - HTTP_AUTH_TYPES - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - HTTP_BULK_UPDATES - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - HTTP_CHUNKED_REQUESTS - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - HTTP_COMPRESSION - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - HTTP_LIBRARY - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - HTTP_MAX_CONNECTIONS - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - HTTP_PROXY_EXCEPTIONS - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - HTTP_PROXY_HOST - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - HTTP_PROXY_PASSWORD - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - HTTP_PROXY_PORT - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - HTTP_PROXY_USERNAME - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - HTTP_TIMEOUT - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 
I
- identity - Variable in class org.apache.subversion.javahl.callback.AuthnCallback.AuthnResult
 - IGNORE - Static variable in class org.apache.subversion.javahl.types.Property
 - 
list of filenames with wildcards which should be ignored by add and status
 - IGNORE - Static variable in class org.tigris.subversion.javahl.PropertyData
 - 
list of filenames with wildcards which should be ignored by add and status
 - ignored - org.apache.subversion.javahl.types.Status.Kind
 - 
a resource marked as ignored
 - ignored - Static variable in interface org.tigris.subversion.javahl.StatusKind
 - 
a resource marked as ignored
 - ignoreEolStyle - Variable in class org.apache.subversion.javahl.SVNUtil.DiffOptions
 - IgnoreEOLStyle - org.apache.subversion.javahl.types.DiffOptions.Flag
 - 
Ignore changes in EOL style
 - ignoreSpace - Variable in class org.apache.subversion.javahl.SVNUtil.DiffOptions
 - IgnoreSpaceChange - org.apache.subversion.javahl.types.DiffOptions.Flag
 - 
Ignore changes in amount of white space
 - IgnoreWhitespace - org.apache.subversion.javahl.types.DiffOptions.Flag
 - 
Ignore all white space
 - illegalTarget - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - immediates - org.apache.subversion.javahl.types.Depth
 - 
D + immediate children (D and its entries).
 - immediates - Static variable in class org.tigris.subversion.javahl.Depth
 - 
D + immediate children (D and its entries).
 - ImportFilterCallback - Interface in org.apache.subversion.javahl.callback
 - 
This interface is used to filter imported nodes in the {@link ISVNClient#import} call.
 - inapplicable - org.apache.subversion.javahl.ClientNotifyInformation.LockStatus
 - 
does not make sense for this operation
 - inapplicable - org.apache.subversion.javahl.ClientNotifyInformation.Status
 - 
It not applicable
 - inapplicable - Static variable in interface org.tigris.subversion.javahl.LockStatus
 - 
does not make sense for this operation
 - inapplicable - Static variable in interface org.tigris.subversion.javahl.NotifyStatus
 - 
It not applicable
 - incomplete - org.apache.subversion.javahl.types.Status.Kind
 - 
a directory doesn't contain a complete entries list
 - incomplete - Static variable in interface org.tigris.subversion.javahl.StatusKind
 - 
a directory doesn't contain a complete entries list
 - incompleteData - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - incorrectParams - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - infinity - org.apache.subversion.javahl.types.Depth
 - 
D + all descendants (full recursion from D).
 - infinity - Static variable in class org.tigris.subversion.javahl.Depth
 - 
D + all descendants (full recursion from D).
 - infinityOrEmpty(boolean) - Static method in enum org.apache.subversion.javahl.types.Depth
 - infinityOrEmpty(boolean) - Static method in class org.tigris.subversion.javahl.Depth
 - infinityOrFiles(boolean) - Static method in enum org.apache.subversion.javahl.types.Depth
 - infinityOrFiles(boolean) - Static method in class org.tigris.subversion.javahl.Depth
 - infinityOrImmediates(boolean) - Static method in enum org.apache.subversion.javahl.types.Depth
 - infinityOrImmediates(boolean) - Static method in class org.tigris.subversion.javahl.Depth
 - info(String) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - info(String) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#info2(String, Revision, Revision, int, InfoCallback)instead. - info(String) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#info2(String, Revision, Revision, int, InfoCallback)instead. - info(String, Revision, Revision, Depth, boolean, boolean, boolean, Collection<String>, InfoCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Invoke
callbackto return informationpathOrUrlinrevision. - info(String, Revision, Revision, Depth, boolean, boolean, boolean, Collection<String>, InfoCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - Info - Class in org.apache.subversion.javahl.types
 - 
this class is returned by
ISVNClient.info2(java.lang.String, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Depth, java.util.Collection<java.lang.String>, org.apache.subversion.javahl.callback.InfoCallback)and contains information about items in the repository or working copy - Info - Class in org.tigris.subversion.javahl
 - 
Give information about one subversion item (file or directory) in the working copy
 - Info(String, String, String, long, NodeKind, String, String, long, long, String, Lock, boolean, Info.ScheduleKind, String, long, long, Checksum, String, long, long, Depth, Set<ConflictDescriptor>) - Constructor for class org.apache.subversion.javahl.types.Info
 - 
constructor to build the object by native code.
 - Info(Info) - Constructor for class org.tigris.subversion.javahl.Info
 - 
A backward-compat constructor
 - info_external - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Running info on an external module.
 - Info.ScheduleKind - Enum in org.apache.subversion.javahl.types
 - info2(String, Revision, Revision, Depth, Collection<String>, InfoCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Retrieve information about repository or working copy items.
 - info2(String, Revision, Revision, Depth, Collection<String>, InfoCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - info2(String, Revision, Revision, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - info2(String, Revision, Revision, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#info2(String, Revision, Revision, int, InfoCallback)instead. - info2(String, Revision, Revision, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#info2(String, Revision, Revision, int, InfoCallback)instead. - info2(String, Revision, Revision, int, String[], InfoCallback) - Method in class org.tigris.subversion.javahl.SVNClient
 - info2(String, Revision, Revision, int, String[], InfoCallback) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Retrieve information about repository or working copy items.
 - info2(String, Revision, Revision, int, String[], InfoCallback) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - Info2 - Class in org.tigris.subversion.javahl
 - 
this class is returned by SVNClientInterface.info2 and contains information about items in the repository or working copy
 - Info2(Info) - Constructor for class org.tigris.subversion.javahl.Info2
 - 
A backward-compat constructor.
 - InfoCallback - Interface in org.apache.subversion.javahl.callback
 - 
This interface is used to retrieve info each result in a
ISVNClient.info2(java.lang.String, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Depth, java.util.Collection<java.lang.String>, org.apache.subversion.javahl.callback.InfoCallback)call. - InfoCallback - Interface in org.tigris.subversion.javahl
 - 
This interface is used to retrieve info each result in a SVNClientInterface.info2 call.
 - INHERITABLE_AUTO_PROPS - Static variable in class org.apache.subversion.javahl.types.Property
 - 
server-side inherited configuration for auto-props
 - INHERITABLE_IGNORES - Static variable in class org.apache.subversion.javahl.types.Property
 - 
server-side inherited configuration for global ignore patterns
 - inherited - org.apache.subversion.javahl.types.Mergeinfo.Inheritance
 - 
Explicit mergeinfo, or if that doesn't exist, the inherited mergeinfo from a target's nearest (path-wise, not history-wise) ancestor.
 - inherited_props - org.apache.subversion.javahl.ISVNRemote.Capability
 - 
The capability to get inherited properties.
 - InheritedItem(String, Map<String, byte[]>) - Constructor for class org.apache.subversion.javahl.callback.InheritedProplistCallback.InheritedItem
 - InheritedProplistCallback - Interface in org.apache.subversion.javahl.callback
 - 
This interface is used to return regular and inherited property lists for each path in a
ISVNClient.properties(java.lang.String, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Depth, java.util.Collection<java.lang.String>, org.apache.subversion.javahl.callback.ProplistCallback)call. - InheritedProplistCallback.InheritedItem - Class in org.apache.subversion.javahl.callback
 - 
Describes properties inherited from one parent.
 - InputInterface - Interface in org.tigris.subversion.javahl
 - 
Interface for data to be received from subversion used for SVNAdmin.load and SVNAdmin.dump
 - INTERACTIVE_CONFLICTS - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - invalidDiffOption - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - invoke() - Method in interface org.apache.subversion.javahl.callback.ReposFreezeAction
 - 
The method will be called with frozen repositories
 - ioCorruptEol - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - ioInconsistentEol - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - ioPipeFrameError - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - ioPipeReadError - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - ioUniqueNamesExhausted - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - ioUnknownEol - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - ioWriteError - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - isAbsent() - Method in class org.tigris.subversion.javahl.Info
 - 
Retrieve if the item is absent
 - isAdded() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns if the resource just has been added
 - isAdded() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns if the resource just has been added
 - isAdminDirectory(String) - Method in interface org.apache.subversion.javahl.ISVNClient
 - isAdminDirectory(String) - Method in class org.apache.subversion.javahl.SVNClient
 - isAdminDirectory(String) - Method in class org.tigris.subversion.javahl.SVNClient
 - isAdminDirectory(String) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - isAdminDirectory(String) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - isAtLeast(int, int, int) - Method in class org.apache.subversion.javahl.types.Version
 - isAtLeast(int, int, int) - Method in class org.tigris.subversion.javahl.Version
 - isBinary() - Method in class org.apache.subversion.javahl.ConflictDescriptor
 - isBinary() - Method in class org.tigris.subversion.javahl.ConflictDescriptor
 - isConflicted() - Method in class org.apache.subversion.javahl.types.Status
 - isCopied() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns if the item has been copied
 - isCopied() - Method in class org.tigris.subversion.javahl.Info
 - 
Retrieve if the item was copied
 - isCopied() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns if the item has been copied
 - IsCopy - Static variable in interface org.apache.subversion.javahl.CommitItemStateFlags
 - 
the item has been copied
 - IsCopy - Static variable in interface org.tigris.subversion.javahl.CommitItemStateFlags
 - 
the item has been copied
 - isDeleted() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns if the resource is schedules for delete
 - isDeleted() - Method in class org.tigris.subversion.javahl.Info
 - 
Retrieve if the item was deleted
 - isDeleted() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns if the resource is schedules for delete
 - isFileExternal() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns if the item is a file external
 - isFileExternal() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns if the item is a file external
 - isGeneric() - Method in class org.apache.subversion.javahl.ClientException.ErrorMessage
 - isHasWcInfo() - Method in class org.apache.subversion.javahl.types.Info
 - 
return the flag if the working copy fields are set
 - isHasWcInfo() - Method in class org.tigris.subversion.javahl.Info2
 - 
return the flag if the working copy fields are set
 - isIgnored() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns if the resource is ignored by svn (only returned if noIgnore is set on SVNClient.list)
 - isIgnored() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns if the resource is ignored by svn (only returned if noIgnore is set on SVNClient.list)
 - isIncomplete() - Method in class org.tigris.subversion.javahl.Info
 - 
Retrieve if the item is incomplete
 - isInheritable() - Method in class org.apache.subversion.javahl.types.RevisionRange
 - isLocked() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns if the item is locked (running or aborted subversion operation)
 - isLocked() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns if the item is locked (running or aborted subversion operation)
 - isManaged() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns if is managed by svn (added, normal, modified ...)
 - isManaged() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns if is managed by svn (added, normal, modified ...)
 - isMerged() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns if the resource has been merged
 - isMerged() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns if the resource has been merged
 - isModified() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns if the resource itself is modified
 - isModified() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns if the resource itself is modified
 - isNativeCredentialsStoreEnabled() - Static method in class org.apache.subversion.javahl.SVNUtil
 - 
Find out if the standard credentials store is enabled.
 - isNativeCredentialsStoreEnabled() - Method in class org.apache.subversion.javahl.util.ConfigLib
 - isResultOfMerge() - Method in class org.apache.subversion.javahl.ISVNRemote.FileRevision
 - isSwitched() - Method in class org.apache.subversion.javahl.types.Status
 - 
Returns if the repository url has been switched
 - isSwitched() - Method in class org.tigris.subversion.javahl.Status
 - 
Returns if the repository url has been switched
 - isURL(String) - Static method in class org.tigris.subversion.javahl.Path
 - 
Whether a URL is valid.
 - isValid(String) - Static method in class org.tigris.subversion.javahl.Path
 - 
A valid path is a UTF-8 string without any control characters.
 - ISVNClient - Interface in org.apache.subversion.javahl
 - 
This interface is the commom interface for all subversion operations.
 - ISVNConfig - Interface in org.apache.subversion.javahl
 - 
Interface for manipulating the in-memory configuration info.
 - ISVNConfig.Category - Interface in org.apache.subversion.javahl
 - 
Interface for reading and modifying configuration categories.
 - ISVNConfig.Enumerator - Interface in org.apache.subversion.javahl
 - 
Interface for
ISVNConfig.Category.enumerate(java.lang.String, org.apache.subversion.javahl.ISVNConfig.Enumerator)callback handlers. - ISVNEditor - Interface in org.apache.subversion.javahl
 - 
Commit/update/status editor interface.
 - ISVNEditor.GetNodeKindCallback - Interface in org.apache.subversion.javahl
 - 
Callback interface for providing the kind of the node that was the source of a copy.
 - ISVNEditor.ProvideBaseCallback - Interface in org.apache.subversion.javahl
 - 
Callback interface for providing the base contents of a file that is being modified.
 - ISVNEditor.ProvideBaseCallback.ReturnValue - Class in org.apache.subversion.javahl
 - ISVNEditor.ProvidePropsCallback - Interface in org.apache.subversion.javahl
 - 
Callback interface for providing the base properties of a file or directory that is being modified.
 - ISVNEditor.ProvidePropsCallback.ReturnValue - Class in org.apache.subversion.javahl
 - ISVNRemote - Interface in org.apache.subversion.javahl
 - 
Encapsulates an RA session object and related operations.
 - ISVNRemote.Capability - Enum in org.apache.subversion.javahl
 - 
Enumeration of known capabilities of the repository and server.
 - ISVNRemote.FileRevision - Class in org.apache.subversion.javahl
 - ISVNRemote.LocationSegment - Class in org.apache.subversion.javahl
 - ISVNReporter - Interface in org.apache.subversion.javahl
 - 
The update Reporter.
 - ISVNRepos - Interface in org.apache.subversion.javahl
 - ISVNRepos.MessageReceiver - Interface in org.apache.subversion.javahl
 - 
interface to receive the messages
 - iterBreak - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 
J
- JNIError - Error in org.apache.subversion.javahl
 - 
This error is thrown by error in the native library.
 - JNIObject - Class in org.apache.subversion.javahl
 - 
This class is used internally by the JavaHL implementation and not considered part part of the public API.
 - JNIObject(long) - Constructor for class org.apache.subversion.javahl.JNIObject
 
K
- KEYWORDS - Static variable in class org.apache.subversion.javahl.types.Property
 - 
list of keywords to be expanded during retrieval
 - KEYWORDS - Static variable in class org.tigris.subversion.javahl.PropertyData
 - 
list of keywords to be expanded during retrieval
 - Kind() - Constructor for class org.tigris.subversion.javahl.ConflictDescriptor.Kind
 - Kind() - Constructor for class org.tigris.subversion.javahl.Revision.Kind
 - Kind() - Constructor for class org.tigris.subversion.javahl.Status.Kind
 - KWALLET_SVN_APPLICATION_NAME_WITH_PID - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - KWALLET_WALLET - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 
L
- last - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - lastAuthor - Static variable in class org.apache.subversion.javahl.types.DirEntry.Fields
 - 
An indication that you are interested in the lastAuthor field
 - lastAuthor - Static variable in class org.tigris.subversion.javahl.DirEntry.Fields
 - 
An indication that you are interested in the lastAuthor field
 - lastChanged - Static variable in class org.apache.subversion.javahl.types.DirEntry.Fields
 - 
An indication that you are interested in the lastChanged field
 - lastChanged - Static variable in class org.tigris.subversion.javahl.DirEntry.Fields
 - 
An indication that you are interested in the lastChanged field
 - lastChangeRevision - Static variable in class org.apache.subversion.javahl.types.DirEntry.Fields
 - 
An indication that you are interested in the lastChangedRevision field
 - lastChangeRevision - Static variable in class org.tigris.subversion.javahl.DirEntry.Fields
 - 
An indication that you are interested in the lastChangedRevision field
 - latest - org.apache.subversion.javahl.SVNUtil.ConflictDisplayStyle
 - 
Just display latest, with no markers.
 - left_local_modifications - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Operation left local modifications.
 - linkPath(String, String, long, Depth, boolean, String) - Method in interface org.apache.subversion.javahl.ISVNReporter
 - 
Like
setPath(), but differs in thatpathin the working copy (relative to the root of the report driver) isn't a reflection ofpathin the repository (relative to the URL specified when opening the remote session), but is instead a reflection of a different repositoryurlatrevision, and has depthdepth. - linkPath(String, String, long, Depth, boolean, String) - Method in class org.apache.subversion.javahl.remote.StateReporter
 - list(String, Revision, Revision, List<String>, Depth, int, boolean, boolean, ListItemCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Lists the directory entries of a url on the server.
 - list(String, Revision, Revision, List<String>, Depth, int, boolean, boolean, ListItemCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - list(String, Revision, Revision, Depth, int, boolean, ListCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Deprecated.
 - list(String, Revision, Revision, Depth, int, boolean, ListCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - 
Deprecated.
 - list(String, Revision, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - list(String, Revision, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.
 - list(String, Revision, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.
 - list(String, Revision, Revision, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - list(String, Revision, Revision, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.
 - list(String, Revision, Revision, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.
 - list(String, Revision, Revision, int, int, boolean, ListCallback) - Method in class org.tigris.subversion.javahl.SVNClient
 - list(String, Revision, Revision, int, int, boolean, ListCallback) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Lists the directory entries of a url on the server.
 - list(String, Revision, Revision, int, int, boolean, ListCallback) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - ListCallback - Interface in org.apache.subversion.javahl.callback
 - 
This interface is used to receive every single line for a file on a the
ISVNClient.list(java.lang.String, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Revision, java.util.List<java.lang.String>, org.apache.subversion.javahl.types.Depth, int, boolean, boolean, org.apache.subversion.javahl.callback.ListItemCallback)call. - ListCallback - Interface in org.tigris.subversion.javahl
 - 
This interface is used to receive every single line for a file on a the SVNClientInterface.blame call.
 - listDBLogs(File, ISVNRepos.MessageReceiver) - Method in interface org.apache.subversion.javahl.ISVNRepos
 - 
list all logfiles (BDB) in use or not)
 - listDBLogs(File, ISVNRepos.MessageReceiver) - Method in class org.apache.subversion.javahl.SVNRepos
 - 
list all logfiles (BDB) in use or not)
 - listDBLogs(String, SVNAdmin.MessageReceiver) - Method in class org.tigris.subversion.javahl.SVNAdmin
 - 
list all logfiles (BDB) in use or not)
 - ListItemCallback - Interface in org.apache.subversion.javahl.callback
 - 
This interface is used to receive every directory entry returned from the
ISVNClient.list(java.lang.String, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Revision, java.util.List<java.lang.String>, org.apache.subversion.javahl.types.Depth, int, boolean, boolean, org.apache.subversion.javahl.callback.ListItemCallback)call. - listUnusedDBLogs(File, ISVNRepos.MessageReceiver) - Method in interface org.apache.subversion.javahl.ISVNRepos
 - 
list unused logfiles
 - listUnusedDBLogs(File, ISVNRepos.MessageReceiver) - Method in class org.apache.subversion.javahl.SVNRepos
 - 
list unused logfiles
 - listUnusedDBLogs(String, SVNAdmin.MessageReceiver) - Method in class org.tigris.subversion.javahl.SVNAdmin
 - 
list unused logfiles
 - load(File, InputStream, boolean, boolean, boolean, boolean, String, ReposNotifyCallback) - Method in interface org.apache.subversion.javahl.ISVNRepos
 - 
load the data of a dump into a repository
 - load(File, InputStream, boolean, boolean, boolean, boolean, String, ReposNotifyCallback) - Method in class org.apache.subversion.javahl.SVNRepos
 - load(File, InputStream, Revision, Revision, boolean, boolean, boolean, boolean, boolean, boolean, boolean, String, ReposNotifyCallback) - Method in interface org.apache.subversion.javahl.ISVNRepos
 - 
load the data of a dump into a repository
 - load(File, InputStream, Revision, Revision, boolean, boolean, boolean, boolean, boolean, boolean, boolean, String, ReposNotifyCallback) - Method in class org.apache.subversion.javahl.SVNRepos
 - load(File, InputStream, Revision, Revision, boolean, boolean, boolean, boolean, boolean, boolean, String, ReposNotifyCallback) - Method in interface org.apache.subversion.javahl.ISVNRepos
 - 
load the data of a dump into a repository
 - load(File, InputStream, Revision, Revision, boolean, boolean, boolean, boolean, boolean, boolean, String, ReposNotifyCallback) - Method in class org.apache.subversion.javahl.SVNRepos
 - load(File, InputStream, Revision, Revision, boolean, boolean, boolean, boolean, String, ReposNotifyCallback) - Method in interface org.apache.subversion.javahl.ISVNRepos
 - 
Load the data of a dump into a repository.
 - load(File, InputStream, Revision, Revision, boolean, boolean, boolean, boolean, String, ReposNotifyCallback) - Method in class org.apache.subversion.javahl.SVNRepos
 - load(String, InputInterface, OutputInterface, boolean, boolean, boolean, boolean, String) - Method in class org.tigris.subversion.javahl.SVNAdmin
 - 
load the data of a dump into a repository,
 - load(String, InputInterface, OutputInterface, boolean, boolean, String) - Method in class org.tigris.subversion.javahl.SVNAdmin
 - 
load the data of a dump into a repository,
 - load_copied_node - org.apache.subversion.javahl.ReposNotifyInformation.Action
 - 
A copied node has been encountered
 - load_node_done - org.apache.subversion.javahl.ReposNotifyInformation.Action
 - 
A node has finished loading
 - load_node_start - org.apache.subversion.javahl.ReposNotifyInformation.Action
 - 
A node has begun loading
 - load_normalized_mergeinfo - org.apache.subversion.javahl.ReposNotifyInformation.Action
 - 
Mergeinfo has been normalized
 - load_skipped_rev - org.apache.subversion.javahl.ReposNotifyInformation.Action
 - 
A revision was skipped during loading.
 - load_txn_committed - org.apache.subversion.javahl.ReposNotifyInformation.Action
 - 
A revision has finished loading
 - load_txn_start - org.apache.subversion.javahl.ReposNotifyInformation.Action
 - 
A revision has begun loading
 - loadFromMergeinfoProperty(String) - Method in class org.apache.subversion.javahl.types.Mergeinfo
 - 
Parse the
svn:mergeinfoproperty to populate the merge source URLs and revision ranges of this instance. - loadFromMergeinfoProperty(String) - Method in class org.tigris.subversion.javahl.Mergeinfo
 - 
Parse the
svn:mergeinfoproperty to populate the merge source URLs and revision ranges of this instance. - loadNativeLibrary() - Static method in class org.apache.subversion.javahl.NativeResources
 - 
Load the required native library whose path is specified by the system property
subversion.native.library(which can be passed to the JVM on start-up using an argument like-Dsubversion.native.library=/usr/local/lib/libsvnjavahl-1.so). - lock(String[], String, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - lock(String[], String, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Lock a working copy item
 - lock(String[], String, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - lock(Set<String>, String, boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Lock a working copy item
 - lock(Set<String>, String, boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - Lock - Class in org.apache.subversion.javahl.types
 - 
Class to describe a lock.
 - Lock - Class in org.tigris.subversion.javahl
 - 
Class to describe a lock.
 - Lock(String, String, String, String, long, long) - Constructor for class org.apache.subversion.javahl.types.Lock
 - 
this constructor should only called from JNI code
 - locked - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Locking a path
 - locked - org.apache.subversion.javahl.ClientNotifyInformation.LockStatus
 - 
the item was locked
 - locked - Static variable in interface org.tigris.subversion.javahl.LockStatus
 - 
the item was locked
 - locked - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - LockStatus - Interface in org.tigris.subversion.javahl
 - LockToken - Static variable in interface org.apache.subversion.javahl.CommitItemStateFlags
 - 
the item has a lock token
 - LOG_ENCODING - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - log_revprops - org.apache.subversion.javahl.ISVNRemote.Capability
 - 
The capability of retrieving arbitrary revprops in #getLog().
 - LogDate - Class in org.apache.subversion.javahl.types
 - 
Holds date for a log message.
 - LogDate - Class in org.tigris.subversion.javahl
 - 
Holds date for a log message.
 - LogDate(String) - Constructor for class org.apache.subversion.javahl.types.LogDate
 - LogDate(String) - Constructor for class org.tigris.subversion.javahl.LogDate
 - LogLevel() - Constructor for class org.tigris.subversion.javahl.SVNClient.LogLevel
 - LogMessage - Class in org.tigris.subversion.javahl
 - 
This class describes a single subversion revision with log message, author and date.
 - LogMessageCallback - Interface in org.apache.subversion.javahl.callback
 - 
This interface is used to receive every log message for the log messages found by a
ISVNClient.logMessages(java.lang.String, org.apache.subversion.javahl.types.Revision, java.util.List<org.apache.subversion.javahl.types.RevisionRange>, boolean, boolean, boolean, java.util.Set<java.lang.String>, long, org.apache.subversion.javahl.callback.LogMessageCallback)call. - LogMessageCallback - Interface in org.tigris.subversion.javahl
 - 
This interface is used to receive every log message for the log messages found by a SVNClientInterface.logMessages call.
 - logMessages(String, Revision, List<RevisionRange>, boolean, boolean, boolean, Set<String>, boolean, long, LogMessageCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Retrieve the log messages for an item.
 - logMessages(String, Revision, List<RevisionRange>, boolean, boolean, boolean, Set<String>, boolean, long, LogMessageCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - logMessages(String, Revision, List<RevisionRange>, boolean, boolean, boolean, Set<String>, long, LogMessageCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Deprecated.
 - logMessages(String, Revision, List<RevisionRange>, boolean, boolean, boolean, Set<String>, long, LogMessageCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - 
Deprecated.
 - logMessages(String, Revision, Revision) - Method in class org.tigris.subversion.javahl.SVNClient
 - logMessages(String, Revision, Revision) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - logMessages(String, Revision, Revision) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - logMessages(String, Revision, Revision, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - logMessages(String, Revision, Revision, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - logMessages(String, Revision, Revision, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - logMessages(String, Revision, Revision, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - logMessages(String, Revision, Revision, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - logMessages(String, Revision, Revision, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - logMessages(String, Revision, Revision, boolean, boolean, long) - Method in class org.tigris.subversion.javahl.SVNClient
 - logMessages(String, Revision, Revision, boolean, boolean, long) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - logMessages(String, Revision, Revision, boolean, boolean, long) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - logMessages(String, Revision, RevisionRange[], boolean, boolean, boolean, String[], long, LogMessageCallback) - Method in class org.tigris.subversion.javahl.SVNClient
 - logMessages(String, Revision, RevisionRange[], boolean, boolean, boolean, String[], long, LogMessageCallback) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Retrieve the log messages for an item.
 - logMessages(String, Revision, RevisionRange[], boolean, boolean, boolean, String[], long, LogMessageCallback) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - logMessages(String, Revision, Revision, Revision, boolean, boolean, boolean, String[], long, LogMessageCallback) - Method in class org.tigris.subversion.javahl.SVNClient
 - logMessages(String, Revision, Revision, Revision, boolean, boolean, boolean, String[], long, LogMessageCallback) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - logMessages(String, Revision, Revision, Revision, boolean, boolean, boolean, String[], long, LogMessageCallback) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - lslocks(File, Depth) - Method in interface org.apache.subversion.javahl.ISVNRepos
 - 
list all locks in the repository
 - lslocks(File, Depth) - Method in class org.apache.subversion.javahl.SVNRepos
 - 
list all locks in the repository
 - lslocks(String) - Method in class org.tigris.subversion.javahl.SVNAdmin
 - 
list all locks in the repository
 - lstxns(File, ISVNRepos.MessageReceiver) - Method in interface org.apache.subversion.javahl.ISVNRepos
 - 
list all open transactions in a repository
 - lstxns(File, ISVNRepos.MessageReceiver) - Method in class org.apache.subversion.javahl.SVNRepos
 - 
list all open transactions in a repository
 - lstxns(String, SVNAdmin.MessageReceiver) - Method in class org.tigris.subversion.javahl.SVNAdmin
 - 
list all open transactions in a repository
 
M
- malformedFile - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - mark(int) - Method in class org.apache.subversion.javahl.types.NativeInputStream
 - markSupported() - Method in class org.apache.subversion.javahl.types.NativeInputStream
 - MD5 - org.apache.subversion.javahl.types.Checksum.Kind
 - MEMORY_CACHE_SIZE - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - merge - org.apache.subversion.javahl.ConflictDescriptor.Operation
 - merge - Static variable in class org.tigris.subversion.javahl.Operation
 - merge(String, Revision, String, Revision, String, boolean, Depth, boolean, boolean, boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Merge changes from two paths into a new local path.
 - merge(String, Revision, String, Revision, String, boolean, Depth, boolean, boolean, boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - merge(String, Revision, String, Revision, String, boolean, Depth, boolean, boolean, boolean, boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Merge changes from two paths into a new local path.
 - merge(String, Revision, String, Revision, String, boolean, Depth, boolean, boolean, boolean, boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - merge(String, Revision, String, Revision, String, boolean, Depth, boolean, boolean, boolean, boolean, boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Merge changes from two paths into a new local path.
 - merge(String, Revision, String, Revision, String, boolean, Depth, boolean, boolean, boolean, boolean, boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - merge(String, Revision, List<RevisionRange>, String, boolean, Depth, boolean, boolean, boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Merge set of revisions into a new local path.
 - merge(String, Revision, List<RevisionRange>, String, boolean, Depth, boolean, boolean, boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - merge(String, Revision, List<RevisionRange>, String, boolean, Depth, boolean, boolean, boolean, boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Merge set of revisions into a new local path.
 - merge(String, Revision, List<RevisionRange>, String, boolean, Depth, boolean, boolean, boolean, boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - merge(String, Revision, List<RevisionRange>, String, boolean, Depth, boolean, boolean, boolean, boolean, boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Merge set of revisions into a new local path.
 - merge(String, Revision, List<RevisionRange>, String, boolean, Depth, boolean, boolean, boolean, boolean, boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - merge(String, Revision, String, Revision, String, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - merge(String, Revision, String, Revision, String, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - merge(String, Revision, String, Revision, String, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - merge(String, Revision, String, Revision, String, boolean, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - merge(String, Revision, String, Revision, String, boolean, boolean, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - merge(String, Revision, String, Revision, String, boolean, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - merge(String, Revision, String, Revision, String, boolean, int, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - merge(String, Revision, String, Revision, String, boolean, int, boolean, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Merge changes from two paths into a new local path.
 - merge(String, Revision, String, Revision, String, boolean, int, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - merge(String, Revision, RevisionRange[], String, boolean, int, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - merge(String, Revision, RevisionRange[], String, boolean, int, boolean, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Merge set of revisions into a new local path.
 - merge(String, Revision, RevisionRange[], String, boolean, int, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - merge(String, Revision, Revision, Revision, String, boolean, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - merge(String, Revision, Revision, Revision, String, boolean, boolean, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - merge(String, Revision, Revision, Revision, String, boolean, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - merge_begin - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
A merge operation has begun.
 - merge_begin - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - merge_completed - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
The last notification in a merge.
 - merge_completed - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - merge_elide_info - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Mergeinfo was removed due to elision.
 - merge_record_info - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
The mergeinfo on path was updated.
 - merge_record_info_begin - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Mergeinfo describing a merge was recorded.
 - MERGE_TOOL_CMD - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - merged - org.apache.subversion.javahl.ClientNotifyInformation.Status
 - 
Modified state had mods merged in.
 - merged - org.apache.subversion.javahl.types.Mergeinfo.LogKind
 - 
Revisions already merged from merge-source to merge-target.
 - merged - org.apache.subversion.javahl.types.Status.Kind
 - 
local mods received repos mods
 - merged - Static variable in interface org.tigris.subversion.javahl.MergeinfoLogKind
 - 
Revisions already merged from merge-source to merge-target.
 - merged - Static variable in interface org.tigris.subversion.javahl.NotifyStatus
 - 
Modified state had mods merged in.
 - merged - Static variable in interface org.tigris.subversion.javahl.StatusKind
 - 
local mods received repos mods
 - mergeinfo - org.apache.subversion.javahl.ISVNRemote.Capability
 - 
The capability of doing the right thing with merge-tracking information.
 - Mergeinfo - Class in org.apache.subversion.javahl.types
 - 
Merge history for a path.
 - Mergeinfo - Class in org.tigris.subversion.javahl
 - 
Merge history for a path.
 - Mergeinfo() - Constructor for class org.apache.subversion.javahl.types.Mergeinfo
 - Mergeinfo() - Constructor for class org.tigris.subversion.javahl.Mergeinfo
 - Mergeinfo(String) - Constructor for class org.apache.subversion.javahl.types.Mergeinfo
 - 
Create and populate an instance using the contents of the
svn:mergeinfoproperty. - Mergeinfo(String) - Constructor for class org.tigris.subversion.javahl.Mergeinfo
 - 
Create and populate an instance using the contents of the
svn:mergeinfoproperty. - Mergeinfo(Mergeinfo) - Constructor for class org.tigris.subversion.javahl.Mergeinfo
 - 
A constructor for backward compat.
 - Mergeinfo.Inheritance - Enum in org.apache.subversion.javahl.types
 - 
The three ways to request mergeinfo affecting a given path in
ISVNRemote.getMergeinfo(java.lang.Iterable<java.lang.String>, long, org.apache.subversion.javahl.types.Mergeinfo.Inheritance, boolean). - Mergeinfo.LogKind - Enum in org.apache.subversion.javahl.types
 - 
Constants to specify which collection of revisions to report in getMergeinfoLog.
 - MergeinfoLogKind - Interface in org.tigris.subversion.javahl
 - 
Constants to specify which collection of revisions to report in getMergeinfoLog.
 - mergeinfoParseError - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - mergeReintegrate(String, Revision, String, boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Deprecated.Will be removed in a future release
 - mergeReintegrate(String, Revision, String, boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - 
Deprecated.
 - mergeReintegrate(String, Revision, String, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - mergeReintegrate(String, Revision, String, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Perform a reintegration merge of path into localPath.
 - mergeReintegrate(String, Revision, String, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - MIME_TYPE - Static variable in class org.apache.subversion.javahl.types.Property
 - 
mime type of the entry, used to flag binary files
 - MIME_TYPE - Static variable in class org.tigris.subversion.javahl.PropertyData
 - 
mime type of the entry, used to flag binary files
 - MIMETYPES_FILE - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - missing - org.apache.subversion.javahl.ClientNotifyInformation.Status
 - 
The item wasn't present.
 - missing - org.apache.subversion.javahl.ConflictDescriptor.Reason
 - 
Object is unknown or missing.
 - missing - org.apache.subversion.javahl.types.Status.Kind
 - 
under v.c., but is missing
 - missing - Static variable in class org.tigris.subversion.javahl.ConflictDescriptor.Reason
 - 
Object is unknown or missing.
 - missing - Static variable in interface org.tigris.subversion.javahl.NotifyStatus
 - 
The item wasn't present.
 - missing - Static variable in interface org.tigris.subversion.javahl.StatusKind
 - 
under v.c., but is missing
 - mkdir(String[], String) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.Use
SVNClient.mkdir(String[], String, boolean, Map)instead. - mkdir(String[], String) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Creates a directory directly in a repository or creates a directory on disk and schedules it for addition.
 - mkdir(String[], String) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#mkdir(String[], String, boolean)instead. - mkdir(String[], String, boolean, Map) - Method in class org.tigris.subversion.javahl.SVNClient
 - mkdir(String[], String, boolean, Map) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Creates a directory directly in a repository or creates a directory on disk and schedules it for addition.
 - mkdir(String[], String, boolean, Map) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - mkdir(Set<String>, boolean, Map<String, String>, CommitMessageCallback, CommitCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Creates a directory directly in a repository or creates a directory on disk and schedules it for addition.
 - mkdir(Set<String>, boolean, Map<String, String>, CommitMessageCallback, CommitCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - modified - org.apache.subversion.javahl.DiffSummary.DiffKind
 - modified - org.apache.subversion.javahl.SVNUtil.ConflictDisplayStyle
 - 
Just display modified, with no markers.
 - modified - org.apache.subversion.javahl.types.Status.Kind
 - 
text or props have been modified
 - modified - Static variable in interface org.tigris.subversion.javahl.StatusKind
 - 
text or props have been modified
 - MODIFIED - Static variable in class org.tigris.subversion.javahl.DiffSummary.DiffKind
 - modified_latest - org.apache.subversion.javahl.SVNUtil.ConflictDisplayStyle
 - 
Display modified and latest, with conflict markers.
 - modified_original_latest - org.apache.subversion.javahl.SVNUtil.ConflictDisplayStyle
 - 
Display modified, original, and latest, with conflict markers.
 - modifiedDirectory(String, boolean, boolean, RemoteStatus.Entry) - Method in interface org.apache.subversion.javahl.callback.RemoteStatus
 - 
A directory was modified.
 - modifiedFile(String, boolean, boolean, RemoteStatus.Entry) - Method in interface org.apache.subversion.javahl.callback.RemoteStatus
 - 
A file was modified.
 - modifiedSymlink(String, boolean, boolean, RemoteStatus.Entry) - Method in interface org.apache.subversion.javahl.callback.RemoteStatus
 - 
A symbolic link was modified.
 - modify - org.apache.subversion.javahl.types.ChangePath.Action
 - 
Path was modified.
 - move(String[], String, String, boolean, boolean, boolean, Map) - Method in class org.tigris.subversion.javahl.SVNClient
 - move(String[], String, String, boolean, boolean, boolean, Map) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Move or rename versioned paths.
 - move(String[], String, String, boolean, boolean, boolean, Map) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - move(String, long, String, long) - Method in interface org.apache.subversion.javahl.ISVNEditor
 - 
Move the node at
sourceRelativePathtodestinationRelativePath. - move(String, long, String, long) - Method in class org.apache.subversion.javahl.remote.CommitEditor
 - move(String, String, String, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - move(String, String, String, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#move(String[], String, String, boolean, boolean, boolean)instead. - move(String, String, String, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#move(String[], String, String, boolean, boolean, boolean)instead. - move(String, String, String, Revision, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - move(String, String, String, Revision, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#move(String[], String, String, boolean, boolean, boolean)instead. - move(String, String, String, Revision, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#move(String[], String, String, boolean, boolean, boolean)instead. - move(Set<String>, String, boolean, boolean, boolean, boolean, boolean, Map<String, String>, CommitMessageCallback, CommitCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Move or rename versioned paths.
 - move(Set<String>, String, boolean, boolean, boolean, boolean, boolean, Map<String, String>, CommitMessageCallback, CommitCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - move(Set<String>, String, boolean, boolean, boolean, Map<String, String>, CommitMessageCallback, CommitCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Deprecated.Provided for backward compatibility with 1.7. Passes metadataOnly false and allowMixRev true.
 - move(Set<String>, String, boolean, boolean, boolean, Map<String, String>, CommitMessageCallback, CommitCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - 
Deprecated.
 - move_broken - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
A move in the working copy has been broken
 - moved_away - org.apache.subversion.javahl.ConflictDescriptor.Reason
 - 
Object is moved away.
 - moved_here - org.apache.subversion.javahl.ConflictDescriptor.Reason
 - 
Object is moved here.
 - MovedHere - Static variable in interface org.apache.subversion.javahl.CommitItemStateFlags
 - 
the item was moved to this location
 - mutex_acquired - org.apache.subversion.javahl.ReposNotifyInformation.Action
 - 
The operation has acquired a mutex for the repo.
 
N
- NativeInputStream - Class in org.apache.subversion.javahl.types
 - 
Implementation class for
InputStreamobjects returned from JavaHL methods. - NativeOutputStream - Class in org.apache.subversion.javahl.types
 - 
Implementation class for
OutputStreamobjects returned from JavaHL methods. - NativeResources - Class in org.apache.subversion.javahl
 - 
Handles activities related to management of native resouces (e.g.
 - NativeResources() - Constructor for class org.apache.subversion.javahl.NativeResources
 - nearest_ancestor - org.apache.subversion.javahl.types.Mergeinfo.Inheritance
 - 
Mergeinfo inherited from a target's nearest (path-wise, not history-wise) ancestor, regardless of whether target has explicit mergeinfo.
 - NEEDS_LOCK - Static variable in class org.apache.subversion.javahl.types.Property
 - 
flag property if a lock is needed to modify this node
 - NEEDS_LOCK - Static variable in class org.tigris.subversion.javahl.PropertyData
 - NEON_DEBUG_MASK - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - NO_UNLOCK - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - noAuthFilePath - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - nodeKind - Static variable in class org.apache.subversion.javahl.types.DirEntry.Fields
 - 
An indication that you are interested in the nodeKind field
 - nodeKind - Static variable in class org.tigris.subversion.javahl.DirEntry.Fields
 - 
An indication that you are interested in the nodeKind field
 - NodeKind - Class in org.tigris.subversion.javahl
 - 
Poor mans enum for svn_node_kind_t
 - NodeKind - Enum in org.apache.subversion.javahl.types
 - 
Rich man's enum for svn_node_kind_t
 - NodeKind() - Constructor for class org.tigris.subversion.javahl.NodeKind
 - nodeUnexpectedKind - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - nodeUnknownKind - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - NoLog - org.apache.subversion.javahl.SVNClient.ClientLogLevel
 - 
Log nothing
 - NoLog - Static variable in interface org.tigris.subversion.javahl.SVNClientLogLevel
 - 
Log nothing
 - none - org.apache.subversion.javahl.ConflictDescriptor.Operation
 - none - org.apache.subversion.javahl.SVNUtil.DiffOptions.IgnoreSpace
 - 
Do not ignore whitespace
 - none - org.apache.subversion.javahl.types.NodeKind
 - 
absent
 - none - org.apache.subversion.javahl.types.Status.Kind
 - 
does not exist
 - none - Static variable in class org.tigris.subversion.javahl.NodeKind
 - none - Static variable in class org.tigris.subversion.javahl.Operation
 - none - Static variable in interface org.tigris.subversion.javahl.StatusKind
 - 
does not exist
 - normal - org.apache.subversion.javahl.DiffSummary.DiffKind
 - normal - org.apache.subversion.javahl.types.Info.ScheduleKind
 - 
exists, but uninteresting
 - normal - org.apache.subversion.javahl.types.Status.Kind
 - 
exists, but uninteresting
 - normal - Static variable in interface org.tigris.subversion.javahl.ScheduleKind
 - 
exists, but uninteresting
 - normal - Static variable in interface org.tigris.subversion.javahl.StatusKind
 - 
exists, but uninteresting
 - NORMAL - Static variable in class org.tigris.subversion.javahl.DiffSummary.DiffKind
 - notification(Notify) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.Use
SVNClient.notification2(Notify2)instead. - notification(Notify) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
SVNClientInterface.notification2(Notify2)instead. - notification(Notify) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
SVNClientSynchronized.notification2(Notify2)instead. - notification2(ClientNotifyCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Sets the notification callback used to send processing information back to the calling program.
 - notification2(ClientNotifyCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - notification2(Notify2) - Method in class org.tigris.subversion.javahl.SVNClient
 - notification2(Notify2) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Sets the notification callback used to send processing information back to the calling program.
 - notification2(Notify2) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - Notify - Interface in org.tigris.subversion.javahl
 - 
Deprecated.Use Notify2 instead
 - Notify.Action - Class in org.tigris.subversion.javahl
 - 
Deprecated.The type of action occuring.
 - Notify.Status - Class in org.tigris.subversion.javahl
 - 
Deprecated.The type of notification that is occuring.
 - Notify2 - Interface in org.tigris.subversion.javahl
 - 
Subversion notification interface.
 - NotifyAction - Interface in org.tigris.subversion.javahl
 - 
The type of action triggering the notification
 - NotifyInformation - Class in org.tigris.subversion.javahl
 - 
The event passed to the
Notify2.onNotify(NotifyInformation)API to notifySVNClientInterfaceof relevant events. - NotifyInformation(ClientNotifyInformation) - Constructor for class org.tigris.subversion.javahl.NotifyInformation
 - 
A backward-compat callback.
 - NotifyStatus - Interface in org.tigris.subversion.javahl
 - 
Status of the text or the property of the item triggering the notification.
 - notYetValid() - Method in class org.apache.subversion.javahl.callback.AuthnCallback.SSLServerCertFailures
 - 
The certificate is not yet valid.
 - number - org.apache.subversion.javahl.types.Revision.Kind
 - 
revision given as number
 - number - Static variable in interface org.tigris.subversion.javahl.RevisionKind
 - 
revision given as number
 - Number(long) - Constructor for class org.apache.subversion.javahl.types.Revision.Number
 - 
create a revision by number object
 - Number(long) - Constructor for class org.tigris.subversion.javahl.Revision.Number
 - 
create a revision by number object
 - numberOfLines() - Method in class org.tigris.subversion.javahl.BlameCallbackImpl
 - 
Retrieve the number of line of blame information
 
O
- obstructed - org.apache.subversion.javahl.ClientNotifyInformation.Status
 - 
An unversioned item obstructed work.
 - obstructed - org.apache.subversion.javahl.ConflictDescriptor.Reason
 - 
Another object is in the way.
 - obstructed - org.apache.subversion.javahl.types.Status.Kind
 - 
an unversioned resource is in the way of the versioned resource
 - obstructed - Static variable in class org.tigris.subversion.javahl.ConflictDescriptor.Reason
 - 
Another object is in the way.
 - obstructed - Static variable in interface org.tigris.subversion.javahl.NotifyStatus
 - 
An unversioned item obstructed work.
 - obstructed - Static variable in interface org.tigris.subversion.javahl.StatusKind
 - 
an unversioned resource is in the way of the versioned resource
 - onLoad(ISVNConfig) - Method in interface org.apache.subversion.javahl.callback.ConfigEvent
 - 
Called by the native configuration loader every time the configuration is parsed into memory.
 - only_conflicts - org.apache.subversion.javahl.SVNUtil.ConflictDisplayStyle
 - 
Like
modified_original_latest, but only showing conflicts. - onNotify(String, int, int, String, int, int, long) - Method in interface org.tigris.subversion.javahl.Notify
 - 
Deprecated.Handler for Subversion notifications.
 - onNotify(ClientNotifyInformation) - Method in interface org.apache.subversion.javahl.callback.ClientNotifyCallback
 - 
Handler for Subversion notifications.
 - onNotify(ReposNotifyInformation) - Method in interface org.apache.subversion.javahl.callback.ReposNotifyCallback
 - 
Handler for Subversion notifications.
 - onNotify(NotifyInformation) - Method in interface org.tigris.subversion.javahl.Notify2
 - 
Handler for Subversion notifications.
 - onProgress(ProgressEvent) - Method in interface org.apache.subversion.javahl.callback.ProgressCallback
 - 
Implement this API to receive progress events for Subversion operations.
 - onProgress(ProgressEvent) - Method in class org.apache.subversion.javahl.OperationContext
 - onProgress(ProgressEvent) - Method in interface org.tigris.subversion.javahl.ProgressListener
 - 
Implement this API to receive progress events for Subversion operations.
 - onSummary(DiffSummary) - Method in interface org.apache.subversion.javahl.callback.DiffSummaryCallback
 - 
Implement this interface to receive diff summaries from the
ISVNClient.diffSummarize(java.lang.String, org.apache.subversion.javahl.types.Revision, java.lang.String, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Depth, java.util.Collection<java.lang.String>, boolean, org.apache.subversion.javahl.callback.DiffSummaryCallback)API. - onSummary(DiffSummary) - Method in interface org.tigris.subversion.javahl.DiffSummaryReceiver
 - 
Implement this interface to receive diff summaries from the
SVNClientInterface.diffSummarize(java.lang.String, org.tigris.subversion.javahl.Revision, java.lang.String, org.tigris.subversion.javahl.Revision, int, java.lang.String[], boolean, org.tigris.subversion.javahl.DiffSummaryReceiver)API. - onVerifyError(long, ClientException) - Method in interface org.apache.subversion.javahl.callback.ReposVerifyCallback
 - 
This callback method is invoked every time
ISVNRepos#verifyencounters an error. - openRemoteSession(String) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Open a persistent session to a repository.
 - openRemoteSession(String) - Method in class org.apache.subversion.javahl.remote.RemoteFactory
 - 
Open a persistent session to a repository.
 - openRemoteSession(String) - Method in class org.apache.subversion.javahl.SVNClient
 - openRemoteSession(String, int) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Open a persistent session to a repository.
 - openRemoteSession(String, int) - Method in class org.apache.subversion.javahl.remote.RemoteFactory
 - 
Open a persistent session to a repository.
 - openRemoteSession(String, int) - Method in class org.apache.subversion.javahl.SVNClient
 - openRemoteSession(String, String) - Method in class org.apache.subversion.javahl.remote.RemoteFactory
 - 
Open a persistent session to a repository.
 - openRemoteSession(String, String, int) - Method in class org.apache.subversion.javahl.remote.RemoteFactory
 - 
Open a persistent session to a repository.
 - openTunnel(ReadableByteChannel, WritableByteChannel, String, String, String, int) - Method in interface org.apache.subversion.javahl.callback.TunnelAgent
 - 
This callback method is called when a tunnel needs to be created and the request and response streams attached to it.
 - Operation - Class in org.tigris.subversion.javahl
 - 
Poor mans enum for svn_wc_operation_t
 - Operation() - Constructor for class org.tigris.subversion.javahl.Operation
 - OperationContext - Class in org.apache.subversion.javahl
 - 
A private class to hold the contextual information required to persist in this object, such as notification handlers.
 - OperationContext() - Constructor for class org.apache.subversion.javahl.OperationContext
 - option(String, String) - Method in interface org.apache.subversion.javahl.ISVNConfig.Enumerator
 - org.apache.subversion.javahl - package org.apache.subversion.javahl
 - org.apache.subversion.javahl.callback - package org.apache.subversion.javahl.callback
 - org.apache.subversion.javahl.remote - package org.apache.subversion.javahl.remote
 - org.apache.subversion.javahl.types - package org.apache.subversion.javahl.types
 - org.apache.subversion.javahl.util - package org.apache.subversion.javahl.util
 - org.tigris.subversion.javahl - package org.tigris.subversion.javahl
 - 
Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion.
 - other() - Method in class org.apache.subversion.javahl.callback.AuthnCallback.SSLServerCertFailures
 - 
Other failure.
 - OutputInterface - Interface in org.tigris.subversion.javahl
 - 
Interface to send data to subversion used by SVNAdmin.load.
 
P
- pack(File, ReposNotifyCallback) - Method in interface org.apache.subversion.javahl.ISVNRepos
 - 
pack the repository
 - pack(File, ReposNotifyCallback) - Method in class org.apache.subversion.javahl.SVNRepos
 - pack_revprops - org.apache.subversion.javahl.ReposNotifyInformation.Action
 - 
A revprop shard got packed.
 - pack_shard_end - org.apache.subversion.javahl.ReposNotifyInformation.Action
 - 
packing of an FSFS shard is completed
 - pack_shard_end_revprop - org.apache.subversion.javahl.ReposNotifyInformation.Action
 - 
packing of the shard revprops has completed
 - pack_shard_start - org.apache.subversion.javahl.ReposNotifyInformation.Action
 - 
packing of an FSFS shard has commenced
 - pack_shard_start_revprop - org.apache.subversion.javahl.ReposNotifyInformation.Action
 - 
packing of the shard revprops has commenced
 - parseExternals(byte[], String, boolean) - Static method in class org.apache.subversion.javahl.SVNUtil
 - 
Parse
description, assuming it is an externals specification in the format required for thesvn:externalsproperty, and return a list of parsed external items. - parseExternals(byte[], String, boolean) - Method in class org.apache.subversion.javahl.util.PropLib
 - partial_replay - org.apache.subversion.javahl.ISVNRemote.Capability
 - 
The capability of replaying a directory in the repository (partial replay).
 - password(String) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Sets the password used for authentication.
 - password(String) - Method in class org.apache.subversion.javahl.SVNClient
 - password(String) - Method in class org.tigris.subversion.javahl.SVNClient
 - password(String) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Sets the password used for authentication.
 - password(String) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - PASSWORD_STORES - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - patch - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
A file in the working copy was patched.
 - patch(String, String, boolean, int, boolean, boolean, boolean, PatchCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Apply a unidiff patch.
 - patch(String, String, boolean, int, boolean, boolean, boolean, PatchCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - patch_applied_hunk - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
A hunk from a patch was applied.
 - patch_hunk_already_applied - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
A hunk from a patch was found to be already applied.
 - patch_rejected_hunk - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
A hunk from a patch was rejected.
 - PatchCallback - Interface in org.apache.subversion.javahl.callback
 - 
This interface is invoked before each patch in a
ISVNClient.patch(java.lang.String, java.lang.String, boolean, int, boolean, boolean, boolean, org.apache.subversion.javahl.callback.PatchCallback)call. - Path - Class in org.tigris.subversion.javahl
 - 
Subversion path validation and manipulation.
 - Path() - Constructor for class org.tigris.subversion.javahl.Path
 - path_nonexistent - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
The operation was attempted on a path which doesn't exist.
 - path_or_url - Variable in class org.apache.subversion.javahl.callback.InheritedProplistCallback.InheritedItem
 - 
The path or URL of the owner of the inherited property.
 - pluginLoadFailure - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - postpone - org.apache.subversion.javahl.ConflictResult.Choice
 - 
Nothing done to resolve the conflict; conflict remains.
 - postpone - Static variable in class org.tigris.subversion.javahl.ConflictResult
 - 
Nothing done to resolve the conflict; conflict remains.
 - PRESERVED_CF_EXTS - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - previous - org.apache.subversion.javahl.types.Revision.Kind
 - 
(rev of most recent change) - 1
 - previous - Static variable in interface org.tigris.subversion.javahl.RevisionKind
 - 
(rev of most recent change) - 1
 - PREVIOUS - Static variable in class org.apache.subversion.javahl.types.Revision
 - 
previous committed revision, needs working copy
 - PREVIOUS - Static variable in class org.tigris.subversion.javahl.Revision
 - 
previous committed revision, needs working copy
 - ProgressCallback - Interface in org.apache.subversion.javahl.callback
 - 
Subversion progress event interface.
 - ProgressEvent - Class in org.apache.subversion.javahl
 - 
The event passed to the
ProgressCallback.onProgress(org.apache.subversion.javahl.ProgressEvent)API to informISVNClientof command progress (in terms of bytes). - ProgressEvent - Class in org.tigris.subversion.javahl
 - 
The event passed to the
ProgressListener.onProgress(ProgressEvent)API to informSVNClientInterfaceof command progress (in terms of bytes). - ProgressEvent(long, long) - Constructor for class org.apache.subversion.javahl.ProgressEvent
 - 
This constructor is to be used by the native code.
 - ProgressEvent(ProgressEvent) - Constructor for class org.tigris.subversion.javahl.ProgressEvent
 - 
A backward-compat constructor.
 - ProgressListener - Interface in org.tigris.subversion.javahl
 - 
Subversion progress event interface.
 - prompt(String, String) - Method in interface org.apache.subversion.javahl.callback.UserPasswordCallback
 - 
Deprecated.Ask the user for username and password The entered username/password is retrieved by the getUsername getPasswort methods.
 - prompt(String, String) - Method in interface org.tigris.subversion.javahl.PromptUserPassword
 - 
Ask the user for username and password The entered username/password is retrieved by the getUsername getPasswort methods.
 - prompt(String, String, boolean) - Method in interface org.apache.subversion.javahl.callback.UserPasswordCallback
 - 
Deprecated.Request a user name and password from the user, and (usually) store the auth credential caching preference specified by
maySave(used byUserPasswordCallback.userAllowedSave()). - prompt(String, String, boolean) - Method in interface org.tigris.subversion.javahl.PromptUserPassword3
 - 
Request a user name and password from the user, and (usually) store the auth credential caching preference specified by
maySave(used byPromptUserPassword3.userAllowedSave()). - PromptUserPassword - Interface in org.tigris.subversion.javahl
 - 
The original interface for receiving callbacks for authentication.
 - PromptUserPassword2 - Interface in org.tigris.subversion.javahl
 - 
Partial interface for receiving callbacks for authentication.
 - PromptUserPassword3 - Interface in org.tigris.subversion.javahl
 - 
The interface for requesting authentication credentials from the user.
 - properties - Variable in class org.apache.subversion.javahl.callback.InheritedProplistCallback.InheritedItem
 - 
the inherited properties
 - properties(String) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - properties(String) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#properties(String, Revision, Revision, int, ProplistCallback)instead. - properties(String) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#properties(String, Revision, Revision, int, ProplistCallback)instead. - properties(String, Revision, Revision, Depth, Collection<String>, InheritedProplistCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Retrieves the properties of an item, including inherited properties.
 - properties(String, Revision, Revision, Depth, Collection<String>, InheritedProplistCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - properties(String, Revision, Revision, Depth, Collection<String>, ProplistCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Retrieves the properties of an item
 - properties(String, Revision, Revision, Depth, Collection<String>, ProplistCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - properties(String, Revision) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - properties(String, Revision) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#properties(String, Revision, Revision, int, ProplistCallback)instead. - properties(String, Revision) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#properties(String, Revision, Revision, int, ProplistCallback)instead. - properties(String, Revision, Revision) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - properties(String, Revision, Revision) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#properties(String, Revision, Revision, int, ProplistCallback)instead. - properties(String, Revision, Revision) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#properties(String, Revision, Revision, int, ProplistCallback)instead. - properties(String, Revision, Revision, int, String[], ProplistCallback) - Method in class org.tigris.subversion.javahl.SVNClient
 - properties(String, Revision, Revision, int, String[], ProplistCallback) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Retrieves the properties of an item
 - properties(String, Revision, Revision, int, String[], ProplistCallback) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - property - org.apache.subversion.javahl.ConflictDescriptor.Kind
 - 
Attempting to add object.
 - property - Static variable in class org.tigris.subversion.javahl.ConflictDescriptor.Kind
 - 
Attempting to add object.
 - Property - Class in org.apache.subversion.javahl.types
 - 
This class describes standard Subversion known properties
 - Property() - Constructor for class org.apache.subversion.javahl.types.Property
 - property_added - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Property added.
 - property_added - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - property_deleted - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Property deleted.
 - property_deleted - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - property_deleted_nonexistent - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Property delete nonexistent.
 - property_deleted_nonexistent - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - property_modified - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Property modified.
 - property_modified - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - propertyCreate(String, String, byte[], boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - propertyCreate(String, String, byte[], boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#propertyCreate(String, String, String, int, boolean)instead. - propertyCreate(String, String, byte[], boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#propertyCreate(String, String, String, int, boolean)instead. - propertyCreate(String, String, byte[], boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - propertyCreate(String, String, byte[], boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#propertyCreate(String, String, String, int, boolean)instead. - propertyCreate(String, String, byte[], boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#propertyCreate(String, String, String, int, boolean)instead. - propertyCreate(String, String, String, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - propertyCreate(String, String, String, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#propertyCreate(String, String, String, int, boolean)instead. - propertyCreate(String, String, String, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#propertyCreate(String, String, String, int, boolean)instead. - propertyCreate(String, String, String, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - propertyCreate(String, String, String, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#propertyCreate(String, String, String, int, boolean)instead. - propertyCreate(String, String, String, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#propertyCreate(String, String, String, int, boolean)instead. - propertyCreate(String, String, String, int, String[], boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - propertyCreate(String, String, String, int, String[], boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Create and sets one property of an item with a byte array value
 - propertyCreate(String, String, String, int, String[], boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - PropertyData - Class in org.tigris.subversion.javahl
 - 
This class describes one property managed by Subversion.
 - propertyGet(String, String) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.Use
SVNClient.propertyGet(String, String, Revision)instead. - propertyGet(String, String) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.
 - propertyGet(String, String) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.
 - propertyGet(String, String, Revision, Revision) - Method in interface org.apache.subversion.javahl.ISVNClient
 - propertyGet(String, String, Revision, Revision) - Method in class org.apache.subversion.javahl.SVNClient
 - propertyGet(String, String, Revision, Revision, Collection<String>) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Retrieve one property of one item
 - propertyGet(String, String, Revision, Revision, Collection<String>) - Method in class org.apache.subversion.javahl.SVNClient
 - propertyGet(String, String, Revision) - Method in class org.tigris.subversion.javahl.SVNClient
 - propertyGet(String, String, Revision) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Retrieve one property of one item
 - propertyGet(String, String, Revision) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - propertyGet(String, String, Revision, Revision) - Method in class org.tigris.subversion.javahl.SVNClient
 - propertyGet(String, String, Revision, Revision) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Retrieve one property of one item
 - propertyGet(String, String, Revision, Revision) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - propertyNotFound - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - propertyRemove(String, String, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - propertyRemove(String, String, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#propertyRemove(String, String, int)instead. - propertyRemove(String, String, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#propertyRemove(String, String, int)instead. - propertyRemove(String, String, int, String[]) - Method in class org.tigris.subversion.javahl.SVNClient
 - propertyRemove(String, String, int, String[]) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Remove one property of an item.
 - propertyRemove(String, String, int, String[]) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - propertySet(String, String, byte[], boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - propertySet(String, String, byte[], boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#propertySet(String, String, String, int, boolean)instead. - propertySet(String, String, byte[], boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#propertySet(String, String, String, int, boolean)instead. - propertySet(String, String, byte[], boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - propertySet(String, String, byte[], boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#propertySet(String, String, String, int, boolean)instead. - propertySet(String, String, byte[], boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#propertySet(String, String, String, int, boolean)instead. - propertySet(String, String, String, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - propertySet(String, String, String, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#propertySet(String, String, String, int, boolean)instead. - propertySet(String, String, String, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#propertySet(String, String, String, int, boolean)instead. - propertySet(String, String, String, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - propertySet(String, String, String, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#propertySet(String, String, String, int, boolean)instead. - propertySet(String, String, String, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#propertySet(String, String, String, int, boolean)instead. - propertySet(String, String, String, int, String[], boolean, Map) - Method in class org.tigris.subversion.javahl.SVNClient
 - propertySet(String, String, String, int, String[], boolean, Map) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Sets one property of an item with a String value
 - propertySet(String, String, String, int, String[], boolean, Map) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - propertySetLocal(Set<String>, String, byte[], Depth, Collection<String>, boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Sets one property of an item with a String value
 - propertySetLocal(Set<String>, String, byte[], Depth, Collection<String>, boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - propertySetRemote(String, long, String, byte[], CommitMessageCallback, boolean, Map<String, String>, CommitCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Sets one property of an item with a String value
 - propertySetRemote(String, long, String, byte[], CommitMessageCallback, boolean, Map<String, String>, CommitCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - PropLib - Class in org.apache.subversion.javahl.util
 - 
Encapsulates utility functions for properties provided by libsvn_wc.
 - PropLib() - Constructor for class org.apache.subversion.javahl.util.PropLib
 - ProplistCallback - Interface in org.apache.subversion.javahl.callback
 - 
This interface is used to property lists for each path in a
ISVNClient.properties(java.lang.String, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Depth, java.util.Collection<java.lang.String>, org.apache.subversion.javahl.callback.ProplistCallback)call. - ProplistCallback - Interface in org.tigris.subversion.javahl
 - 
This interface is used to property lists for each path in a SVNClientInterface.properties call.
 - ProplistCallbackImpl - Class in org.tigris.subversion.javahl
 - 
Implementation of
ProplistCallbackinterface. - ProplistCallbackImpl() - Constructor for class org.tigris.subversion.javahl.ProplistCallbackImpl
 - PropMods - Static variable in interface org.apache.subversion.javahl.CommitItemStateFlags
 - 
the item has property modifications
 - PropMods - Static variable in interface org.tigris.subversion.javahl.CommitItemStateFlags
 - 
the item has property modifications
 - propsChanged() - Method in class org.apache.subversion.javahl.DiffSummary
 - propsChanged() - Method in class org.tigris.subversion.javahl.DiffSummary
 
R
- raDavAlreadyExists - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raDavCreatingRequest - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raDavInvalidConfigValue - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raDavMalformedData - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raDavOptionsReqFailed - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raDavPathNotFound - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raDavProppatchFailed - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raDavPropsNotFound - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raDavRelocated - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raDavRequestFailed - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raDavResponseHeaderBadness - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raDavSockInit - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raIllegalUrl - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raLocalReposNotFound - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raLocalReposOpenFailed - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raNoReposUuid - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raNotAuthorized - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raNotImplemented - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raNotLocked - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raOutOfDate - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raPartialReplayNotSupported - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raSerfSspiInitialisationFailed - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raSvnBadVersion - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raSvnCmdErr - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raSvnConnectionClosed - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raSvnIoError - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raSvnMalformedData - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raSvnNoMechanisms - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raSvnReposNotFound - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raSvnUnknownCmd - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raUnknownAuth - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raUnknownCapability - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - raUnsupportedAbiVersion - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - read() - Method in class org.apache.subversion.javahl.types.NativeInputStream
 - 
Reads a single byte from the underyling native stream.
 - read(byte[]) - Method in interface org.tigris.subversion.javahl.InputInterface
 - 
read the number of data.length bytes from input.
 - read(byte[]) - Method in class org.tigris.subversion.javahl.SVNOutputStream.Inputer
 - 
read the number of data.length bytes from input.
 - read(byte[], int, int) - Method in class org.apache.subversion.javahl.types.NativeInputStream
 - 
Reads
lenbytes to offsetoffinbfrom the underyling native stream. - Reason() - Constructor for class org.tigris.subversion.javahl.ConflictDescriptor.Reason
 - receiveMessageLine(String) - Method in interface org.apache.subversion.javahl.ISVNRepos.MessageReceiver
 - 
receive one message line
 - recover(File, ReposNotifyCallback) - Method in interface org.apache.subversion.javahl.ISVNRepos
 - 
recover the filesystem backend of a repository
 - recover(File, ReposNotifyCallback) - Method in class org.apache.subversion.javahl.SVNRepos
 - recover(String) - Method in class org.tigris.subversion.javahl.SVNAdmin
 - 
recover the berkeley db of a repository, returns youngest revision
 - recover_start - org.apache.subversion.javahl.ReposNotifyInformation.Action
 - 
Recover has started.
 - reject() - Static method in class org.apache.subversion.javahl.callback.AuthnCallback.SSLServerTrustResult
 - 
Create a result that rejects the certificate.
 - Reject - Static variable in interface org.apache.subversion.javahl.callback.UserPasswordCallback
 - 
Deprecated.Reject the connection to the server.
 - Reject - Static variable in interface org.tigris.subversion.javahl.PromptUserPassword2
 - 
Reject the connection to the server.
 - relocate(String, String, String, boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Rewrite the url's in the working copy
 - relocate(String, String, String, boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - relocate(String, String, String, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - relocate(String, String, String, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Rewrite the url's in the working copy
 - relocate(String, String, String, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - RemoteFactory - Class in org.apache.subversion.javahl.remote
 - 
Factory class for creating ISVNRemote instances.
 - RemoteFactory() - Constructor for class org.apache.subversion.javahl.remote.RemoteFactory
 - 
Default constructor.
 - RemoteFactory(String, String, String, AuthnCallback, ProgressCallback, ConfigEvent, TunnelAgent) - Constructor for class org.apache.subversion.javahl.remote.RemoteFactory
 - 
Initializing constructor.
 - RemoteFactory(String, String, String, UserPasswordCallback, ProgressCallback, ConfigEvent, TunnelAgent) - Constructor for class org.apache.subversion.javahl.remote.RemoteFactory
 - 
Initializing constructor.
 - RemoteFileRevisionsCallback - Interface in org.apache.subversion.javahl.callback
 - 
Called for each location segment returned from
ISVNRemote.getFileRevisions(java.lang.String, long, long, boolean, org.apache.subversion.javahl.callback.RemoteFileRevisionsCallback). - RemoteLocationSegmentsCallback - Interface in org.apache.subversion.javahl.callback
 - 
Called for each location segment returned from
ISVNRemote.getLocationSegments(java.lang.String, long, long, long, org.apache.subversion.javahl.callback.RemoteLocationSegmentsCallback). - RemoteSession - Class in org.apache.subversion.javahl.remote
 - RemoteSession(long) - Constructor for class org.apache.subversion.javahl.remote.RemoteSession
 - 
This constructor is called from JNI to get an instance.
 - RemoteStatus - Interface in org.apache.subversion.javahl.callback
 - 
Called for each affected element in a remote status driave.
 - RemoteStatus.Entry - Class in org.apache.subversion.javahl.callback
 - 
Contains additional information related to a modification or deletion event.
 - remove(boolean) - Method in class org.tigris.subversion.javahl.PropertyData
 - 
remove this property from subversion
 - remove(String[], String, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - remove(String[], String, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#remove(String[], String, boolean, boolean)instead. - remove(String[], String, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#remove(String[], String, boolean, boolean)instead. - remove(String[], String, boolean, boolean, Map) - Method in class org.tigris.subversion.javahl.SVNClient
 - remove(String[], String, boolean, boolean, Map) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Sets a file for deletion.
 - remove(String[], String, boolean, boolean, Map) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - remove(List<RevisionRange>, boolean) - Method in class org.apache.subversion.javahl.types.RevisionRangeList
 - 
Remove revisions in
eraserfrom the current object and return the resulting difference. - remove(Set<String>, boolean, boolean, Map<String, String>, CommitMessageCallback, CommitCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Sets a file for deletion.
 - remove(Set<String>, boolean, boolean, Map<String, String>, CommitMessageCallback, CommitCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - remove(RevisionRangeList, boolean) - Method in class org.apache.subversion.javahl.types.RevisionRangeList
 - 
Remove revisions in
eraserfrom the current object and return the resulting difference. - removeCredential(String, SVNUtil.Credential.Kind, String) - Static method in class org.apache.subversion.javahl.SVNUtil
 - 
Remove a stored credential.
 - removeCredential(String, SVNUtil.Credential.Kind, String) - Method in class org.apache.subversion.javahl.util.ConfigLib
 - removeFromChangelists(String[], int, String[]) - Method in class org.tigris.subversion.javahl.SVNClient
 - removeFromChangelists(String[], int, String[]) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Remove paths from a changelist
 - removeFromChangelists(String[], int, String[]) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - removeFromChangelists(Set<String>, Depth, Collection<String>) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Remove paths from a changelist
 - removeFromChangelists(Set<String>, Depth, Collection<String>) - Method in class org.apache.subversion.javahl.SVNClient
 - reparent(String) - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Change the URL of the session to point to a new path in the same repository.
 - reparent(String) - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - replace - org.apache.subversion.javahl.ConflictDescriptor.Action
 - 
Attempting to replace object.
 - replace - org.apache.subversion.javahl.ReposNotifyInformation.NodeAction
 - replace - org.apache.subversion.javahl.types.ChangePath.Action
 - 
Path was replaced.
 - replace - org.apache.subversion.javahl.types.Info.ScheduleKind
 - 
Slated for replacement (delete + add)
 - replace - Static variable in interface org.tigris.subversion.javahl.ScheduleKind
 - 
Slated for replacement (delete + add)
 - replaced - org.apache.subversion.javahl.ConflictDescriptor.Reason
 - 
Object is already replaced.
 - replaced - org.apache.subversion.javahl.types.Status.Kind
 - 
was deleted and then re-added
 - replaced - Static variable in interface org.tigris.subversion.javahl.StatusKind
 - 
was deleted and then re-added
 - reposBadArgs - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - reposBadRevisionReport - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - reposDisabledFeature - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - ReposFreezeAction - Interface in org.apache.subversion.javahl.callback
 - 
This interface is used to desfine an action to take while repositories are frozen by
ISVNRepos.freeze. - reposHookFailure - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - reposLocked - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - reposNoDataForReport - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - ReposNotifyCallback - Interface in org.apache.subversion.javahl.callback
 - 
Subversion notification interface.
 - ReposNotifyInformation - Class in org.apache.subversion.javahl
 - 
The event passed to the
ReposNotifyCallback.onNotify(org.apache.subversion.javahl.ReposNotifyInformation)API to notifyISVNClientof relevant events. - ReposNotifyInformation(ReposNotifyInformation.Action, long, String, long, long, long, ReposNotifyInformation.NodeAction, String) - Constructor for class org.apache.subversion.javahl.ReposNotifyInformation
 - 
This constructor is to be used by the native code.
 - ReposNotifyInformation.Action - Enum in org.apache.subversion.javahl
 - 
The type of action triggering the notification
 - ReposNotifyInformation.NodeAction - Enum in org.apache.subversion.javahl
 - reposPostCommitHookFailed - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - reposPostLockHookFailed - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - reposPostUnlockHookFailed - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - reposUnsupportedVersion - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - ReposVerifyCallback - Interface in org.apache.subversion.javahl.callback
 - 
Error notifications from
ISVNRepos#verify(File,Revision,Revision,boolean,boolean,ReposNotifyCallback,ReposVerifyCallback). - reset() - Method in class org.apache.subversion.javahl.types.NativeInputStream
 - resolve(String, int, int) - Method in class org.tigris.subversion.javahl.SVNClient
 - resolve(String, int, int) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Resolves the conflicted state on a WC path (or tree).
 - resolve(String, int, int) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - resolve(String, Depth, ConflictResult.Choice) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Resolves the conflicted state on a WC path (or tree).
 - resolve(String, Depth, ConflictResult.Choice) - Method in class org.apache.subversion.javahl.SVNClient
 - resolve(ConflictDescriptor) - Method in interface org.apache.subversion.javahl.callback.ConflictResolverCallback
 - 
The callback method invoked for each conflict during a merge/update/switch operation.
 - resolve(ConflictDescriptor) - Method in interface org.tigris.subversion.javahl.ConflictResolverCallback
 - 
The callback method invoked for each conflict during a merge/update/switch operation.
 - resolved - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Resolving a conflict.
 - resolved - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - 
Resolving a conflict.
 - resolved(String, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.Use
SVNClient.resolve(String, int, int)instead. - resolved(String, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#resolved(String, int, int)instead. - resolved(String, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
SVNClientSynchronized.resolve(String, int, int)instead. - resolved_modified_latest - org.apache.subversion.javahl.SVNUtil.ConflictDisplayStyle
 - 
Like
modified_latest, but with an extra effort to identify common sequences between modified and latest. - resolveExternalsUrl(ExternalItem, String, String) - Static method in class org.apache.subversion.javahl.SVNUtil
 - 
If the URL in
externalis relative, resolve it to an absolute URL, usingreposRootUrlandparentDirUrlto provide contest. - resolveExternalsUrl(ExternalItem, String, String) - Method in class org.apache.subversion.javahl.util.PropLib
 - restore - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Restoring a missing path from the pristine text-base.
 - restore - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - 
Restoring a missing path from the pristine text-base.
 - RetryOpenSession - Exception in org.apache.subversion.javahl.remote
 - 
This checked exception is thrown only from ISVNClient.openRemoteSession or RemoteFactory.openRemoteSession if a session could not be opened due to a redirect.
 - RetryOpenSession(String, String) - Constructor for exception org.apache.subversion.javahl.remote.RetryOpenSession
 - 
This constructor is only called from native code.
 - ReturnValue(InputStream, long) - Constructor for class org.apache.subversion.javahl.ISVNEditor.ProvideBaseCallback.ReturnValue
 - ReturnValue(Map<String, byte[]>, long) - Constructor for class org.apache.subversion.javahl.ISVNEditor.ProvidePropsCallback.ReturnValue
 - REV_AUTHOR - Static variable in class org.apache.subversion.javahl.types.Property
 - 
the author of the revision
 - REV_AUTHOR - Static variable in class org.tigris.subversion.javahl.PropertyData
 - 
the author of the revision
 - REV_DATE - Static variable in class org.apache.subversion.javahl.types.Property
 - 
the date of the revision
 - REV_DATE - Static variable in class org.tigris.subversion.javahl.PropertyData
 - 
the date of the revision
 - REV_LOG - Static variable in class org.apache.subversion.javahl.types.Property
 - 
the log message of the revision
 - REV_LOG - Static variable in class org.tigris.subversion.javahl.PropertyData
 - 
the log message of the revision
 - REV_ORIGINAL_DATE - Static variable in class org.apache.subversion.javahl.types.Property
 - 
the original date of the revision
 - REV_ORIGINAL_DATE - Static variable in class org.tigris.subversion.javahl.PropertyData
 - 
the original date of the revision
 - revDate - Variable in class org.apache.subversion.javahl.types.Revision.DateSpec
 - 
the date
 - revDate - Variable in class org.tigris.subversion.javahl.Revision.DateSpec
 - 
the date
 - revert - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Reverting a modified path.
 - revert - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - 
Reverting a modified path.
 - revert(String, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.Use
SVNClient.revert(String, int, String[])instead. - revert(String, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#revert(String, int)instead. - revert(String, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#revert(String, int)instead. - revert(String, int, String[]) - Method in class org.tigris.subversion.javahl.SVNClient
 - revert(String, int, String[]) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Reverts a file to a pristine state.
 - revert(String, int, String[]) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - revert(String, Depth, Collection<String>) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Reverts a file to a pristine state.
 - revert(String, Depth, Collection<String>) - Method in class org.apache.subversion.javahl.SVNClient
 - revert(Set<String>, Depth, Collection<String>) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Reverts set of files or directories to a pristine state.
 - revert(Set<String>, Depth, Collection<String>) - Method in class org.apache.subversion.javahl.SVNClient
 - revert(Set<String>, Depth, Collection<String>, boolean, boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Reverts set of files or directories to a pristine state.
 - revert(Set<String>, Depth, Collection<String>, boolean, boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - Revision - Class in org.apache.subversion.javahl.types
 - 
Class to specify a revision in a svn command.
 - Revision - Class in org.tigris.subversion.javahl
 - 
Class to specify a revision in a svn command.
 - Revision(int) - Constructor for class org.tigris.subversion.javahl.Revision
 - 
Deprecated.
 - Revision(int, boolean) - Constructor for class org.tigris.subversion.javahl.Revision
 - 
Internally create a new revision
 - Revision(Revision.Kind) - Constructor for class org.apache.subversion.javahl.types.Revision
 - 
Internally create a new revision.
 - Revision.DateSpec - Class in org.apache.subversion.javahl.types
 - 
class to specify a revision by a date
 - Revision.DateSpec - Class in org.tigris.subversion.javahl
 - 
class to specify a revision by a date
 - Revision.Kind - Class in org.tigris.subversion.javahl
 - 
Various ways of specifying revisions.
 - Revision.Kind - Enum in org.apache.subversion.javahl.types
 - 
Various ways of specifying revisions.
 - Revision.Number - Class in org.apache.subversion.javahl.types
 - 
class to specify a Revision by number
 - Revision.Number - Class in org.tigris.subversion.javahl
 - 
class to specify a Revision by number
 - RevisionKind - Interface in org.tigris.subversion.javahl
 - 
Various ways of specifying revisions.
 - RevisionRange - Class in org.apache.subversion.javahl.types
 - 
Object that describes a revision range
 - RevisionRange - Class in org.tigris.subversion.javahl
 - 
Object that describes a revision range
 - RevisionRange(long, long, boolean) - Constructor for class org.apache.subversion.javahl.types.RevisionRange
 - 
Creates a new instance.
 - RevisionRange(String) - Constructor for class org.apache.subversion.javahl.types.RevisionRange
 - 
Accepts a string in one of these forms: n m-n Parses the results into a from and to revision
 - RevisionRange(String) - Constructor for class org.tigris.subversion.javahl.RevisionRange
 - 
Accepts a string in one of these forms: n m-n Parses the results into a from and to revision
 - RevisionRange(RevisionRange) - Constructor for class org.tigris.subversion.javahl.RevisionRange
 - RevisionRange(Revision, Revision) - Constructor for class org.apache.subversion.javahl.types.RevisionRange
 - RevisionRange(Revision, Revision, boolean) - Constructor for class org.apache.subversion.javahl.types.RevisionRange
 - RevisionRange(Revision, Revision) - Constructor for class org.tigris.subversion.javahl.RevisionRange
 - RevisionRangeList - Class in org.apache.subversion.javahl.types
 - 
Object that describes a revision range list, including operations on it.
 - RevisionRangeList(List<RevisionRange>) - Constructor for class org.apache.subversion.javahl.types.RevisionRangeList
 - 
Wrap a list of revision ranges.
 - revKind - Variable in class org.apache.subversion.javahl.types.Revision
 - 
kind of revision specified
 - revKind - Variable in class org.tigris.subversion.javahl.Revision
 - 
kind of revision specified
 - revNumber - Variable in class org.apache.subversion.javahl.types.Revision.Number
 - 
the revision number
 - revNumber - Variable in class org.tigris.subversion.javahl.Revision.Number
 - 
the revision number
 - revnumParseFailure - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - revprop_deleted - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Revision property deleted.
 - revprop_deleted - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - revprop_set - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Revision property set.
 - revprop_set - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - revProperties(String, Revision) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Retrieve all revsision properties of one item
 - revProperties(String, Revision) - Method in class org.apache.subversion.javahl.SVNClient
 - revProperties(String, Revision) - Method in class org.tigris.subversion.javahl.SVNClient
 - revProperties(String, Revision) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Retrieve all revsision properties of one item
 - revProperties(String, Revision) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - revProperty(String, String, Revision) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Retrieve one revsision property of one item
 - revProperty(String, String, Revision) - Method in class org.apache.subversion.javahl.SVNClient
 - revProperty(String, String, Revision) - Method in class org.tigris.subversion.javahl.SVNClient
 - revProperty(String, String, Revision) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Retrieve one revsision property of one item
 - revProperty(String, String, Revision) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - rmlocks(File, String[]) - Method in interface org.apache.subversion.javahl.ISVNRepos
 - 
remove multiple locks from the repository
 - rmlocks(File, String[]) - Method in class org.apache.subversion.javahl.SVNRepos
 - 
remove multiple locks from the repository
 - rmlocks(String, String[]) - Method in class org.tigris.subversion.javahl.SVNAdmin
 - 
remove multiple locks from the repository
 - rmtxns(File, String[]) - Method in interface org.apache.subversion.javahl.ISVNRepos
 - 
remove open transaction in a repository
 - rmtxns(File, String[]) - Method in class org.apache.subversion.javahl.SVNRepos
 - 
remove open transaction in a repository
 - rmtxns(String, String[]) - Method in class org.tigris.subversion.javahl.SVNAdmin
 - 
remove open transaction in a repository
 - RuntimeVersion - Class in org.apache.subversion.javahl.types
 - 
Encapsulates the run-time version of the
libsvn_clinentlibrary that was loaded by the current process. - RuntimeVersion() - Constructor for class org.apache.subversion.javahl.types.RuntimeVersion
 
S
- save - Variable in class org.apache.subversion.javahl.callback.AuthnCallback.AuthnResult
 - ScheduleKind - Interface in org.tigris.subversion.javahl
 - 
The schedule states an entry can be in.
 - searchCredentials(String, SVNUtil.Credential.Kind, String, String, String, String) - Static method in class org.apache.subversion.javahl.SVNUtil
 - 
Find stored credentials that match the given search criteria.
 - searchCredentials(String, SVNUtil.Credential.Kind, String, String, String, String) - Method in class org.apache.subversion.javahl.util.ConfigLib
 - secret - Variable in class org.apache.subversion.javahl.callback.AuthnCallback.AuthnResult
 - SECTION_AUTH - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - SECTION_AUTO_PROPS - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - SECTION_GLOBAL - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - SECTION_GROUPS - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - SECTION_HELPERS - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - SECTION_MISCELLANY - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - SECTION_TUNNELS - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - SECTION_WORKING_COPY - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - sections() - Method in interface org.apache.subversion.javahl.ISVNConfig.Category
 - SERF_LOG_COMPONENTS - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - SERF_LOG_LEVEL - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - servers() - Method in interface org.apache.subversion.javahl.ISVNConfig
 - 
Returns a reference to the "servers" configuration category.
 - session - Variable in class org.apache.subversion.javahl.remote.CommitEditor
 - 
Stores a reference to the session that created this editor.
 - session - Variable in class org.apache.subversion.javahl.remote.StateReporter
 - 
Stores a reference to the session that created this reporter.
 - set(String, String, boolean) - Method in interface org.apache.subversion.javahl.ISVNConfig.Category
 - 
Set the value of a configuration option to represent a boolean.
 - set(String, String, long) - Method in interface org.apache.subversion.javahl.ISVNConfig.Category
 - 
Set the value of a configuration option to represent a long integer.
 - set(String, String, String) - Method in interface org.apache.subversion.javahl.ISVNConfig.Category
 - 
Set the value of a configuration option.
 - setConfigDirectory(String) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Set directory for the configuration information, taking the usual steps to ensure that Subversion's config file templates exist in the specified location..
 - setConfigDirectory(String) - Method in class org.apache.subversion.javahl.remote.RemoteFactory
 - 
Set directory for the configuration information.
 - setConfigDirectory(String) - Method in class org.apache.subversion.javahl.SVNClient
 - setConfigDirectory(String) - Method in class org.tigris.subversion.javahl.SVNClient
 - setConfigDirectory(String) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Set directory for the configuration information, taking the usual steps to ensure that Subversion's config file templates exist in the specified location..
 - setConfigDirectory(String) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - setConfigEventHandler(ConfigEvent) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Set an event handler that will be called every time the configuration is loaded by this client object.
 - setConfigEventHandler(ConfigEvent) - Method in class org.apache.subversion.javahl.remote.RemoteFactory
 - 
Set an event handler that will be called every time the configuration is loaded by the ISVNRemote objects created by this factory.
 - setConfigEventHandler(ConfigEvent) - Method in class org.apache.subversion.javahl.SVNClient
 - setConflictResolver(ConflictResolverCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Set the conflict resolution callback.
 - setConflictResolver(ConflictResolverCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - setConflictResolver(ConflictResolverCallback) - Method in class org.tigris.subversion.javahl.SVNClient
 - setConflictResolver(ConflictResolverCallback) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Set the conflict resolution callback.
 - setConflictResolver(ConflictResolverCallback) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - setLog(String, Revision, String, boolean) - Method in class org.tigris.subversion.javahl.SVNAdmin
 - 
Deprecated.Use setRevProp() instead.
 - setPassword(String) - Method in class org.apache.subversion.javahl.remote.RemoteFactory
 - 
Sets the password used for authentication.
 - setPath(String) - Method in class org.apache.subversion.javahl.types.DirEntry
 - 
Set the path.
 - setPath(String) - Method in class org.tigris.subversion.javahl.DirEntry
 - 
Set the path.
 - setPath(String, long, Depth, boolean, String) - Method in interface org.apache.subversion.javahl.ISVNReporter
 - 
Describe a working copy
pathas being at a particularrevisionand having the givendepth. - setPath(String, long, Depth, boolean, String) - Method in class org.apache.subversion.javahl.remote.StateReporter
 - setProgressCallback(ProgressCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Set the progress callback.
 - setProgressCallback(ProgressCallback) - Method in class org.apache.subversion.javahl.OperationContext
 - setProgressCallback(ProgressCallback) - Method in class org.apache.subversion.javahl.remote.RemoteFactory
 - 
Set the progress callback for new sessions.
 - setProgressCallback(ProgressCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - setProgressListener(ProgressListener) - Method in class org.tigris.subversion.javahl.SVNClient
 - setProgressListener(ProgressListener) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Set the progress callback.
 - setProgressListener(ProgressListener) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - setPrompt(AuthnCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Register callback interface to supply username and password on demand.
 - setPrompt(AuthnCallback) - Method in class org.apache.subversion.javahl.remote.RemoteFactory
 - 
Register callback interface to supply username and password on demand.
 - setPrompt(AuthnCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - setPrompt(UserPasswordCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Register callback interface to supply username and password on demand.
 - setPrompt(UserPasswordCallback) - Method in class org.apache.subversion.javahl.remote.RemoteFactory
 - 
Register callback interface to supply username and password on demand.
 - setPrompt(UserPasswordCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - setPrompt(PromptUserPassword) - Method in class org.tigris.subversion.javahl.SVNClient
 - setPrompt(PromptUserPassword) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Register callback interface to supply username and password on demand.
 - setPrompt(PromptUserPassword) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - setRange(long, long) - Method in interface org.apache.subversion.javahl.callback.BlameRangeCallback
 - 
This method will be called once before #{BlameLineCallback.singleLine} is called for the first time.
 - setRevProp(File, Revision, String, String, boolean, boolean) - Method in interface org.apache.subversion.javahl.ISVNRepos
 - 
Change the value of the revision property
propNametopropValue. - setRevProp(File, Revision, String, String, boolean, boolean) - Method in class org.apache.subversion.javahl.SVNRepos
 - 
Change the value of the revision property
propNametopropValue. - setRevProp(String, Revision, String, String, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNAdmin
 - 
Change the value of the revision property
propNametopropValue. - setRevProperty(String, String, Revision, String, String, boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
set one revsision property of one item
 - setRevProperty(String, String, Revision, String, String, boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - setRevProperty(String, String, Revision, String, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - setRevProperty(String, String, Revision, String, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
set one revsision property of one item
 - setRevProperty(String, String, Revision, String, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - setRevProperty(String, String, Revision, String, String, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - setRevProperty(String, String, Revision, String, String, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
set one revsision property of one item
 - setRevProperty(String, String, Revision, String, String, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - setTunnelAgent(TunnelAgent) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Set callbacks for ra_svn tunnel handling.
 - setTunnelAgent(TunnelAgent) - Method in class org.apache.subversion.javahl.remote.RemoteFactory
 - 
Set callbacks for ra_svn tunnel handling.
 - setTunnelAgent(TunnelAgent) - Method in class org.apache.subversion.javahl.SVNClient
 - setUsername(String) - Method in class org.apache.subversion.javahl.remote.RemoteFactory
 - 
Sets the username used for authentication.
 - setValue(byte[], boolean) - Method in class org.tigris.subversion.javahl.PropertyData
 - 
modify the byte array value of a property The string array value is cleared
 - setValue(String, boolean) - Method in class org.tigris.subversion.javahl.PropertyData
 - 
modify the string value of a property The byte array value is cleared
 - SHA1 - org.apache.subversion.javahl.types.Checksum.Kind
 - showCFunction - Variable in class org.apache.subversion.javahl.SVNUtil.DiffOptions
 - ShowFunction - org.apache.subversion.javahl.types.DiffOptions.Flag
 - 
Show C function name
 - simple - org.apache.subversion.javahl.SVNUtil.Credential.Kind
 - 
The username and password for a realm.
 - singleInfo(Info) - Method in interface org.apache.subversion.javahl.callback.InfoCallback
 - 
the method will be called for every line in a file.
 - singleInfo(Info2) - Method in interface org.tigris.subversion.javahl.InfoCallback
 - 
the method will be called for every line in a file.
 - singleLine(long, long, Map<String, byte[]>, long, Map<String, byte[]>, String, boolean, byte[]) - Method in interface org.apache.subversion.javahl.callback.BlameLineCallback
 - 
the method will be called for every line in a file.
 - singleLine(long, long, Map<String, byte[]>, long, Map<String, byte[]>, String, String, boolean) - Method in interface org.apache.subversion.javahl.callback.BlameCallback
 - 
Deprecated.the method will be called for every line in a file.
 - singleLine(long, long, Map, long, Map, String, String, boolean) - Method in interface org.tigris.subversion.javahl.BlameCallback3
 - 
the method will be called for every line in a file.
 - singleLine(Date, long, String, String) - Method in interface org.tigris.subversion.javahl.BlameCallback
 - 
the method will be called for every line in a file.
 - singleLine(Date, long, String, String) - Method in class org.tigris.subversion.javahl.BlameCallbackImpl
 - singleLine(Date, long, String, Date, long, String, String, String) - Method in interface org.tigris.subversion.javahl.BlameCallback2
 - 
the method will be called for every line in a file.
 - singleLine(Date, long, String, Date, long, String, String, String) - Method in class org.tigris.subversion.javahl.BlameCallbackImpl
 - singleMessage(Set<ChangePath>, long, Map<String, byte[]>, boolean) - Method in interface org.apache.subversion.javahl.callback.LogMessageCallback
 - 
The method will be called for every log message.
 - singleMessage(ChangePath[], long, Map, boolean) - Method in interface org.tigris.subversion.javahl.LogMessageCallback
 - 
The method will be called for every log message.
 - singlePatch(String, String, String) - Method in interface org.apache.subversion.javahl.callback.PatchCallback
 - 
the method will be called for every patch.
 - singlePath(String, Map<String, byte[]>) - Method in interface org.apache.subversion.javahl.callback.ProplistCallback
 - 
the method will be called once for every file.
 - singlePath(String, Map<String, byte[]>) - Method in class org.tigris.subversion.javahl.ProplistCallbackImpl
 - singlePath(String, Map<String, byte[]>, Collection<InheritedProplistCallback.InheritedItem>) - Method in interface org.apache.subversion.javahl.callback.InheritedProplistCallback
 - 
The method will be called once for every file.
 - singleStatus(String, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - singleStatus(String, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#status(String, int, boolean, boolean, boolean, boolean, StatusCallback)instead. - singleStatus(String, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#status(String, int, boolean, boolean, boolean, boolean, StatusCallback)instead. - size - Static variable in class org.apache.subversion.javahl.types.DirEntry.Fields
 - 
An indication that you are interested in the size field
 - size - Static variable in class org.tigris.subversion.javahl.DirEntry.Fields
 - 
An indication that you are interested in the size field
 - skip - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Skipping a path.
 - skip - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - 
Skipping a path.
 - skip(long) - Method in class org.apache.subversion.javahl.types.NativeInputStream
 - skip_conflicted - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Operation skipped the path because it was conflicted
 - SQLITE_BUSY_TIMEOUT - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - SQLITE_EXCLUSIVE - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - SQLITE_EXCLUSIVE_CLIENTS - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - SSL_AUTHORITY_FILES - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - SSL_CLIENT_CERT_FILE - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - SSL_CLIENT_CERT_FILE_PROMPT - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - SSL_CLIENT_CERT_PASSWORD - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - SSL_PKCS11_PROVIDER - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - SSL_TRUST_DEFAULT_CA - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - sslClientCertPassphrasePrompt(String, boolean) - Method in interface org.apache.subversion.javahl.callback.AuthnCallback
 - 
Ask for passphrase for decrypting a client SSL certificate.
 - SSLClientCertPassphraseResult(String) - Constructor for class org.apache.subversion.javahl.callback.AuthnCallback.SSLClientCertPassphraseResult
 - 
Set the cerfiticate passphrase in the result.
 - SSLClientCertPassphraseResult(String, boolean) - Constructor for class org.apache.subversion.javahl.callback.AuthnCallback.SSLClientCertPassphraseResult
 - 
Set the cerfiticate passphrase in the result.
 - sslClientCertPrompt(String, boolean) - Method in interface org.apache.subversion.javahl.callback.AuthnCallback
 - 
Ask for the (local) file name of a client SSL certificate.
 - SSLClientCertResult(String) - Constructor for class org.apache.subversion.javahl.callback.AuthnCallback.SSLClientCertResult
 - 
Set the absolute path of the cerfiticate file in the result.
 - SSLClientCertResult(String, boolean) - Constructor for class org.apache.subversion.javahl.callback.AuthnCallback.SSLClientCertResult
 - 
Set the absolute path of the cerfiticate file in the result.
 - sslClientPassphrase - org.apache.subversion.javahl.SVNUtil.Credential.Kind
 - 
The client certificate passphrase for a realm.
 - sslServer - org.apache.subversion.javahl.SVNUtil.Credential.Kind
 - 
The trusted SSL server certificate for a realm.
 - sslServerTrustPrompt(String, AuthnCallback.SSLServerCertFailures, AuthnCallback.SSLServerCertInfo, boolean) - Method in interface org.apache.subversion.javahl.callback.AuthnCallback
 - 
Ask if we trust the server certificate.
 - START - Static variable in class org.apache.subversion.javahl.types.Revision
 - 
first existing revision
 - START - Static variable in class org.tigris.subversion.javahl.Revision
 - 
first existing revision
 - stat(String, long) - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Return the directory entry object for
pathatrevision. - stat(String, long) - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - StateFlags() - Constructor for class org.apache.subversion.javahl.CommitItem.StateFlags
 - StateFlags() - Constructor for class org.tigris.subversion.javahl.CommitItem.StateFlags
 - stateNames - Static variable in interface org.tigris.subversion.javahl.LockStatus
 - StateReporter - Class in org.apache.subversion.javahl.remote
 - 
Implementation of ISVNReporter.
 - StateReporter(long, RemoteSession) - Constructor for class org.apache.subversion.javahl.remote.StateReporter
 - 
This constructor is called from the factory method.
 - status(String, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - status(String, boolean, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#status(String, int, boolean, boolean, boolean, boolean, StatusCallback)instead. - status(String, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#status(String, int, boolean, boolean, boolean, boolean, StatusCallback)instead. - status(String, boolean, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - status(String, boolean, boolean, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#status(String, int, boolean, boolean, boolean, boolean, StatusCallback)instead. - status(String, boolean, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#status(String, int, boolean, boolean, boolean, boolean, StatusCallback)instead. - status(String, boolean, boolean, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - status(String, boolean, boolean, boolean, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.Use
#status(String, int, boolean, boolean, boolean, boolean, StatusCallback)instead. - status(String, boolean, boolean, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.Use
#status(String, int, boolean, boolean, boolean, boolean, StatusCallback)instead. - status(String, int, boolean, boolean, boolean, boolean, String[], StatusCallback) - Method in class org.tigris.subversion.javahl.SVNClient
 - status(String, int, boolean, boolean, boolean, boolean, String[], StatusCallback) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
List a directory or file of the working copy.
 - status(String, int, boolean, boolean, boolean, boolean, String[], StatusCallback) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - status(String, long, Depth, RemoteStatus) - Method in interface org.apache.subversion.javahl.ISVNRemote
 - 
Ask for a description of the status of a working copy with respect to
revisionof the session's repository, or the HEAD revision ifrevisionisRevision.SVN_INVALID_REVNUM. - status(String, long, Depth, RemoteStatus) - Method in class org.apache.subversion.javahl.remote.RemoteSession
 - status(String, Depth, boolean, boolean, boolean, boolean, boolean, boolean, Collection<String>, StatusCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Return the status of the working copy and maybe repository.
 - status(String, Depth, boolean, boolean, boolean, boolean, boolean, boolean, Collection<String>, StatusCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - status(String, Depth, boolean, boolean, boolean, boolean, Collection<String>, StatusCallback) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Deprecated.
 - status(String, Depth, boolean, boolean, boolean, boolean, Collection<String>, StatusCallback) - Method in class org.apache.subversion.javahl.SVNClient
 - 
Deprecated.
 - Status - Class in org.apache.subversion.javahl.types
 - 
Subversion status API.
 - Status - Class in org.tigris.subversion.javahl
 - 
Subversion status API.
 - Status() - Constructor for class org.tigris.subversion.javahl.Notify.Status
 - 
Deprecated.
 - Status(String) - Constructor for class org.tigris.subversion.javahl.Status
 - 
Create an empty status struct
 - Status(String, String, int, long, long, long, String, int, int, int, int, boolean, boolean, boolean, ConflictDescriptor, String, String, String, String, long, boolean, boolean, String, String, String, long, Lock, long, long, int, String, String) - Constructor for class org.tigris.subversion.javahl.Status
 - 
this constructor should only called from JNI code
 - Status(String, String, NodeKind, long, long, long, String, Status.Kind, Status.Kind, Status.Kind, Status.Kind, boolean, boolean, boolean, boolean, boolean, Lock, Lock, long, long, NodeKind, String, String, String, String) - Constructor for class org.apache.subversion.javahl.types.Status
 - 
Deprecated.
 - Status(String, String, NodeKind, long, long, long, String, Status.Kind, Status.Kind, Status.Kind, Status.Kind, Status.Kind, Status.Kind, boolean, boolean, Depth, boolean, boolean, boolean, Lock, Lock, long, long, NodeKind, String, String, String, String) - Constructor for class org.apache.subversion.javahl.types.Status
 - 
this constructor should only called from JNI code
 - Status(SVNClient, Status) - Constructor for class org.tigris.subversion.javahl.Status
 - 
A backward-compat wrapper.
 - status_completed - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
The last notification in a status (including status on externals).
 - status_completed - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - 
The last notification in a status (including status on externals).
 - status_external - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Running status on an external module.
 - status_external - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - 
Running status on an external module.
 - Status.Kind - Class in org.tigris.subversion.javahl
 - 
class for kind status of the item or its properties the constants are defined in the interface StatusKind for building reasons
 - Status.Kind - Enum in org.apache.subversion.javahl.types
 - 
class for kind status of the item or its properties the constants are defined in the interface StatusKind for building reasons
 - StatusCallback - Interface in org.apache.subversion.javahl.callback
 - 
This interface is used to receive every status item for the
ISVNClient.status(java.lang.String, org.apache.subversion.javahl.types.Depth, boolean, boolean, boolean, boolean, boolean, boolean, java.util.Collection<java.lang.String>, org.apache.subversion.javahl.callback.StatusCallback)call. - StatusCallback - Interface in org.tigris.subversion.javahl
 - 
This interface is used to receive every status item for the SVNClientInterface.status call.
 - StatusKind - Interface in org.tigris.subversion.javahl
 - 
class for kind status of the item or its properties
 - statusNames - Static variable in interface org.tigris.subversion.javahl.NotifyStatus
 - 
the textual represention for the status types
 - STORE_AUTH_CREDS - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - STORE_PASSWORDS - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - STORE_PLAINTEXT_PASSWORDS - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - STORE_SSL_CLIENT_CERT_PP - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - STORE_SSL_CLIENT_CERT_PP_PLAINTEXT - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - streamFileContent(String, Revision, Revision, boolean, boolean, OutputStream) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Write the file's content to the specified output stream.
 - streamFileContent(String, Revision, Revision, boolean, boolean, OutputStream) - Method in class org.apache.subversion.javahl.SVNClient
 - streamFileContent(String, Revision, Revision, OutputStream) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Write the file's content to the specified output stream.
 - streamFileContent(String, Revision, Revision, OutputStream) - Method in class org.apache.subversion.javahl.SVNClient
 - streamFileContent(String, Revision, Revision, int, OutputStream) - Method in class org.tigris.subversion.javahl.SVNClient
 - streamFileContent(String, Revision, Revision, int, OutputStream) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Write the file's content to the specified output stream.
 - streamFileContent(String, Revision, Revision, int, OutputStream) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - streamMalformedData - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - streamUnexpectedEof - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - streamUnrecognizedData - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - SubstLib - Class in org.apache.subversion.javahl.util
 - 
Encapsulates utility functions for substitution and translation provided by the
svn_substmodule oflibsvn_subr. - SubstLib() - Constructor for class org.apache.subversion.javahl.util.SubstLib
 - SubversionException - Exception in org.apache.subversion.javahl
 - 
This checked exception is thrown whenever something goes wrong with the Subversion JavaHL bindings.
 - SubversionException - Exception in org.tigris.subversion.javahl
 - 
This checked exception is thrown whenever something goes wrong with the Subversion JavaHL bindings.
 - SubversionException(String) - Constructor for exception org.apache.subversion.javahl.SubversionException
 - 
This constructor is only used by sub-classes.
 - SubversionException(String) - Constructor for exception org.tigris.subversion.javahl.SubversionException
 - 
This constructor is only used by sub-classes.
 - SubversionException(String, Throwable) - Constructor for exception org.apache.subversion.javahl.SubversionException
 - 
This constructor is only used by sub-classes and the native implementation.
 - suggestMergeSources(String, Revision) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Return an ordered list of suggested merge source URLs.
 - suggestMergeSources(String, Revision) - Method in class org.apache.subversion.javahl.SVNClient
 - suggestMergeSources(String, Revision) - Method in class org.tigris.subversion.javahl.SVNClient
 - suggestMergeSources(String, Revision) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Return an ordered list of suggested merge source URLs.
 - suggestMergeSources(String, Revision) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - SVN_INVALID_REVNUM - Static variable in class org.apache.subversion.javahl.types.Revision
 - 
Marker revision number for no real revision
 - SVN_INVALID_REVNUM - Static variable in class org.tigris.subversion.javahl.Revision
 - 
Marker revision number for no real revision
 - SVNAdmin - Class in org.tigris.subversion.javahl
 - 
This class offers the same commands as the svnadmin commandline client.
 - SVNAdmin() - Constructor for class org.tigris.subversion.javahl.SVNAdmin
 - 
Standard empty constructor, builds just the native peer.
 - SVNAdmin.MessageReceiver - Interface in org.tigris.subversion.javahl
 - 
interface to receive the messages
 - SVNClient - Class in org.apache.subversion.javahl
 - 
This is the main client class.
 - SVNClient - Class in org.tigris.subversion.javahl
 - 
This is the main client class.
 - SVNClient() - Constructor for class org.apache.subversion.javahl.SVNClient
 - 
Standard empty constructor, builds just the native peer.
 - SVNClient() - Constructor for class org.tigris.subversion.javahl.SVNClient
 - 
Standard empty constructor, builds just the native peer.
 - SVNClient.ClientLogLevel - Enum in org.apache.subversion.javahl
 - 
enum for the constants of the logging levels.
 - SVNClient.LogLevel - Class in org.tigris.subversion.javahl
 - 
class for the constants of the logging levels.
 - SVNClientInterface - Interface in org.tigris.subversion.javahl
 - 
This interface is the commom interface for all subversion operations.
 - SVNClientLogLevel - Interface in org.tigris.subversion.javahl
 - 
Class for the constants of the logging levels.
 - SVNClientSynchronized - Class in org.tigris.subversion.javahl
 - 
This class provides a threadsafe wrapped for SVNClient
 - SVNClientSynchronized() - Constructor for class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Create our worker
 - svndiffBackwardView - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - svndiffCorruptWindow - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - svndiffInvalidCompressedData - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - svndiffInvalidHeader - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - svndiffInvalidOps - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - svndiffUnexpectedEnd - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - SVNInputStream - Class in org.tigris.subversion.javahl
 - 
This class connects a java.io.PipedInputStream to a OutputInterface.
 - SVNInputStream() - Constructor for class org.tigris.subversion.javahl.SVNInputStream
 - 
Creates a SVNInputStream so that it is connected with an internal PipedOutputStream
 - SVNInputStream.Outputer - Class in org.tigris.subversion.javahl
 - 
this class implements the connection to SVNAdmin
 - SVNOutputStream - Class in org.tigris.subversion.javahl
 - 
This class connects a java.io.PipedOutputStream to a InputInterface.
 - SVNOutputStream() - Constructor for class org.tigris.subversion.javahl.SVNOutputStream
 - 
Creates a SVNOutputStream so that it is connected with an internal PipedInputStream
 - SVNOutputStream.Inputer - Class in org.tigris.subversion.javahl
 - 
this class implements the connection to SVNAdmin
 - SVNRepos - Class in org.apache.subversion.javahl
 - 
This class offers the same commands as the svnadmin commandline client.
 - SVNRepos() - Constructor for class org.apache.subversion.javahl.SVNRepos
 - 
Standard empty constructor, builds just the native peer.
 - SVNUtil - Class in org.apache.subversion.javahl
 - SVNUtil() - Constructor for class org.apache.subversion.javahl.SVNUtil
 - SVNUtil.ConflictDisplayStyle - Enum in org.apache.subversion.javahl
 - 
Style for displaying conflicts in merge output.
 - SVNUtil.Credential - Class in org.apache.subversion.javahl
 - 
Generic credential description.
 - SVNUtil.Credential.Kind - Enum in org.apache.subversion.javahl
 - 
Describes the kind of the credential.
 - SVNUtil.CredentialTypeMismatch - Exception in org.apache.subversion.javahl
 - 
Exception used by calling the wrong accessor on Credential for the given credential type.
 - SVNUtil.DiffOptions - Class in org.apache.subversion.javahl
 - 
Options to control the behaviour of the file diff routines.
 - SVNUtil.DiffOptions.IgnoreSpace - Enum in org.apache.subversion.javahl
 - 
To what extent whitespace should be ignored when comparing lines.
 - swigPyExceptionSet - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - switched - org.apache.subversion.javahl.ConflictDescriptor.Operation
 - switched - Static variable in class org.tigris.subversion.javahl.Operation
 - symlink - org.apache.subversion.javahl.types.NodeKind
 - 
symbolic link
 
T
- testFailed - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - text - org.apache.subversion.javahl.ConflictDescriptor.Kind
 - 
Attempting to change text or props.
 - text - Static variable in class org.tigris.subversion.javahl.ConflictDescriptor.Kind
 - 
Attempting to change text or props.
 - TextMods - Static variable in interface org.apache.subversion.javahl.CommitItemStateFlags
 - 
the item has text modifications
 - TextMods - Static variable in interface org.tigris.subversion.javahl.CommitItemStateFlags
 - 
the item has text modifications
 - toADepth(int) - Static method in class org.tigris.subversion.javahl.Depth
 - toAKind(int) - Static method in class org.tigris.subversion.javahl.Revision.Kind
 - toApache() - Method in class org.tigris.subversion.javahl.ConflictResult
 - toApache() - Method in class org.tigris.subversion.javahl.CopySource
 - toApache() - Method in class org.tigris.subversion.javahl.Revision.DateSpec
 - toApache() - Method in class org.tigris.subversion.javahl.Revision.Number
 - toApache() - Method in class org.tigris.subversion.javahl.Revision
 - toApache() - Method in class org.tigris.subversion.javahl.RevisionRange
 - toString() - Method in enum org.apache.subversion.javahl.ClientNotifyInformation.Action
 - toString() - Method in enum org.apache.subversion.javahl.ClientNotifyInformation.LockStatus
 - toString() - Method in enum org.apache.subversion.javahl.ClientNotifyInformation.Status
 - toString() - Method in enum org.apache.subversion.javahl.DiffSummary.DiffKind
 - toString() - Method in class org.apache.subversion.javahl.DiffSummary
 - toString() - Method in enum org.apache.subversion.javahl.ISVNRemote.Capability
 - toString() - Method in enum org.apache.subversion.javahl.SVNUtil.Credential.Kind
 - toString() - Method in class org.apache.subversion.javahl.types.ConflictVersion
 - toString() - Method in class org.apache.subversion.javahl.types.DirEntry
 - toString() - Method in class org.apache.subversion.javahl.types.Info
 - toString() - Method in class org.apache.subversion.javahl.types.LogDate
 - toString() - Method in enum org.apache.subversion.javahl.types.NodeKind
 - toString() - Method in class org.apache.subversion.javahl.types.Revision.DateSpec
 - 
return the textual representation of the revision
 - toString() - Method in class org.apache.subversion.javahl.types.Revision.Number
 - 
return the textual representation of the revision
 - toString() - Method in class org.apache.subversion.javahl.types.Revision
 - 
return the textual representation of the revision
 - toString() - Method in class org.apache.subversion.javahl.types.RevisionRange
 - toString() - Method in class org.apache.subversion.javahl.types.RuntimeVersion
 - toString() - Method in enum org.apache.subversion.javahl.types.Status.Kind
 - toString() - Method in class org.apache.subversion.javahl.types.Version
 - toString() - Method in class org.tigris.subversion.javahl.BlameCallbackImpl.BlameLine
 - toString() - Method in class org.tigris.subversion.javahl.ConflictVersion
 - toString() - Method in class org.tigris.subversion.javahl.DiffSummary.DiffKind
 - toString() - Method in class org.tigris.subversion.javahl.DiffSummary
 - toString() - Method in class org.tigris.subversion.javahl.DirEntry
 - toString() - Method in class org.tigris.subversion.javahl.Info2
 - toString() - Method in class org.tigris.subversion.javahl.LogDate
 - toString() - Method in class org.tigris.subversion.javahl.Revision.DateSpec
 - 
return the textual representation of the revision
 - toString() - Method in class org.tigris.subversion.javahl.Revision.Number
 - 
return the textual representation of the revision
 - toString() - Method in class org.tigris.subversion.javahl.Revision
 - 
return the textual representation of the revision
 - toString() - Method in class org.tigris.subversion.javahl.RevisionRange
 - toString() - Method in class org.tigris.subversion.javahl.Version
 - translateInputStream(InputStream, byte[], boolean, Map<String, byte[]>, boolean, boolean, byte[], long, String, String, Date, String) - Method in class org.apache.subversion.javahl.util.SubstLib
 - translateOutputStream(OutputStream, byte[], boolean, Map<String, byte[]>, boolean, boolean, byte[], long, String, String, Date, String) - Method in class org.apache.subversion.javahl.util.SubstLib
 - translateStream(InputStream, byte[], boolean, boolean, byte[], long, String, String, Date, String) - Static method in class org.apache.subversion.javahl.SVNUtil
 - 
Expand keywords and return a stream which performs end-of-line translation and keyword expansion when read from.
 - translateStream(InputStream, byte[], boolean, Map<String, byte[]>, boolean) - Static method in class org.apache.subversion.javahl.SVNUtil
 - 
Return a stream which performs end-of-line translation and keyword expansion when read from.
 - translateStream(OutputStream, byte[], boolean, boolean, byte[], long, String, String, Date, String) - Static method in class org.apache.subversion.javahl.SVNUtil
 - 
Expand keywords and return a stream which performs end-of-line translation and keyword expansion when written to.
 - translateStream(OutputStream, byte[], boolean, Map<String, byte[]>, boolean) - Static method in class org.apache.subversion.javahl.SVNUtil
 - 
Return a stream which performs end-of-line translation and keyword expansion when written to.
 - tree - org.apache.subversion.javahl.ConflictDescriptor.Kind
 - 
Tree conflict.
 - tree_conflict - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
The path is a tree-conflict victim of the intended action
 - tree_conflict - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - Tristate - Enum in org.apache.subversion.javahl.types
 - True - org.apache.subversion.javahl.types.Tristate
 - 
The state of the thing is true.
 - TRUE - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - 
"true" value in configuration.
 - trust - Variable in class org.apache.subversion.javahl.callback.AuthnCallback.AuthnResult
 - TunnelAgent - Interface in org.apache.subversion.javahl.callback
 - 
Callback interface for creating and managing tunnels for ra_svn connections.
 - TunnelAgent.CloseTunnelCallback - Interface in org.apache.subversion.javahl.callback
 - 
Callback interface returned from
#openTunnel(). 
U
- unchanged - org.apache.subversion.javahl.ClientNotifyInformation.LockStatus
 - 
the lock change did not change
 - unchanged - org.apache.subversion.javahl.ClientNotifyInformation.Status
 - 
The state did not change.
 - unchanged - Static variable in interface org.tigris.subversion.javahl.LockStatus
 - 
the lock change did not change
 - unchanged - Static variable in interface org.tigris.subversion.javahl.NotifyStatus
 - 
The state did not change.
 - unknown - org.apache.subversion.javahl.ClientNotifyInformation.LockStatus
 - 
unknown lock state
 - unknown - org.apache.subversion.javahl.ClientNotifyInformation.Status
 - 
Notifier doesn't know or isn't saying.
 - unknown - org.apache.subversion.javahl.types.Depth
 - 
Depth undetermined or ignored.
 - unknown - org.apache.subversion.javahl.types.NodeKind
 - 
something's here, but we don't know what
 - unknown - Static variable in class org.tigris.subversion.javahl.Depth
 - 
Depth undetermined or ignored.
 - unknown - Static variable in interface org.tigris.subversion.javahl.LockStatus
 - 
unknown lock state
 - unknown - Static variable in class org.tigris.subversion.javahl.NodeKind
 - unknown - Static variable in interface org.tigris.subversion.javahl.NotifyStatus
 - 
Notifier doesn't know or isn't saying.
 - Unknown - org.apache.subversion.javahl.types.Tristate
 - 
The state of the thing is not known.
 - unknownCA() - Method in class org.apache.subversion.javahl.callback.AuthnCallback.SSLServerCertFailures
 - 
Certificate authority is unknown (i.e., not trusted).
 - unknownChangelist - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - unknownOrEmpty(boolean) - Static method in enum org.apache.subversion.javahl.types.Depth
 - unknownOrEmpty(boolean) - Static method in class org.tigris.subversion.javahl.Depth
 - unknownOrFiles(boolean) - Static method in enum org.apache.subversion.javahl.types.Depth
 - unknownOrFiles(boolean) - Static method in class org.tigris.subversion.javahl.Depth
 - unknownOrImmediates(boolean) - Static method in enum org.apache.subversion.javahl.types.Depth
 - unknownOrImmediates(boolean) - Static method in class org.tigris.subversion.javahl.Depth
 - unlock(String[], boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - unlock(String[], boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Unlock a working copy item
 - unlock(String[], boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - unlock(Set<String>, boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Unlock a working copy item
 - unlock(Set<String>, boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - unlocked - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Unlocking a path
 - unlocked - org.apache.subversion.javahl.ClientNotifyInformation.LockStatus
 - 
the item was unlocked
 - unlocked - Static variable in interface org.tigris.subversion.javahl.LockStatus
 - 
the item was unlocked
 - unlocked - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - unparseExternals(List<ExternalItem>, String) - Static method in class org.apache.subversion.javahl.SVNUtil
 - 
Unparse and list of external items into a format suitable for the value of the
svn:externalsproperty and validate the result. - unparseExternals(List<ExternalItem>, String, boolean) - Method in class org.apache.subversion.javahl.util.PropLib
 - unparseExternalsForAncientUnsupportedClients(List<ExternalItem>, String) - Static method in class org.apache.subversion.javahl.SVNUtil
 - 
Unparse and list of external items into a format suitable for the value of the
svn:externalsproperty compatible with Subversion clients older than release 1.5, and validate the result. - unspecified - org.apache.subversion.javahl.types.Revision.Kind
 - 
No revision information given.
 - unspecified - Static variable in interface org.tigris.subversion.javahl.RevisionKind
 - 
No revision information given.
 - UNSPECIFIED - Static variable in class org.apache.subversion.javahl.types.Revision
 - 
unspecified revision
 - unsupportedFeature - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - unversioned - org.apache.subversion.javahl.ConflictDescriptor.Reason
 - 
Object is unversioned.
 - unversioned - org.apache.subversion.javahl.types.Status.Kind
 - 
is not a versioned thing in this wc
 - unversioned - Static variable in class org.tigris.subversion.javahl.ConflictDescriptor.Reason
 - 
Object is unversioned.
 - unversioned - Static variable in interface org.tigris.subversion.javahl.StatusKind
 - 
is not a versioned thing in this wc
 - unversionedResource - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - update - org.apache.subversion.javahl.ConflictDescriptor.Operation
 - update - Static variable in class org.tigris.subversion.javahl.Operation
 - update(String[], Revision, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - update(String[], Revision, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.
 - update(String[], Revision, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.
 - update(String[], Revision, int, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - update(String[], Revision, int, boolean, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Updates the directories or files from repository
 - update(String[], Revision, int, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - update(String, Revision, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - 
Deprecated.
 - update(String, Revision, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Deprecated.
 - update(String, Revision, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - 
Deprecated.
 - update(String, Revision, int, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClient
 - update(String, Revision, int, boolean, boolean, boolean) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Updates the directory or file from repository
 - update(String, Revision, int, boolean, boolean, boolean) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - update(Set<String>, Revision, Depth, boolean, boolean, boolean, boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Updates the directories or files from repository
 - update(Set<String>, Revision, Depth, boolean, boolean, boolean, boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - update_add - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Got an add in an update.
 - update_add - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - 
Got an add in an update.
 - update_broken_lock - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
The lock on a file was removed during update
 - update_completed - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
The last notification in an update
 - update_completed - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - 
The last notification in an update
 - update_delete - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Got a delete in an update.
 - update_delete - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - 
Got a delete in an update.
 - update_external - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
About to update an external module, use for checkouts and switches too, end with @c svn_wc_update_completed.
 - update_external - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - 
About to update an external module, use for checkouts and switches too, end with @c svn_wc_update_completed.
 - update_external_removed - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
An update operation removed an external working copy.
 - update_replaced - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Got a replaced in an update.
 - update_replaced - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - update_shadowed_add - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Applying a shadowed add
 - update_shadowed_delete - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Applying a shadowed delete
 - update_shadowed_update - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Applying a shadowed update
 - update_skip_access_denied - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Skipped a file or directory to which access couldn't be obtained
 - update_skip_obstruction - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Skipping an obstruction working copy
 - update_skip_working_only - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Skipping a working only node
 - update_started - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Starting an update operation
 - update_update - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Got any other action in an update.
 - update_update - Static variable in interface org.tigris.subversion.javahl.NotifyAction
 - 
Got any other action in an update.
 - upgrade(File, ReposNotifyCallback) - Method in interface org.apache.subversion.javahl.ISVNRepos
 - 
upgrade the repository format
 - upgrade(File, ReposNotifyCallback) - Method in class org.apache.subversion.javahl.SVNRepos
 - upgrade(String) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Recursively upgrade a working copy to a new metadata storage format.
 - upgrade(String) - Method in class org.apache.subversion.javahl.SVNClient
 - upgrade(String) - Method in class org.tigris.subversion.javahl.SVNClient
 - upgrade(String) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Recursively upgrade a working copy to a new metadata storage format.
 - upgrade(String) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - upgrade_start - org.apache.subversion.javahl.ReposNotifyInformation.Action
 - 
Upgrade has started.
 - upgraded_path - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
An working copy directory was upgraded to the latest format.
 - url_redirect - org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
The server has instructed the client to follow a URL redirection.
 - USE_COMMIT_TIMES - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - userAllowedSave() - Method in interface org.apache.subversion.javahl.callback.UserPasswordCallback
 - 
Deprecated.
 - userAllowedSave() - Method in interface org.tigris.subversion.javahl.PromptUserPassword3
 - username - org.apache.subversion.javahl.SVNUtil.Credential.Kind
 - 
The username for a realm.
 - username(String) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Sets the username used for authentication.
 - username(String) - Method in class org.apache.subversion.javahl.SVNClient
 - username(String) - Method in class org.tigris.subversion.javahl.SVNClient
 - username(String) - Method in interface org.tigris.subversion.javahl.SVNClientInterface
 - 
Sets the username used for authentication.
 - username(String) - Method in class org.tigris.subversion.javahl.SVNClientSynchronized
 - USERNAME - Static variable in interface org.apache.subversion.javahl.ISVNConfig
 - usernamePrompt(String, boolean) - Method in interface org.apache.subversion.javahl.callback.AuthnCallback
 - 
Ask for a username.
 - UsernameResult(String) - Constructor for class org.apache.subversion.javahl.callback.AuthnCallback.UsernameResult
 - 
Set the username in the result.
 - UsernameResult(String, boolean) - Constructor for class org.apache.subversion.javahl.callback.AuthnCallback.UsernameResult
 - 
Set the username in the result.
 - UserPasswordCallback - Interface in org.apache.subversion.javahl.callback
 - 
Deprecated.Use {@see AuthnCallback}.
 - userPasswordPrompt(String, String, boolean) - Method in interface org.apache.subversion.javahl.callback.AuthnCallback
 - 
Ask for a username and password.
 - UserPasswordResult(String, String) - Constructor for class org.apache.subversion.javahl.callback.AuthnCallback.UserPasswordResult
 - 
Set the username and password in the result.
 - UserPasswordResult(String, String, boolean) - Constructor for class org.apache.subversion.javahl.callback.AuthnCallback.UserPasswordResult
 - 
Set the username and password in the result.
 
V
- vacuum(String, boolean, boolean, boolean, boolean, boolean) - Method in interface org.apache.subversion.javahl.ISVNClient
 - 
Recursively vacuum a working copy, removing unnecessary data.
 - vacuum(String, boolean, boolean, boolean, boolean, boolean) - Method in class org.apache.subversion.javahl.SVNClient
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.ClientNotifyInformation.LockStatus
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.ClientNotifyInformation.Status
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.ConflictDescriptor.Action
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.ConflictDescriptor.Kind
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.ConflictDescriptor.Operation
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.ConflictDescriptor.Reason
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.ConflictResult.Choice
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.DiffSummary.DiffKind
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.ISVNRemote.Capability
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.ReposNotifyInformation.Action
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.ReposNotifyInformation.NodeAction
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.SVNClient.ClientLogLevel
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.SVNUtil.ConflictDisplayStyle
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.SVNUtil.Credential.Kind
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.SVNUtil.DiffOptions.IgnoreSpace
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.types.ChangePath.Action
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.types.Checksum.Kind
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.types.Depth
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.types.DiffOptions.Flag
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.types.Info.ScheduleKind
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.types.Mergeinfo.Inheritance
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.types.Mergeinfo.LogKind
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.types.NodeKind
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.types.Revision.Kind
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.types.Status.Kind
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum org.apache.subversion.javahl.types.Tristate
 - 
Returns the enum constant of this type with the specified name.
 - values() - Static method in enum org.apache.subversion.javahl.ClientNotifyInformation.Action
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.ClientNotifyInformation.LockStatus
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.ClientNotifyInformation.Status
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.ConflictDescriptor.Action
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.ConflictDescriptor.Kind
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.ConflictDescriptor.Operation
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.ConflictDescriptor.Reason
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.ConflictResult.Choice
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.DiffSummary.DiffKind
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.ISVNRemote.Capability
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.ReposNotifyInformation.Action
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.ReposNotifyInformation.NodeAction
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.SVNClient.ClientLogLevel
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.SVNUtil.ConflictDisplayStyle
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.SVNUtil.Credential.Kind
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.SVNUtil.DiffOptions.IgnoreSpace
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.types.ChangePath.Action
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.types.Checksum.Kind
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.types.Depth
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.types.DiffOptions.Flag
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.types.Info.ScheduleKind
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.types.Mergeinfo.Inheritance
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.types.Mergeinfo.LogKind
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.types.NodeKind
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.types.Revision.Kind
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.types.Status.Kind
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum org.apache.subversion.javahl.types.Tristate
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - verify(File, Revision, Revision, boolean, boolean, ReposNotifyCallback, ReposVerifyCallback) - Method in interface org.apache.subversion.javahl.ISVNRepos
 - 
Verify the repository at
pathbetween revisionsstartandend. - verify(File, Revision, Revision, boolean, boolean, ReposNotifyCallback, ReposVerifyCallback) - Method in class org.apache.subversion.javahl.SVNRepos
 - verify(File, Revision, Revision, ReposNotifyCallback) - Method in interface org.apache.subversion.javahl.ISVNRepos
 - 
Verify the repository at
pathbetween revisionsstartandend. - verify(File, Revision, Revision, ReposNotifyCallback) - Method in class org.apache.subversion.javahl.SVNRepos
 - verify(String, OutputInterface, Revision, Revision) - Method in class org.tigris.subversion.javahl.SVNAdmin
 - 
Verify the repository at
pathbetween revisionsstartandend. - verify_rev_end - org.apache.subversion.javahl.ReposNotifyInformation.Action
 - 
A revision has finished being verified.
 - verify_rev_structure - org.apache.subversion.javahl.ReposNotifyInformation.Action
 - 
The structure of a revision is being verified.
 - version() - Static method in class org.apache.subversion.javahl.SVNClient
 - 
Returns version information of subversion and the javahl binding
 - version() - Static method in class org.tigris.subversion.javahl.SVNClient
 - 
Returns version information of subversion and the javahl binding
 - Version - Class in org.apache.subversion.javahl.types
 - 
Encapsulates version information about the underlying native libraries.
 - Version - Class in org.tigris.subversion.javahl
 - 
Encapsulates version information about the underlying native libraries.
 - Version() - Constructor for class org.apache.subversion.javahl.types.Version
 - Version() - Constructor for class org.tigris.subversion.javahl.Version
 - Version(Version) - Constructor for class org.tigris.subversion.javahl.Version
 - VersionExtended - Class in org.apache.subversion.javahl.types
 - 
Encapsulates information about the compile-time and run-time properties of the Subversion libraries.
 - VersionExtended() - Constructor for class org.apache.subversion.javahl.types.VersionExtended
 - VersionExtended.LinkedLib - Class in org.apache.subversion.javahl.types
 - 
Dependent library information.
 - VersionExtended.LoadedLib - Class in org.apache.subversion.javahl.types
 - 
Loaded shared library information.
 - versionMajor() - Static method in class org.apache.subversion.javahl.SVNClient
 - 
Returns the major version of the javahl binding.
 - versionMajor() - Static method in class org.tigris.subversion.javahl.SVNClient
 - 
Returns the major version of the javahl binding.
 - versionMicro() - Static method in class org.apache.subversion.javahl.SVNClient
 - 
Returns the micro (patch) version of the javahl binding.
 - versionMicro() - Static method in class org.tigris.subversion.javahl.SVNClient
 - 
Returns the micro (patch) version of the javahl binding.
 - versionMinor() - Static method in class org.apache.subversion.javahl.SVNClient
 - 
Returns the minor version of the javahl binding.
 - versionMinor() - Static method in class org.tigris.subversion.javahl.SVNClient
 - 
Returns the minor version of the javahl binding.
 - versionMismatch - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 
W
- warning - org.apache.subversion.javahl.ReposNotifyInformation.Action
 - 
A warning message is waiting.
 - wcBadAdmLog - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcBadAdmLogStart - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcBadPath - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcChangelistMove - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcConflictResolverFailure - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcCopyfromPathNotFound - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcCorrupt - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcCorruptTextBase - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcFoundConflict - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcInvalidLock - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcInvalidOpOnCwd - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcInvalidRelocation - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcInvalidSchedule - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcInvalidSwitch - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcLeftLocalMod - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcLocked - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcMismatchedChangelist - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcNodeKindChange - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcNotDirectory - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcNotFile - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcNotLocked - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcNotUpToDate - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcObstructedUpdate - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcPathFound - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcPathNotFound - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcScheduleConflict - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcUnsupportedFormat - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcUnwindEmpty - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcUnwindMismatch - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - wcUnwindNotEmpty - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - working - org.apache.subversion.javahl.types.Revision.Kind
 - 
current, plus local mods
 - working - Static variable in interface org.tigris.subversion.javahl.RevisionKind
 - 
current, plus local mods
 - WORKING - Static variable in class org.apache.subversion.javahl.types.Revision
 - 
working version in working copy
 - WORKING - Static variable in class org.tigris.subversion.javahl.Revision
 - 
working version in working copy
 - write(byte[]) - Method in interface org.tigris.subversion.javahl.OutputInterface
 - 
write the bytes in data to java
 - write(byte[]) - Method in class org.tigris.subversion.javahl.SVNInputStream.Outputer
 - 
write the bytes in data to java
 - write(byte[], int, int) - Method in class org.apache.subversion.javahl.types.NativeOutputStream
 - 
Writes
lenbytes at offsetofffrombto the underyling native stream. - write(int) - Method in class org.apache.subversion.javahl.types.NativeOutputStream
 - 
Writes a single byte to the underyling native stream.
 
X
- xmlAttribNotFound - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - xmlMalformed - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - xmlMissingAncestry - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - xmlUnescapableData - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 - xmlUnknownEncoding - Static variable in class org.tigris.subversion.javahl.ErrorCodes
 
All Classes|All Packages