Alphabetical Index

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

A

AccecptTemporary - static field in class org.tigris.subversion.javahl.PromptUserPassword2
AcceptPermanently - static field in class org.tigris.subversion.javahl.PromptUserPassword2
Accept the connection to the server forever.
AcceptTemporary - static field in class org.tigris.subversion.javahl.PromptUserPassword2
Accept the connection to the server once.
Notify.Action - class org.tigris.subversion.javahl.Notify.Action
The type of action occuring.
actionNames - static field in class org.tigris.subversion.javahl.NotifyAction
textual representation of the action types
Add - static field in class org.tigris.subversion.javahl.CommitItemStateFlags
the item has been added
add - static field in class org.tigris.subversion.javahl.NotifyAction
Adding a path to revision control.
add - static field in class org.tigris.subversion.javahl.ScheduleKind
Slated for addition
add(String,boolean) - method in class org.tigris.subversion.javahl.SVNClient
Adds a file to the repository.
add(String,boolean) - method in class org.tigris.subversion.javahl.SVNClientInterface
Adds a file to the repository.
add(String,boolean) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Adds a file to the repository.
add(String,boolean,boolean) - method in class org.tigris.subversion.javahl.SVNClient
Adds a file to the repository.
add(String,boolean,boolean) - method in class org.tigris.subversion.javahl.SVNClientInterface
Adds a file to the repository.
add(String,boolean,boolean) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Adds a file to the repository.
added - static field in class org.tigris.subversion.javahl.StatusKind
is scheduled for additon
addExpectedCommitItem(String,String,String,int,int) - method in class org.tigris.subversion.javahl.tests.SVNTests
add another commit item expected during the callback for the log message.
addItem(String,String) - method in class org.tigris.subversion.javahl.tests.WC
Add a new item to the working copy
admin - field in class org.tigris.subversion.javahl.tests.SVNTests
our admin object, mostly used for creating,dumping and loading repositories
askQuestion(String,String,boolean) - method in class org.tigris.subversion.javahl.PromptUserPassword
ask the user a question where she answers with a text.
askQuestion(String,String,boolean,boolean) - method in class org.tigris.subversion.javahl.PromptUserPassword3
Ask the user a question, and (usually) store the auth credential caching preference specified by maySave (used by userAllowedSave()).
askTrustSSLServer(String,boolean) - method in class 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 class org.tigris.subversion.javahl.PromptUserPassword
ask the user a yes/no question

B

BASE - static field in class org.tigris.subversion.javahl.Revision
base revision of working copy
base - static field in class org.tigris.subversion.javahl.RevisionKind
.svn/entries current revision
BasicTests - class org.tigris.subversion.javahl.tests.BasicTests
Tests the basic functionality of javahl binding (inspired by the tests in subversion/tests/cmdline/basic_tests.py).
BasicTests() - constructor for class org.tigris.subversion.javahl.tests.BasicTests
Initialize the testBaseName and the testCounter, if this is the first test of this class
BDB - static field in class org.tigris.subversion.javahl.SVNAdmin
Filesystem in a Berkeley DB
Return for each line of the file, the author and the revision of the last together with the content.
Return for each line of the file, the author and the revision of the last together with the content.
Return for each line of the file, the author and the revision of the last together with the content.
Retrieve the content together with the author, the revision and the date of the last change of each line
Retrieve the content together with the author, the revision and the date of the last change of each line
Retrieve the content together with the author, the revision and the date of the last change of each line
Retrieve the content together with the author, the revision and the date of the last change of each line
Retrieve the content together with the author, the revision and the date of the last change of each line
Retrieve the content together with the author, the revision and the date of the last change of each line
blame_revision - static field in class org.tigris.subversion.javahl.NotifyAction
Processed a single revision's blame.
BlameCallback - interface org.tigris.subversion.javahl.BlameCallback
this interface is used to receive every single line for a file on a the SVNClientinterface.blame call.

C

cancelOperation() - method in class org.tigris.subversion.javahl.SVNClient
cancel the active operation
cancelOperation() - method in class org.tigris.subversion.javahl.SVNClientInterface
cancel the active operation
cancelOperation() - method in class org.tigris.subversion.javahl.SVNClientSynchronized
cancel the active operation
changed - static field in class org.tigris.subversion.javahl.NotifyStatus
Pristine state was modified.
ChangePath - class org.tigris.subversion.javahl.ChangePath
Executes a revision checkout.
Executes a revision checkout.
Executes a revision checkout.
Executes a revision checkout.
Executes a revision checkout.
Executes a revision checkout.
checkStatus() - method in class org.tigris.subversion.javahl.tests.SVNTests.OneTest
Check if the working copy has the expected status
cleanup(String) - method in class org.tigris.subversion.javahl.SVNClient
Recursively cleans up a local directory, finishing any incomplete operations, removing lockfiles, etc.
cleanup(String) - method in class 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
Recursively cleans up a local directory, finishing any incomplete operations, removing lockfiles, etc.
client - field in class org.tigris.subversion.javahl.tests.SVNTests
the subversion client, what we want to test.
ClientException - class org.tigris.subversion.javahl.ClientException
Subversion client exception class.
close() - method in class org.tigris.subversion.javahl.InputInterface
close the input
close() - method in class 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
close() - method in class org.tigris.subversion.javahl.tests.SVNTests.FileInputer
close the input
close() - method in class org.tigris.subversion.javahl.tests.SVNTests.FileOutputer
close the output
close() - method in class org.tigris.subversion.javahl.tests.SVNTests.IgnoreOutputer
close the output
commit(String[],String,boolean) - method in class org.tigris.subversion.javahl.SVNClient
Commits changes to the repository.
commit(String[],String,boolean) - method in class org.tigris.subversion.javahl.SVNClientInterface
Commits changes to the repository.
commit(String[],String,boolean) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Commits changes to the repository.
commit(String[],String,boolean,boolean) - method in class org.tigris.subversion.javahl.SVNClient
Commits changes to the repository.
commit(String[],String,boolean,boolean) - method in class org.tigris.subversion.javahl.SVNClientInterface
Commits changes to the repository.
commit(String[],String,boolean,boolean) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Commits changes to the repository.
commit_added - static field in class org.tigris.subversion.javahl.NotifyAction
Committing an addition.
commit_deleted - static field in class org.tigris.subversion.javahl.NotifyAction
Committing a deletion.
commit_modified - static field in class org.tigris.subversion.javahl.NotifyAction
Committing a modification.
commit_postfix_txdelta - static field in class org.tigris.subversion.javahl.NotifyAction
Transmitting post-fix text-delta data for a file.
commit_replaced - static field in class org.tigris.subversion.javahl.NotifyAction
Committing a replacement.
CommitItem - class org.tigris.subversion.javahl.CommitItem
this class describes a item which will be commited.
CommitItemStateFlags - interface org.tigris.subversion.javahl.CommitItemStateFlags
the constants in this interface describe the changes to an item to be commited
CommitMessage - interface org.tigris.subversion.javahl.CommitMessage
this is callback interface which has to implemented by the client to receive which files will be commited and to enter the log message
Sets the commit message handler.
Sets the commit message handler.
Sets the commit message handler.
COMMITTED - static field in class org.tigris.subversion.javahl.Revision
last committed revision, needs working copy
committed - static field in class org.tigris.subversion.javahl.RevisionKind
rev of most recent change
conf - field in class org.tigris.subversion.javahl.tests.SVNTests
the directory "config" in the localTmp.
conflicted - static field in class org.tigris.subversion.javahl.NotifyStatus
Modified state got conflicting mods.
conflicted - static field in class org.tigris.subversion.javahl.StatusKind
local mods received conflicting repos mods
copy - static field in class org.tigris.subversion.javahl.NotifyAction
Copying a versioned path.
copy() - method in class org.tigris.subversion.javahl.tests.WC
Copy an expected working copy state
copy(String) - method in class org.tigris.subversion.javahl.tests.SVNTests.OneTest
Copy the working copy and the expected working copy layout for tests which need multiple working copy
Copies a versioned file with the history preserved.
Copies a versioned file with the history preserved.
Copies a versioned file with the history preserved.
cppAddr - field in class org.tigris.subversion.javahl.SVNAdmin
slot for the adress of the native peer.
cppAddr - field in class org.tigris.subversion.javahl.SVNClient
slot for the adress of the native peer.
create(String,boolean,boolean,String,String) - method in class org.tigris.subversion.javahl.SVNAdmin
create a subversion repository.
createStartRepository(String) - method in class org.tigris.subversion.javahl.tests.SVNTests.OneTest
Create the repository for the beginning of the test
createStartWorkingCopy(File,String) - method in class org.tigris.subversion.javahl.tests.SVNTests.OneTest
Create the working copy for the beginning of the test

