Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
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.
SVNClientSynchronized
Set directory for the configuration information
setConfigDirectory(String)
- Method in interface org.tigris.subversion.javahl.
SVNClientInterface
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
setLog(String, Revision, String, boolean)
- Method in class org.tigris.subversion.javahl.
SVNAdmin
set the log message of a revision
setPrompt(PromptUserPassword)
- Method in class org.tigris.subversion.javahl.
SVNClient
Register callback interface to supply username and password on demand
setPrompt(PromptUserPassword)
- Method in class org.tigris.subversion.javahl.
SVNClientSynchronized
Register callback interface to supply username and password on demand
setPrompt(PromptUserPassword)
- Method in interface org.tigris.subversion.javahl.
SVNClientInterface
Register callback interface to supply username and password on demand
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 interface 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.
SVNClientSynchronized
Returns the status of a single file in the path.
singleStatus(String, boolean)
- Method in interface org.tigris.subversion.javahl.
SVNClientInterface
Returns the status of a single file in the path.
skip
- Static variable in interface org.tigris.subversion.javahl.
NotifyAction
Skipping a path.
START
- Static variable in class org.tigris.subversion.javahl.
Revision
first existing revision
Status
- class org.tigris.subversion.javahl.
Status
.
Subversion status API.
status_completed
- Static variable in interface org.tigris.subversion.javahl.
NotifyAction
The last notification in a status (including status on externals).
status_external
- Static variable in interface org.tigris.subversion.javahl.
NotifyAction
Running status on an external module.
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
Status.Kind()
- Constructor for class org.tigris.subversion.javahl.
Status.Kind
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.
SVNClientSynchronized
List a directory or file of the working copy.
status(String, boolean, boolean, boolean)
- Method in interface 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.
SVNClient
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)
- Method in interface org.tigris.subversion.javahl.
SVNClientInterface
List a directory or file of the working copy.
Status(String, String, int, long, long, long, String, int, int, int, int, boolean, boolean, String, String, String, String, long, boolean)
- Constructor for class org.tigris.subversion.javahl.
Status
this constructor should only called from JNI code
StatusKind
- interface org.tigris.subversion.javahl.
StatusKind
.
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
suite()
- Static method in class org.tigris.subversion.javahl.tests.
SVNTests
build a test suite with all test of all test classes known
suite()
- Static method in class org.tigris.subversion.javahl.tests.
BasicTests
Build a test suite of all tests of this class
SVN_INVALID_REVNUM
- Static variable 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.MessageReceiver
- interface org.tigris.subversion.javahl.
SVNAdmin.MessageReceiver
.
interface to receive the messages
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
SVNAdminTests()
- Constructor for class org.tigris.subversion.javahl.tests.
SVNAdminTests
SVNClient
- class org.tigris.subversion.javahl.
SVNClient
.
This is the main interface class.
SVNClient.LogLevel
- class org.tigris.subversion.javahl.
SVNClient.LogLevel
.
class for the constants of the logging levels.
SVNClient.LogLevel()
- Constructor for class org.tigris.subversion.javahl.
SVNClient.LogLevel
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.Outputer
- class org.tigris.subversion.javahl.
SVNInputStream.Outputer
.
this class implements the connection to SVNAdmin
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.Inputer
- class org.tigris.subversion.javahl.
SVNOutputStream.Inputer
.
this class implements the connection to SVNAdmin
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.FileInputer
- class org.tigris.subversion.javahl.tests.
SVNTests.FileInputer
.
internal class which implements the InputInterface to read the data from a file.
SVNTests.FileInputer(SVNTests, 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.
SVNTests.FileOutputer(SVNTests, File)
- Constructor for class org.tigris.subversion.javahl.tests.
SVNTests.FileOutputer
create new object
SVNTests.IgnoreOutputer
- class org.tigris.subversion.javahl.tests.
SVNTests.IgnoreOutputer
.
internal class implements the OutputInterface, but ignores the data
SVNTests.IgnoreOutputer(SVNTests)
- Constructor for class org.tigris.subversion.javahl.tests.
SVNTests.IgnoreOutputer
SVNTests.OneTest
- class org.tigris.subversion.javahl.tests.
SVNTests.OneTest
.
this internal class represent the repository and the working copy for one test.
SVNTests.OneTest(SVNTests)
- 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
SVNTests()
- Constructor for class org.tigris.subversion.javahl.tests.
SVNTests
Initialize one test object
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W