D

date - static field in class org.tigris.subversion.javahl.RevisionKind
revision given as date
Revision.DateSpec - class org.tigris.subversion.javahl.Revision.DateSpec
class to specify a revision by a date
DateSpec(Date) - constructor for class org.tigris.subversion.javahl.Revision.DateSpec
create a revision by date object
Delete - static field in class org.tigris.subversion.javahl.CommitItemStateFlags
the item has been deleted
delete - static field in class org.tigris.subversion.javahl.NotifyAction
Deleting a versioned path.
delete - static field in class org.tigris.subversion.javahl.ScheduleKind
Slated for deletion
deleted - static field in class org.tigris.subversion.javahl.StatusKind
scheduled for deletion
deltify the revisions in the repository
Display the differences between two paths
Display the differences between two paths
Display the differences between two paths
Display the differences between two paths
Display the differences between two paths
Display the differences between two paths
Display the differences between two paths
Display the differences between two paths
Display the differences between two paths
dir - static field in class org.tigris.subversion.javahl.NodeKind
DirEntry - class org.tigris.subversion.javahl.DirEntry
A general subversion directory entry.
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 class 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)
Exports the contents of either a subversion repository into a 'clean' directory (meaning a directory with no administrative directories).
Exports the contents of either a subversion repository into a 'clean' directory (meaning a directory with no administrative directories).
Exports the contents of either a subversion repository into a 'clean' directory (meaning a directory with no administrative directories).
Exports the contents of either a subversion repository into a 'clean' directory (meaning a directory with no administrative directories).
Exports the contents of either a subversion repository into a 'clean' directory (meaning a directory with no administrative directories).
Exports the contents of either a subversion repository into a 'clean' directory (meaning a directory with no administrative directories).
doImport(String,String,String,boolean) - method in class org.tigris.subversion.javahl.SVNClient
Import a file or directory into a repository directory at head.
doImport(String,String,String,boolean) - method in class org.tigris.subversion.javahl.SVNClientInterface
Import a file or directory into a repository directory at head.
doImport(String,String,String,boolean) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Import a file or directory into a repository directory at head.
Update local copy to mirror a new url.
Update local copy to mirror a new url.
Update local copy to mirror a new url.
dump the data in a repository

E

enableLogging(int,String) - static method in class org.tigris.subversion.javahl.SVNClient
Enable logging in the JNI-code
EntryLog - static field in class org.tigris.subversion.javahl.SVNClientLogLevel
Log the entry and exits of the JNI code
EOL_STYLE - static field in class org.tigris.subversion.javahl.PropertyData
how the end of line code should be treated during retrieval
equals(Object) - method in class org.tigris.subversion.javahl.Revision
compare to revision objects
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.Number
compare to revision objects
ErrorLog - static field in class org.tigris.subversion.javahl.SVNClientLogLevel
Log fatal error
ExceptionLog - static field in class org.tigris.subversion.javahl.SVNClientLogLevel
Log exceptions thrown
EXECUTABLE - static field in class org.tigris.subversion.javahl.PropertyData
flag if the file should be made excutable during retrieval
EXECUTABLE_VALUE - static field in class org.tigris.subversion.javahl.PropertyData
value for svn:executable
expectedCommitItems - field in class org.tigris.subversion.javahl.tests.SVNTests
the map of all items expected to be received by the callback for the log message.
external - static field in class org.tigris.subversion.javahl.StatusKind
an unversioned path populated by an svn:externals property
EXTERNALS - static field in class org.tigris.subversion.javahl.PropertyData
list of directory managed outside of this working copy

F

failed_lock - static field in class org.tigris.subversion.javahl.NotifyAction
failed_revert - static field in class org.tigris.subversion.javahl.NotifyAction
A revert operation has failed.
failed_unlock - static field in class org.tigris.subversion.javahl.NotifyAction
file - static field in class org.tigris.subversion.javahl.NodeKind
fileContent(String,org.tigris.subversion.javahl.Revision) - method in class org.tigris.subversion.javahl.SVNClient
Retrieve the content of a file
Retrieve the content of a file
Retrieve the content of a file
Retrieve the content of a file
Retrieve the content of a file
Retrieve the content of a file
SVNTests.FileInputer - class org.tigris.subversion.javahl.tests.SVNTests.FileInputer
internal class which implements the InputInterface to read the data from a file.
FileInputer(File) - constructor for class org.tigris.subversion.javahl.tests.SVNTests.FileInputer
create a new object
SVNTests.FileOutputer - class org.tigris.subversion.javahl.tests.SVNTests.FileOutputer
internal class which implements the OutputInterface to write the data to a file.
FileOutputer(File) - constructor for class org.tigris.subversion.javahl.tests.SVNTests.FileOutputer
create new object
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)
FSFS - static field in class org.tigris.subversion.javahl.SVNAdmin
Filesystem in the filesystem

G

getAction() - method in class org.tigris.subversion.javahl.ChangePath
Retrieve action performed
getAction() - method in class org.tigris.subversion.javahl.NotifyInformation
return the action, which triggered this event (See NotifyAction).
getActionName(int) - static method in class org.tigris.subversion.javahl.Notify.Action
Returns the textual representation for the action kind
getAdminDirectoryName() - method in class org.tigris.subversion.javahl.SVNClient
getAdminDirectoryName() - method in class org.tigris.subversion.javahl.SVNClientInterface
getAdminDirectoryName() - method in class org.tigris.subversion.javahl.SVNClientSynchronized
getAdminDirectoryName() - method in class org.tigris.subversion.javahl.tests.SVNTests
Intended to be called as part of test method execution (post-setUp()).
getAprError() - method in class org.tigris.subversion.javahl.ClientException
Returns the APR error id.
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
getChangedPaths() - method in class org.tigris.subversion.javahl.LogMessage
Returns the changes items by this commit
getChecksum() - method in class org.tigris.subversion.javahl.Info2
return the checksum of the item
getComment() - method in class org.tigris.subversion.javahl.Lock
getConfigDirectory() - method in class org.tigris.subversion.javahl.SVNClient
Get the configuration directory
getConfigDirectory() - method in class org.tigris.subversion.javahl.SVNClientInterface
Get the configuration directory
getConfigDirectory() - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Get the configuration directory
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
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
getContentState() - method in class org.tigris.subversion.javahl.NotifyInformation
return the state of the content of the item (See NotifyStatus).
getCopyFromRev() - method in class org.tigris.subversion.javahl.Info2
return if the item was copied, the source rev
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
getCopySrcPath() - method in class org.tigris.subversion.javahl.ChangePath
Retrieve the copy source path (if any)
getCopySrcRevision() - method in class org.tigris.subversion.javahl.ChangePath
Retrieve the copy source revision (if any)
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
getCreationDate() - method in class org.tigris.subversion.javahl.Lock
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.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
getDescription(int) - static method in class org.tigris.subversion.javahl.Status.Kind
Returns the textual representation of the status
getErrMsg() - method in class org.tigris.subversion.javahl.NotifyInformation
return any error message for the item
getExpirationDate() - method in class org.tigris.subversion.javahl.Lock
getHasProps() - method in class org.tigris.subversion.javahl.DirEntry
Returns if the entry has properties managed by Subversion.
getInputer() - method in class org.tigris.subversion.javahl.SVNOutputStream
Get the Interface to connect to SVNAdmin
getInstance(Date) - static method in class org.tigris.subversion.javahl.Revision
Creates a Revision.DateSpec objet
getInstance(long) - static method in class org.tigris.subversion.javahl.Revision
Creates a Revision.Number object
getItem(String) - method in class org.tigris.subversion.javahl.tests.WC
Returns the item at a path
getItemContent(String) - method in class org.tigris.subversion.javahl.tests.WC
Returns the file content of the item at a path
getKind() - method in class org.tigris.subversion.javahl.Info2
return the item kinds (see NodeKind)
getKind() - method in class org.tigris.subversion.javahl.NotifyInformation
return the kind of the item (See NodeKind).
getKind() - method in class org.tigris.subversion.javahl.Revision
Returns the kind of the Revsion
getLastAuthor() - method in class org.tigris.subversion.javahl.DirEntry
Returns the author of the last change.
getLastChanged() - method in class org.tigris.subversion.javahl.DirEntry
Returns the last time the file was changed.
getLastChangedAuthor() - method in class org.tigris.subversion.javahl.Info2
return the author of the last change
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
getLastChangedRev() - method in class org.tigris.subversion.javahl.Info2
return the revision of the last change
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.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.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.tigris.subversion.javahl.SVNClient
Returns the last destination path submitted.
getLastPath() - method in class org.tigris.subversion.javahl.SVNClientInterface
Returns the last destination path submitted.
getLastPath() - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Returns the last destination path submitted.
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
return any lock for the item
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
getLockOwner() - method in class org.tigris.subversion.javahl.Status
Returns the lock owner
getLockState() - method in class org.tigris.subversion.javahl.NotifyInformation
return the state of the lock of the item (See LockStatus).
getLockToken() - method in class org.tigris.subversion.javahl.Status
Returns the lock token
getLogMessage(org.tigris.subversion.javahl.CommitItem[]) - method in class org.tigris.subversion.javahl.CommitMessage
Retrieve a commit message from the user based on the items to be commited
getMajor() - method in class org.tigris.subversion.javahl.Version
getMessage() - method in class org.tigris.subversion.javahl.LogMessage
Return the log message text
getMimeType() - method in class org.tigris.subversion.javahl.NotifyInformation
return the mime type of the item.
getMinor() - method in class org.tigris.subversion.javahl.Version
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
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.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
getNumber() - method in class org.tigris.subversion.javahl.Revision.Number
Returns the revision number
getOutputer() - method in class org.tigris.subversion.javahl.SVNInputStream
Get the Interface to connect to SVNAdmin
getOwner() - method in class org.tigris.subversion.javahl.Lock
getPassword() - method in class org.tigris.subversion.javahl.PromptUserPassword
retrieve the password entered during the prompt call
getPatch() - method in class org.tigris.subversion.javahl.Version
getPath() - method in class org.tigris.subversion.javahl.ChangePath
Retrieve the path to the commited 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.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
return the path of the item, which is the source of the event.
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
getPrejfile() - method in class org.tigris.subversion.javahl.Info2
return the property reject file
getPropState() - method in class org.tigris.subversion.javahl.NotifyInformation
return the state of the properties of the item (See NotifyStatus).
getPropStatus() - method in class org.tigris.subversion.javahl.Status
Returns the status of the properties (See Status Kind)
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
getRepository() - method in class org.tigris.subversion.javahl.Info
Retrieves the url of the repository
getRepository() - method in class org.tigris.subversion.javahl.tests.SVNTests.OneTest
Return the directory of the repository
getRepositoryPath() - method in class org.tigris.subversion.javahl.tests.SVNTests.OneTest
Return the name of the directory of 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.tigris.subversion.javahl.Status
Returns the status of the item in the repository (See StatusKind)
getReposKind() - method in class org.tigris.subversion.javahl.Status
getReposLastCmtAuthor() - method in class org.tigris.subversion.javahl.Status
getReposLastCmtDate() - method in class org.tigris.subversion.javahl.Status
getReposLastCmtRevision() - method in class org.tigris.subversion.javahl.Status
getReposLastCmtRevisionNumber() - method in class org.tigris.subversion.javahl.Status
getReposLock() - method in class org.tigris.subversion.javahl.Status
Returns the lock as in the repository
getReposRootUrl() - method in class org.tigris.subversion.javahl.Info2
return the root URL of the repository
getReposUUID() - method in class org.tigris.subversion.javahl.Info2
return the UUID of the repository
getRev() - method in class org.tigris.subversion.javahl.Info2
return the revision of the item
getRevision() - method in class org.tigris.subversion.javahl.CommitItem
Returns the revision number
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
return the revision of the item.
getRevision() - method in class org.tigris.subversion.javahl.Status
Returns the revision as a Revision object
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.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
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)
getSize() - method in class org.tigris.subversion.javahl.DirEntry
Return the length of file test or 0 for directories
getSource() - method in class org.tigris.subversion.javahl.ClientException
Returns the error source.
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
Returns the textual representation for the notification type
getTextStatus() - method in class org.tigris.subversion.javahl.Status
Returns the status of the item (See StatusKind)
getTextStatusDescription() - method in class org.tigris.subversion.javahl.Status
Returns the status of the item as text.
getTextTime() - method in class org.tigris.subversion.javahl.Info2
return the last time the item was changed
getToken() - method in class org.tigris.subversion.javahl.Lock
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.
getUrl() - method in class org.tigris.subversion.javahl.tests.SVNTests.OneTest
Returns the url of repository
getUrlCopiedFrom() - method in class org.tigris.subversion.javahl.Status
Returns if copied the copy source url or null
getUsername() - method in class org.tigris.subversion.javahl.PromptUserPassword
retrieve the username entered during the prompt call
getUuid() - method in class org.tigris.subversion.javahl.Info
Retrieves the uuid of the repository
getValue() - method in class org.tigris.subversion.javahl.PropertyData
Returns the string value of the property.
getVersion() - method in class org.tigris.subversion.javahl.SVNAdmin
getVersion() - method in class org.tigris.subversion.javahl.SVNClient
getVersion() - method in class org.tigris.subversion.javahl.SVNClientInterface
getVersion() - method in class org.tigris.subversion.javahl.SVNClientSynchronized
getVersionInfo(String,String,boolean) - method in class org.tigris.subversion.javahl.SVNClient
Produce a compact "version number" for a working copy
getVersionInfo(String,String,boolean) - method in class 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
Produce a compact "version number" for a working copy
getWc() - method in class org.tigris.subversion.javahl.tests.SVNTests.OneTest
Returns the expected working copy content
getWCPath() - method in class org.tigris.subversion.javahl.tests.SVNTests.OneTest
Return the working copy directory name
getWorkingCopy() - method in class org.tigris.subversion.javahl.tests.SVNTests.OneTest
Return the working copy directory
greekDump - field in class org.tigris.subversion.javahl.tests.SVNTests
the file in which the sample repository has been dumped.
greekRepos - field in class org.tigris.subversion.javahl.tests.SVNTests
the directory of the sample repository.
greekWC - field in class org.tigris.subversion.javahl.tests.SVNTests
the initial working copy of the sample repository.

H

hasRemote() - method in class org.tigris.subversion.javahl.Status
Returns if the resource has a remote counter-part
HEAD - static field in class org.tigris.subversion.javahl.Revision
last commited revision
head - static field in class org.tigris.subversion.javahl.RevisionKind
repository youngest
hotcopy(String,String,boolean) - method in class org.tigris.subversion.javahl.SVNAdmin
make a hot copy of the repository

I

IGNORE - static field in class org.tigris.subversion.javahl.PropertyData
list of filenames with wildcards which should be ignored by add and status
ignored - static field in class org.tigris.subversion.javahl.StatusKind
a resource marked as ignored
SVNTests.IgnoreOutputer - class org.tigris.subversion.javahl.tests.SVNTests.IgnoreOutputer
internal class implements the OutputInterface, but ignores the data
inapplicable - static field in class org.tigris.subversion.javahl.LockStatus
does not make sense for this operation
inapplicable - static field in class org.tigris.subversion.javahl.NotifyStatus
It not applicable
incomplete - static field in class org.tigris.subversion.javahl.StatusKind
a directory doesn't contain a complete entries list
Info - class org.tigris.subversion.javahl.Info
Give information about one subversion item (file or directory) in the working copy
info(String) - method in class org.tigris.subversion.javahl.SVNClient
Retrieves the working copy information for an item
info(String) - method in class org.tigris.subversion.javahl.SVNClientInterface
Retrieves the working copy information for an item
info(String) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Retrieves the working copy information for an item
Info2 - class org.tigris.subversion.javahl.Info2
this class is returned by SVNClientInterface.info2 and contains information about items in the repository or working copy
Retrieve information about repository or working copy items.
Retrieve information about repository or working copy items.
Retrieve information about repository or working copy items.
SVNOutputStream.Inputer - class org.tigris.subversion.javahl.SVNOutputStream.Inputer
this class implements the connection to SVNAdmin
InputInterface - interface org.tigris.subversion.javahl.InputInterface
Interface for data to be received from subversion used for SVNAdmin.load and SVNAdmin.dump
isAbsent() - method in class org.tigris.subversion.javahl.Info
Retrieve if the item is absent
isAdded() - method in class org.tigris.subversion.javahl.Status
Returns if the resource just has been added
isAdminDirectory(String) - method in class org.tigris.subversion.javahl.SVNClient
isAdminDirectory(String) - method in class org.tigris.subversion.javahl.SVNClientInterface
isAdminDirectory(String) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
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 field in class org.tigris.subversion.javahl.CommitItemStateFlags
the item has been copied
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
isHasWcInfo() - method in class org.tigris.subversion.javahl.Info2
return the flag if the working copy fields are set
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
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.tigris.subversion.javahl.Status
Returns if is managed by svn (added, normal, modified ...)
isMerged() - method in class org.tigris.subversion.javahl.Status
Returns if the resource has been merged
isModified() - method in class org.tigris.subversion.javahl.Status
Returns if the resource itself is modified
isSwitched() - method in class org.tigris.subversion.javahl.Status
Returns if the repository url has been switched
isValid(String) - static method in class org.tigris.subversion.javahl.Path
A valid path is a UTF-8 string without any control characters.
WC.Item - class org.tigris.subversion.javahl.tests.WC.Item
internal class to discribe a single working copy item

J

JNIError - class org.tigris.subversion.javahl.JNIError
This error is thrown by error in the native library

K

KEYWORDS - static field in class org.tigris.subversion.javahl.PropertyData
list of keywords to be expanded during retrieval
Revision.Kind - class org.tigris.subversion.javahl.Revision.Kind
Various ways of specifying revisions.
Status.Kind - class org.tigris.subversion.javahl.Status.Kind
class for kind status of the item or its properties the constants are defined in the interface StatusKind for building reasons

L

list(String,org.tigris.subversion.javahl.Revision,boolean) - method in class org.tigris.subversion.javahl.SVNClient
Lists the directory entries of an url on the server.
Lists the directory entries of an url on the server.
Lists the directory entries of an url on the server.
Lists the directory entries of an url on the server.
Lists the directory entries of an url on the server.
Lists the directory entries of an url on the server.
list all logfiles (BDB) in use or not)
list unused logfiles
load the data of a dump into a repository,
localTmp - field in class org.tigris.subversion.javahl.tests.SVNTests
the directory "svn-test-work/local_tmp" in the rootDir.
Lock - class org.tigris.subversion.javahl.Lock
class to describe a lock.
lock(String[],String,boolean) - method in class org.tigris.subversion.javahl.SVNClient
Lock a working copy item
lock(String[],String,boolean) - method in class org.tigris.subversion.javahl.SVNClientInterface
Lock a working copy item
lock(String[],String,boolean) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Lock a working copy item
locked - static field in class org.tigris.subversion.javahl.LockStatus
the item was locked
locked - static field in class org.tigris.subversion.javahl.NotifyAction
LockStatus - interface org.tigris.subversion.javahl.LockStatus
SVNClient.LogLevel - class org.tigris.subversion.javahl.SVNClient.LogLevel
class for the constants of the logging levels.
LogMessage - class org.tigris.subversion.javahl.LogMessage
this class describes a single subversion revision with log message, author and date
logMessage - field in class org.tigris.subversion.javahl.tests.SVNTests
standard log message.
Retrieve the log messages for an item
Retrieve the log messages for an item
Retrieve the log messages for an item
Retrieve the log messages for an item
Retrieve the log messages for an item
Retrieve the log messages for an item
Retrieve the log messages for an item
Retrieve the log messages for an item
Retrieve the log messages for an item
Retrieve the log messages for an item
Retrieve the log messages for an item
Retrieve the log messages for an item
lslocks(String) - method in class org.tigris.subversion.javahl.SVNAdmin
list all locks in the repository
list all open transactions in a repository

M

main(String[]) - static method in class org.tigris.subversion.javahl.tests.BasicTests
Main method to run tests standalone
main(String[]) - static method in class org.tigris.subversion.javahl.tests.SVNTests
Main method, will call all tests of all test classes
makeReposUrl(File) - method in class org.tigris.subversion.javahl.tests.SVNTests
Create the url for the repository to be used for the tests.
materialize(File) - method in class org.tigris.subversion.javahl.tests.WC
Generate from the expected state of the working copy a new working copy
Merge changes from two paths into a new local path.
Merge changes from two paths into a new local path.
Merge changes from two paths into a new local path.
Merge changes from two paths into a new local path.
Merge changes from two paths into a new local path.
Merge changes from two paths into a new local path.
Merge changes from two paths into a new local path.
Merge changes from two paths into a new local path.
Merge changes from two paths into a new local path.
merged - static field in class org.tigris.subversion.javahl.NotifyStatus
Modified state had mods merged in.
merged - static field in class org.tigris.subversion.javahl.StatusKind
local mods received repos mods
SVNAdmin.MessageReceiver - interface org.tigris.subversion.javahl.SVNAdmin.MessageReceiver
interface to receive the messages
MIME_TYPE - static field in class org.tigris.subversion.javahl.PropertyData
mime type of the entry, used to flag binary files
missing - static field in class org.tigris.subversion.javahl.NotifyStatus
The item wasn't present.
missing - static field in class org.tigris.subversion.javahl.StatusKind
under v.c., but is missing
mkdir(String[],String) - method in class org.tigris.subversion.javahl.SVNClient
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.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
Creates a directory directly in a repository or creates a directory on disk and schedules it for addition.
modified - static field in class org.tigris.subversion.javahl.StatusKind
text or props have been modified
move(String,String,String,boolean) - method in class org.tigris.subversion.javahl.SVNClient
Moves or renames a file.
move(String,String,String,boolean) - method in class org.tigris.subversion.javahl.SVNClientInterface
Moves or renames a file.
move(String,String,String,boolean) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Moves or renames a file.
Moves or renames a file.
Moves or renames a file.
Moves or renames a file.

N

NEEDS_LOCK - static field in class org.tigris.subversion.javahl.PropertyData
NodeKind - class org.tigris.subversion.javahl.NodeKind
Poor mans enum for svn_node_kind_t
NoLog - static field in class org.tigris.subversion.javahl.SVNClientLogLevel
Log nothing
none - static field in class org.tigris.subversion.javahl.NodeKind
none - static field in class org.tigris.subversion.javahl.StatusKind
does not exist
normal - static field in class org.tigris.subversion.javahl.ScheduleKind
exists, but uninteresting
normal - static field in class org.tigris.subversion.javahl.StatusKind
exists, but uninteresting
notification(org.tigris.subversion.javahl.Notify) - method in class org.tigris.subversion.javahl.SVNClient
Sets the notification callback used to send processing information back to the calling program.
notification(org.tigris.subversion.javahl.Notify) - method in class org.tigris.subversion.javahl.SVNClientInterface
Sets the notification callback used to send processing information back to the calling program.
notification(org.tigris.subversion.javahl.Notify) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Sets the notification callback used to send processing information back to the calling program.
notification2(org.tigris.subversion.javahl.Notify2) - method in class org.tigris.subversion.javahl.SVNClient
Sets the notification callback used to send processing information back to the calling program.
notification2(org.tigris.subversion.javahl.Notify2) - method in class org.tigris.subversion.javahl.SVNClientInterface
Sets the notification callback used to send processing information back to the calling program.
notification2(org.tigris.subversion.javahl.Notify2) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Sets the notification callback used to send processing information back to the calling program.
Notify - interface org.tigris.subversion.javahl.Notify
Subversion notification interface.
Notify2 - interface org.tigris.subversion.javahl.Notify2
Subversion notification interface.
NotifyAction - interface org.tigris.subversion.javahl.NotifyAction
The type of action triggering the notification
NotifyInformation - class org.tigris.subversion.javahl.NotifyInformation
this class contains all the information passed by the onNotify2 method of the Notify2 class.
NotifyStatus - interface org.tigris.subversion.javahl.NotifyStatus
status of the text or the property of the item triggering the notification
Revision.Number - class org.tigris.subversion.javahl.Revision.Number
class to specify a Revision by number
number - static field in class org.tigris.subversion.javahl.RevisionKind
revision given as number
Number(long) - constructor for class org.tigris.subversion.javahl.Revision.Number
create a revision by number object

O

obstructed - static field in class org.tigris.subversion.javahl.NotifyStatus
An unversioned item obstructed work.
obstructed - static field in class org.tigris.subversion.javahl.StatusKind
an unversioned resource is in the way of the versioned resource
SVNTests.OneTest - class org.tigris.subversion.javahl.tests.SVNTests.OneTest
this internal class represent the repository and the working copy for one test.
OneTest() - constructor for class org.tigris.subversion.javahl.tests.SVNTests.OneTest
build a new test setup with a new repository, a new working and a new expected working layout
onNotify(org.tigris.subversion.javahl.NotifyInformation) - method in class org.tigris.subversion.javahl.Notify2
Handler for Subversion notifications.
onNotify(String,int,int,String,int,int,long) - method in class org.tigris.subversion.javahl.Notify
Handler for Subversion notifications.
SVNInputStream.Outputer - class org.tigris.subversion.javahl.SVNInputStream.Outputer
this class implements the connection to SVNAdmin
OutputInterface - interface org.tigris.subversion.javahl.OutputInterface
interface to send data to subversion used by SVNAdmin.load

P

password(String) - method in class org.tigris.subversion.javahl.SVNClient
Sets the password used for authification.
password(String) - method in class org.tigris.subversion.javahl.SVNClientInterface
Sets the password used for authentication.
password(String) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Sets the password used for authification.
Path - class org.tigris.subversion.javahl.Path
Subversion path validation and manipulation.
PREVIOUS - static field in class org.tigris.subversion.javahl.Revision
previous committed revision, needs working copy
previous - static field in class org.tigris.subversion.javahl.RevisionKind
(rev of most recent change) - 1
processArgs(String[]) - static method in class org.tigris.subversion.javahl.tests.SVNTests
retrieve the root directory and the root url from the command line arguments
prompt(String,String) - method in class 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 class 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 by userAllowedSave()).
PromptUserPassword - interface org.tigris.subversion.javahl.PromptUserPassword
The original interface for receiving callbacks for authentication.
PromptUserPassword2 - interface org.tigris.subversion.javahl.PromptUserPassword2
Partial interface for receiving callbacks for authentication.
PromptUserPassword3 - interface org.tigris.subversion.javahl.PromptUserPassword3
The interface for requesting authentication credentials from the user.
properties(String) - method in class org.tigris.subversion.javahl.SVNClient
Retrieves the properties of an item
properties(String) - method in class org.tigris.subversion.javahl.SVNClientInterface
Retrieves the properties of an item
properties(String) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Retrieves the properties of an item
properties(String,org.tigris.subversion.javahl.Revision) - method in class org.tigris.subversion.javahl.SVNClient
Retrieves the properties of an item
Retrieves the properties of an item
Retrieves the properties of an item
Retrieves the properties of an item
Retrieves the properties of an item
Retrieves the properties of an item
propertyCreate(String,String,byte[],boolean) - method in class org.tigris.subversion.javahl.SVNClient
Create and sets one property of an item with a byte array value
propertyCreate(String,String,byte[],boolean) - method in class org.tigris.subversion.javahl.SVNClientInterface
Create and sets one property of an item with a byte array value
propertyCreate(String,String,byte[],boolean) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Create and sets one property of an item with a byte array value
propertyCreate(String,String,byte[],boolean,boolean) - method in class org.tigris.subversion.javahl.SVNClient
Create and sets one property of an item with a byte array value
propertyCreate(String,String,byte[],boolean,boolean) - method in class org.tigris.subversion.javahl.SVNClientInterface
Create and sets one property of an item with a byte array value
Create and sets one property of an item with a byte array value
propertyCreate(String,String,String,boolean) - method in class org.tigris.subversion.javahl.SVNClient
Create and sets one property of an item with a String value
propertyCreate(String,String,String,boolean) - method in class org.tigris.subversion.javahl.SVNClientInterface
Create and sets one property of an item with a String value
propertyCreate(String,String,String,boolean) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Create and sets one property of an item with a String value
propertyCreate(String,String,String,boolean,boolean) - method in class org.tigris.subversion.javahl.SVNClient
Create and sets one property of an item with a String value
propertyCreate(String,String,String,boolean,boolean) - method in class org.tigris.subversion.javahl.SVNClientInterface
Create and sets one property of an item with a String value
Create and sets one property of an item with a String value
PropertyData - class org.tigris.subversion.javahl.PropertyData
this class describes one property managed by subversion
propertyGet(String,String) - method in class org.tigris.subversion.javahl.SVNClient
Retrieve one property of one iten
propertyGet(String,String) - method in class org.tigris.subversion.javahl.SVNClientInterface
Retrieve one property of one iten
propertyGet(String,String) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Retrieve one property of one iten
Retrieve one property of one iten
Retrieve one property of one iten
Retrieve one property of one iten
Retrieve one property of one iten
Retrieve one property of one iten
Retrieve one property of one iten
propertyRemove(String,String,boolean) - method in class org.tigris.subversion.javahl.SVNClient
Remove one property of an item.
propertyRemove(String,String,boolean) - method in class org.tigris.subversion.javahl.SVNClientInterface
Remove one property of an item.
propertyRemove(String,String,boolean) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Remove one property of an item.
propertySet(String,String,byte[],boolean) - method in class org.tigris.subversion.javahl.SVNClient
Sets one property of an item with a byte array value
propertySet(String,String,byte[],boolean) - method in class org.tigris.subversion.javahl.SVNClientInterface
Sets one property of an item with a byte array value
propertySet(String,String,byte[],boolean) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Sets one property of an item with a byte array value
propertySet(String,String,byte[],boolean,boolean) - method in class org.tigris.subversion.javahl.SVNClient
Sets one property of an item with a byte array value
propertySet(String,String,byte[],boolean,boolean) - method in class org.tigris.subversion.javahl.SVNClientInterface
Sets one property of an item with a byte array value
propertySet(String,String,byte[],boolean,boolean) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Sets one property of an item with a byte array value
propertySet(String,String,String,boolean) - method in class org.tigris.subversion.javahl.SVNClient
Sets one property of an item with a String value
propertySet(String,String,String,boolean) - method in class org.tigris.subversion.javahl.SVNClientInterface
Sets one property of an item with a String value
propertySet(String,String,String,boolean) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Sets one property of an item with a String value
propertySet(String,String,String,boolean,boolean) - method in class org.tigris.subversion.javahl.SVNClient
Sets one property of an item with a String value
propertySet(String,String,String,boolean,boolean) - method in class org.tigris.subversion.javahl.SVNClientInterface
Sets one property of an item with a String value
propertySet(String,String,String,boolean,boolean) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Sets one property of an item with a String value
PropMods - static field in class org.tigris.subversion.javahl.CommitItemStateFlags
the item has property modifications

R

read(byte[]) - method in class 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[]) - method in class org.tigris.subversion.javahl.tests.SVNTests.FileInputer
read the number of data.length bytes from input.
receiveMessageLine(String) - method in class org.tigris.subversion.javahl.SVNAdmin.MessageReceiver
receive one message line
recover(String) - method in class org.tigris.subversion.javahl.SVNAdmin
recover the berkeley db of a repository, returns youngest revision
Reject - static field in class org.tigris.subversion.javahl.PromptUserPassword2
Reject the connection to the server.
relocate(String,String,String,boolean) - method in class org.tigris.subversion.javahl.SVNClient
Rewrite the url's in the working copy
relocate(String,String,String,boolean) - method in class 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
Rewrite the url's in the working copy
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
Sets a file for deletion.
remove(String[],String,boolean) - method in class org.tigris.subversion.javahl.SVNClientInterface
Sets a file for deletion.
remove(String[],String,boolean) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Sets a file for deletion.
removeDirectoryWithContent(File) - method in class org.tigris.subversion.javahl.tests.SVNTests
Remove a directory with all files and directories it may contain.
removeItem(String) - method in class org.tigris.subversion.javahl.tests.WC
Remove the item at a path
removeRepository(String) - method in class org.tigris.subversion.javahl.tests.SVNAdminTests
remove a rempositryl
replace - static field in class org.tigris.subversion.javahl.ScheduleKind
Slated for replacement (delete + add)
replaced - static field in class org.tigris.subversion.javahl.StatusKind
was deleted and then re-added
repositories - field in class org.tigris.subversion.javahl.tests.SVNTests
the directory "repositories" in the rootDir.
repository - field in class org.tigris.subversion.javahl.tests.SVNTests.OneTest
the file name of repository (used by SVNAdmin)
resolved - static field in class org.tigris.subversion.javahl.NotifyAction
Resolving a conflict.
resolved(String,boolean) - method in class org.tigris.subversion.javahl.SVNClient
Removes the 'conflicted' state on a file.
resolved(String,boolean) - method in class org.tigris.subversion.javahl.SVNClientInterface
Removes the 'conflicted' state on a file.
resolved(String,boolean) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Removes the 'conflicted' state on a file.
restore - static field in class org.tigris.subversion.javahl.NotifyAction
Restoring a missing path from the pristine text-base.
REV_AUTHOR - static field in class org.tigris.subversion.javahl.PropertyData
the author of the revision
REV_DATE - static field in class org.tigris.subversion.javahl.PropertyData
the date of the revision
REV_LOG - static field in class org.tigris.subversion.javahl.PropertyData
the log message of the revision
REV_ORIGINAL_DATE - static field in class org.tigris.subversion.javahl.PropertyData
the original date of the revision
revDate - field in class org.tigris.subversion.javahl.Revision.DateSpec
the date
revert - static field in class org.tigris.subversion.javahl.NotifyAction
Reverting a modified path.
revert(String,boolean) - method in class org.tigris.subversion.javahl.SVNClient
Reverts a file to a pristine state.
revert(String,boolean) - method in class org.tigris.subversion.javahl.SVNClientInterface
Reverts a file to a pristine state.
revert(String,boolean) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Reverts a file to a pristine state.
Revision - class org.tigris.subversion.javahl.Revision
Class to specify a revision in a svn command.
Revision(int) - constructor for class org.tigris.subversion.javahl.Revision
Create a new revision
Revision(int,boolean) - constructor for class org.tigris.subversion.javahl.Revision
Internally create a new revision
RevisionKind - interface org.tigris.subversion.javahl.RevisionKind
Various ways of specifying revisions.
revKind - field in class org.tigris.subversion.javahl.Revision
kind of revision specified
revNumber - field in class org.tigris.subversion.javahl.Revision.Number
the revision number
revProperties(String,org.tigris.subversion.javahl.Revision) - method in class org.tigris.subversion.javahl.SVNClient
Retrieve all revsision properties of one item
Retrieve all revsision properties of one item
Retrieve all revsision properties of one item
Retrieve one revsision property of one item
Retrieve one revsision property of one item
Retrieve one revsision property of one item
rmlocks(String,String[]) - method in class org.tigris.subversion.javahl.SVNAdmin
remove multiple locks from the repository
rmtxns(String,String[]) - method in class org.tigris.subversion.javahl.SVNAdmin
remove open transaction in a repository
rootDir - field in class org.tigris.subversion.javahl.tests.SVNTests
the root directory.
rootDirectoryName - static field in class org.tigris.subversion.javahl.tests.SVNTests
common root directory for all tests.
rootUrl - static field in class org.tigris.subversion.javahl.tests.SVNTests
common root URL for all tests.

S

ScheduleKind - interface org.tigris.subversion.javahl.ScheduleKind
The schedule states an entry can be in.
setConfigDirectory(String) - method in class org.tigris.subversion.javahl.SVNClient
Set directory for the configuration information
setConfigDirectory(String) - method in class 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
Set directory for the configuration information
setItemCheckContent(String,boolean) - method in class org.tigris.subversion.javahl.tests.WC
set the flag to check the content of item at a path during next check.
setItemContent(String,String) - method in class org.tigris.subversion.javahl.tests.WC
Set the file content of the item at a path
setItemIsLocked(String,boolean) - method in class org.tigris.subversion.javahl.tests.WC
Set the expected lock state at a path
setItemIsSwitched(String,boolean) - method in class org.tigris.subversion.javahl.tests.WC
Set the expected switched flag at a path
setItemNodeKind(String,int) - method in class org.tigris.subversion.javahl.tests.WC
Set the expected node kind at a path
setItemPropStatus(String,int) - method in class org.tigris.subversion.javahl.tests.WC
Set property status of the item at a path
setItemTextStatus(String,int) - method in class org.tigris.subversion.javahl.tests.WC
Set text (content) status of the item at a path
setItemWorkingCopyRevision(String,long) - method in class org.tigris.subversion.javahl.tests.WC
Set the revision number of the item at a path
set the log message of a revision
setPrompt(org.tigris.subversion.javahl.PromptUserPassword) - method in class org.tigris.subversion.javahl.SVNClient
Register callback interface to supply user name and password on demand.
Register callback interface to supply username and password on demand
Register callback interface to supply username and password on demand
set one revsision property of one item
set one revsision property of one item
set one revsision property of one item
setUp() - method in class org.tigris.subversion.javahl.tests.SVNAdminTests
setup the test
setUp() - method in class org.tigris.subversion.javahl.tests.SVNTests
Standard initialization of one test
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
singleLine(Date,long,String,String) - method in class org.tigris.subversion.javahl.BlameCallback
the method will be called for every line in a file.
singleStatus(String,boolean) - method in class org.tigris.subversion.javahl.SVNClient
Returns the status of a single file in the path.
singleStatus(String,boolean) - method in class org.tigris.subversion.javahl.SVNClientInterface
Returns the status of a single file in the path.
singleStatus(String,boolean) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Returns the status of a single file in the path.
skip - static field in class org.tigris.subversion.javahl.NotifyAction
Skipping a path.
START - static field in class org.tigris.subversion.javahl.Revision
first existing revision
CommitItem.StateFlags - class org.tigris.subversion.javahl.CommitItem.StateFlags
the class for the commit item state flags.
stateNames - static field in class org.tigris.subversion.javahl.LockStatus
Notify.Status - class org.tigris.subversion.javahl.Notify.Status
The type of notification that is occuring.
Status - class org.tigris.subversion.javahl.Status
Subversion status API.
status(String,boolean,boolean,boolean) - method in class org.tigris.subversion.javahl.SVNClient
List a directory or file of the working copy.
status(String,boolean,boolean,boolean) - method in class org.tigris.subversion.javahl.SVNClientInterface
List a directory or file of the working copy.
status(String,boolean,boolean,boolean) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
List a directory or file of the working copy.
status(String,boolean,boolean,boolean,boolean) - method in class org.tigris.subversion.javahl.SVNClient
List a directory or file of the working copy.
status(String,boolean,boolean,boolean,boolean) - method in class org.tigris.subversion.javahl.SVNClientInterface
List a directory or file of the working copy.
status(String,boolean,boolean,boolean,boolean) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
List a directory or file of the working copy.
status(String,boolean,boolean,boolean,boolean,boolean) - method in class org.tigris.subversion.javahl.SVNClient
List a directory or file of the working copy.
status(String,boolean,boolean,boolean,boolean,boolean) - method in class org.tigris.subversion.javahl.SVNClientInterface
List a directory or file of the working copy.
List a directory or file of the working copy.
this constructor should only called from JNI code
status_completed - static field in class org.tigris.subversion.javahl.NotifyAction
The last notification in a status (including status on externals).
status_external - static field in class org.tigris.subversion.javahl.NotifyAction
Running status on an external module.
StatusKind - interface org.tigris.subversion.javahl.StatusKind
class for kind status of the item or its properties
statusNames - static field in class org.tigris.subversion.javahl.NotifyStatus
the textual represention for the status types
Write the file's content to the specified output stream.
Write the file's content to the specified output stream.
Write the file's content to the specified output stream.
suite() - static method in class org.tigris.subversion.javahl.tests.BasicTests
Build a test suite of all tests of this class
suite() - static method in class org.tigris.subversion.javahl.tests.SVNTests
build a test suite with all test of all test classes known
SVN_INVALID_REVNUM - static field in class org.tigris.subversion.javahl.Revision
Marker revision number for no real revision
SVNAdmin - class org.tigris.subversion.javahl.SVNAdmin
This class offers the same commands as the svnadmin commandline client
SVNAdmin() - constructor for class org.tigris.subversion.javahl.SVNAdmin
Standard empty contructor, builds just the native peer.
SVNAdminTests - class org.tigris.subversion.javahl.tests.SVNAdminTests
This class is used for testing the SVNAdmin class More methodes for testing are still needed
SVNClient - class org.tigris.subversion.javahl.SVNClient
This is the main interface class.
SVNClient() - constructor for class org.tigris.subversion.javahl.SVNClient
Standard empty contructor, builds just the native peer.
SVNClientInterface - interface org.tigris.subversion.javahl.SVNClientInterface
This interface is the commom interface for all subversion operations.
SVNClientLogLevel - interface org.tigris.subversion.javahl.SVNClientLogLevel
class for the constants of the logging levels.
SVNClientSynchronized - class org.tigris.subversion.javahl.SVNClientSynchronized
This class provides a threadsafe wrapped for SVNClient
SVNClientSynchronized() - constructor for class org.tigris.subversion.javahl.SVNClientSynchronized
Create our worker
SVNInputStream - class org.tigris.subversion.javahl.SVNInputStream
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
SVNOutputStream - class org.tigris.subversion.javahl.SVNOutputStream
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
SVNTests - class org.tigris.subversion.javahl.tests.SVNTests
common base class for the javahl binding tests
SVNTests() - constructor for class org.tigris.subversion.javahl.tests.SVNTests
Initialize one test object

T

tearDown() - method in class org.tigris.subversion.javahl.tests.SVNAdminTests
cleanp after the test
tearDown() - method in class org.tigris.subversion.javahl.tests.SVNTests
cleanup after one test
testBaseName - field in class org.tigris.subversion.javahl.tests.SVNTests
the base name of the test.
testBasicAddIgnores() - method in class org.tigris.subversion.javahl.tests.BasicTests
test the basis SVNClient.add functionality with files that should be ignored
testBasicCancelOperation() - method in class org.tigris.subversion.javahl.tests.BasicTests
testBasicCat() - method in class org.tigris.subversion.javahl.tests.BasicTests
test the basic SVNClient.fileContent functionality
testBasicCatStream() - method in class org.tigris.subversion.javahl.tests.BasicTests
test the basic SVNClient.fileContent functionality
testBasicCheckout() - method in class org.tigris.subversion.javahl.tests.BasicTests
test the basic SVNClient.checkout functionality
testBasicCheckoutDeleted() - method in class org.tigris.subversion.javahl.tests.BasicTests
testBasicCleanup() - method in class org.tigris.subversion.javahl.tests.BasicTests
test the basic SVNClient.cleanup functionality
testBasicCommit() - method in class org.tigris.subversion.javahl.tests.BasicTests
test the basic SVNClient.commit functionality
testBasicConflict() - method in class org.tigris.subversion.javahl.tests.BasicTests
test the basic SVNClient.update functionality with concurrent changes in the repository and the working copy that generate conflicts
testBasicDelete() - method in class org.tigris.subversion.javahl.tests.BasicTests
test the basic SVNClient.remove functionality
testBasicImport() - method in class org.tigris.subversion.javahl.tests.BasicTests
Test the basic SVNClient.import functionality
testBasicImportIgnores() - method in class org.tigris.subversion.javahl.tests.BasicTests
test the basis SVNClient.import functionality with files that should be ignored
testBasicInfo() - method in class org.tigris.subversion.javahl.tests.BasicTests
test the basic SVNClient.info functionality
testBasicInfo2() - method in class org.tigris.subversion.javahl.tests.BasicTests
test the baisc SVNClient.info2 functionality
testBasicIsAdminDirectory() - method in class org.tigris.subversion.javahl.tests.BasicTests
test the basic SVNClient.isAdminDirectory functionality
testBasicLocking() - method in class org.tigris.subversion.javahl.tests.BasicTests
test the baisc SVNClient locking functionality
testBasicLogMessage() - method in class org.tigris.subversion.javahl.tests.BasicTests
test the basic SVNClient.logMessage functionality
testBasicLs() - method in class org.tigris.subversion.javahl.tests.BasicTests
test the basic SVNClient.list functionality
testBasicMerge() - method in class org.tigris.subversion.javahl.tests.BasicTests
test the basic SVNClient.merge functionality
testBasicMergingUpdate() - method in class org.tigris.subversion.javahl.tests.BasicTests
test the basic SVNClient.update functionality with concurrent changes in the repository and the working copy
testBasicMkdirUrl() - method in class org.tigris.subversion.javahl.tests.BasicTests
test basic SVNClient.mkdir with url parameter functionality
testBasicNodeKindChange() - method in class org.tigris.subversion.javahl.tests.BasicTests
Test if Subversion will detect the change of a file to a direcory
testBasicRevert() - method in class org.tigris.subversion.javahl.tests.BasicTests
Test the basic SVNClient.revert functionality
testBasicStatus() - method in class org.tigris.subversion.javahl.tests.BasicTests
test the basic SVNClient.status functionality
testBasicSwitch() - method in class org.tigris.subversion.javahl.tests.BasicTests
thest the basic SVNClient.switch functionality
testBasicUpdate() - method in class org.tigris.subversion.javahl.tests.BasicTests
test the basic SVNClient.update functionality
testBasicVersionInfo() - method in class org.tigris.subversion.javahl.tests.BasicTests
test the basic SVNClient.getVersionInfo functionality
testCounter - static field in class org.tigris.subversion.javahl.tests.SVNTests
this counter will be incremented for every test in one suite (test class)
testCreate() - method in class org.tigris.subversion.javahl.tests.SVNAdminTests
Test the basic SVNAdmin.create functionality
testName - static field in class org.tigris.subversion.javahl.tests.BasicTests
base name of all our tests
testPathValidation() - method in class org.tigris.subversion.javahl.tests.BasicTests
Tests Subversion path validation.
testVersion() - method in class org.tigris.subversion.javahl.tests.BasicTests
Test SVNClient.getVersion().
TextMods - static field in class org.tigris.subversion.javahl.CommitItemStateFlags
the item has text modifications
toString() - method in class org.tigris.subversion.javahl.Revision
return the textual representation of the revision
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.Version

U

unchanged - static field in class org.tigris.subversion.javahl.LockStatus
the lock change did not change
unchanged - static field in class org.tigris.subversion.javahl.NotifyStatus
The state did not change.
unknown - static field in class org.tigris.subversion.javahl.LockStatus
unknown lock state
unknown - static field in class org.tigris.subversion.javahl.NodeKind
unknown - static field in class org.tigris.subversion.javahl.NotifyStatus
Notifier doesn't know or isn't saying.
unlock(String[],boolean) - method in class org.tigris.subversion.javahl.SVNClient
Unlock a working copy item
unlock(String[],boolean) - method in class org.tigris.subversion.javahl.SVNClientInterface
Unlock a working copy item
unlock(String[],boolean) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Unlock a working copy item
unlocked - static field in class org.tigris.subversion.javahl.LockStatus
the item was unlocked
unlocked - static field in class org.tigris.subversion.javahl.NotifyAction
unspecified - static field in class org.tigris.subversion.javahl.RevisionKind
No revision information given.
unversioned - static field in class org.tigris.subversion.javahl.StatusKind
is not a versioned thing in this wc
update(String,org.tigris.subversion.javahl.Revision,boolean) - method in class org.tigris.subversion.javahl.SVNClient
Updates the directory or file from repository
Updates the directory or file from repository
Updates the directory or file from repository
Updates the directories or files from repository
Updates the directories or files from repository
Updates the directories or files from repository
update_add - static field in class org.tigris.subversion.javahl.NotifyAction
Got an add in an update.
update_completed - static field in class org.tigris.subversion.javahl.NotifyAction
The last notification in an update
update_delete - static field in class org.tigris.subversion.javahl.NotifyAction
Got a delete in an update.
update_external - static field in class 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_update - static field in class org.tigris.subversion.javahl.NotifyAction
Got any other action in an update.
url - field in class org.tigris.subversion.javahl.tests.SVNTests.OneTest
the url of the repository (used by SVNClient)
userAllowedSave() - method in class org.tigris.subversion.javahl.PromptUserPassword3
username(String) - method in class org.tigris.subversion.javahl.SVNClient
Sets the user name used for authentification.
username(String) - method in class org.tigris.subversion.javahl.SVNClientInterface
Sets the username used for authentication.
username(String) - method in class org.tigris.subversion.javahl.SVNClientSynchronized
Sets the username used for authentification.

V

verify the repository
Version - class org.tigris.subversion.javahl.Version
Encapsulates version information about the underlying native libraries.
version() - static method in class org.tigris.subversion.javahl.SVNClient
Returns version information of subversion and 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.tigris.subversion.javahl.SVNClient
Returns the micro (patch) version of the javahl binding.
versionMinor() - static method in class org.tigris.subversion.javahl.SVNClient
Returns the minor version of the javahl binding.

W

WC - class org.tigris.subversion.javahl.tests.WC
This class describe the expected state of the working copy
wc - field in class org.tigris.subversion.javahl.tests.SVNTests.OneTest
the expected layout of the working copy after the next subversion command
WORKING - static field in class org.tigris.subversion.javahl.Revision
working version in working copy
working - static field in class org.tigris.subversion.javahl.RevisionKind
current, plus local mods
workingCopies - field in class org.tigris.subversion.javahl.tests.SVNTests
the directory "working_copies" in the rootDir.
workingCopy - field in class org.tigris.subversion.javahl.tests.SVNTests.OneTest
the file name of the working copy directory
write(byte[]) - method in class 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[]) - method in class org.tigris.subversion.javahl.tests.SVNTests.FileOutputer
write the bytes in data to java
write(byte[]) - method in class org.tigris.subversion.javahl.tests.SVNTests.IgnoreOutputer
write the bytes in data to java