Package | Description |
---|---|
org.tigris.subversion.javahl |
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
|
org.tmatesoft.svn.cli.svn | |
org.tmatesoft.svn.cli.svnadmin | |
org.tmatesoft.svn.cli.svndumpfilter | |
org.tmatesoft.svn.cli.svnsync | |
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc.admin | |
org.tmatesoft.svn.core.internal.wc16 | |
org.tmatesoft.svn.core.internal.wc2 | |
org.tmatesoft.svn.core.internal.wc2.ng | |
org.tmatesoft.svn.core.javahl17 | |
org.tmatesoft.svn.core.replicator |
This package provides classes that allow to replicate existing
repositories.
|
org.tmatesoft.svn.core.wc |
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
|
org.tmatesoft.svn.core.wc.admin |
This package provides API for administrative managing Subversion repositories on a local machine.
|
Modifier and Type | Method and Description |
---|---|
static NotifyInformation |
JavaHLObjectFactory.createNotifyInformation(SVNEvent event,
java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
void |
SVNNotifyPrinter.handleEvent(SVNEvent event,
double progress) |
Modifier and Type | Method and Description |
---|---|
void |
SVNAdminPackCommand.handleEvent(SVNEvent event,
double progress) |
void |
SVNAdminVerifyCommand.handleEvent(SVNEvent event,
double progress) |
void |
SVNAdminUpgradeCommand.handleEvent(SVNEvent event,
double progress) |
void |
SVNAdminRecoverCommand.handleEvent(SVNEvent event,
double progress) |
void |
SVNAdminLoadCommand.handleEvent(SVNEvent event,
double progress) |
void |
SVNAdminRemoveTransactionsCommand.handleEvent(SVNEvent event,
double progress) |
void |
SVNAdminListTransactionsCommand.handleEvent(SVNEvent event,
double progress) |
void |
SVNAdminDumpCommand.handleEvent(SVNEvent event,
double progress) |
Modifier and Type | Method and Description |
---|---|
void |
SVNDumpFilterIncludeCommand.handleEvent(SVNEvent event,
double progress) |
void |
SVNDumpFilterExcludeCommand.handleEvent(SVNEvent event,
double progress) |
Modifier and Type | Method and Description |
---|---|
void |
SVNSyncSynchronizeCommand.handleEvent(SVNEvent event,
double progress) |
void |
SVNSyncInitializeCommand.handleEvent(SVNEvent event,
double progress) |
void |
SVNSyncCopyRevPropsCommand.handleEvent(SVNEvent event,
double progress) |
Modifier and Type | Class and Description |
---|---|
class |
SVNEventExt |
Modifier and Type | Method and Description |
---|---|
static SVNEvent |
SVNEventFactory.createErrorEvent(SVNErrorMessage error,
SVNEventAction expectedAction) |
static SVNEvent |
SVNEventFactory.createLockEvent(java.io.File file,
SVNEventAction action,
SVNLock lock,
SVNErrorMessage error) |
static SVNEvent |
SVNEventFactory.createSVNEvent(java.io.File file,
SVNNodeKind kind,
java.lang.String mimetype,
long revision,
SVNEventAction action,
SVNEventAction expected,
SVNErrorMessage error,
SVNMergeRange range) |
static SVNEvent |
SVNEventFactory.createSVNEvent(java.io.File file,
SVNNodeKind kind,
java.lang.String mimetype,
long revision,
SVNEventAction action,
SVNEventAction expected,
SVNErrorMessage error,
SVNMergeRange range,
long processedItemsCount,
long totalItemsCount) |
static SVNEvent |
SVNEventFactory.createSVNEvent(java.io.File file,
SVNNodeKind kind,
java.lang.String mimetype,
long revision,
SVNEventAction action,
SVNEventAction expected,
SVNErrorMessage error,
SVNMergeRange range,
long processedItemsCount,
long totalItemsCount,
SVNProperties revisionProperties,
java.lang.String propertyName) |
static SVNEvent |
SVNEventFactory.createSVNEvent(java.io.File file,
SVNNodeKind kind,
java.lang.String mimetype,
long revision,
SVNEventAction action,
SVNEventAction expected,
SVNErrorMessage error,
SVNMergeRange range,
SVNProperties revisionProperties,
java.lang.String propertyName) |
static SVNEvent |
SVNEventFactory.createSVNEvent(java.io.File file,
SVNNodeKind kind,
java.lang.String mimetype,
long revision,
SVNStatusType cstatus,
SVNStatusType pstatus,
SVNStatusType lstatus,
SVNEventAction action,
SVNEventAction expected,
SVNErrorMessage error,
SVNMergeRange range) |
static SVNEvent |
SVNEventFactory.createSVNEvent(java.io.File file,
SVNNodeKind kind,
java.lang.String mimetype,
long revision,
SVNStatusType cstatus,
SVNStatusType pstatus,
SVNStatusType lstatus,
SVNEventAction action,
SVNEventAction expected,
SVNErrorMessage error,
SVNMergeRange range,
java.lang.String changelistName) |
Modifier and Type | Method and Description |
---|---|
void |
SVNMergeDriver.handleEvent(SVNEvent event,
double progress) |
private boolean |
SVNMergeDriver.isOperativeNotification(SVNEvent event) |
private boolean |
SVNMergeDriver.notifySingleFileMerge(java.io.File targetWCPath,
SVNEventAction action,
SVNStatusType cstate,
SVNStatusType pstate,
SVNEvent headerEvent,
boolean isHeaderSent) |
Modifier and Type | Method and Description |
---|---|
void |
SVNWCAccess.handleEvent(SVNEvent event) |
void |
SVNWCAccess.handleEvent(SVNEvent event,
double progress) |
Modifier and Type | Method and Description |
---|---|
protected void |
SVNBasicDelegate.dispatchEvent(SVNEvent event) |
protected void |
SVNBasicDelegate.dispatchEvent(SVNEvent event,
double progress) |
void |
SVNBasicDelegate.handleEvent(SVNEvent event,
double progress)
Dispatches events to the registered event handler (if any).
|
Modifier and Type | Method and Description |
---|---|
protected void |
SvnOperationRunner.handleEvent(SVNEvent event) |
void |
SvnOperationRunner.handleEvent(SVNEvent event,
double progress) |
Modifier and Type | Method and Description |
---|---|
private void |
SvnNgRemoteDiffEditor.handleEvent(SVNEvent event) |
private static boolean |
SvnNgMergeDriver.isOperativeNotification(SVNEvent event) |
Modifier and Type | Method and Description |
---|---|
(package private) static ClientNotifyInformation |
SVNClientImpl.getClientNotifyInformation(java.lang.String pathPrefix,
SVNEvent event,
java.lang.String path) |
void |
JavaHLEventHandler.handleEvent(SVNEvent event,
double progress) |
Modifier and Type | Method and Description |
---|---|
void |
SVNRepositoryReplicator.handleEvent(SVNEvent event,
double progress)
Does nothing.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNEventAdapter.handleEvent(SVNEvent event,
double progress)
Does nothing.
|
void |
ISVNEventHandler.handleEvent(SVNEvent event,
double progress)
Handles the current event.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SVNAdminBasicClient.dispatchEvent(SVNEvent event,
double progress) |
void |
SVNAdminBasicClient.handleEvent(SVNEvent event,
double progress)
Dispatches events to the registered event handler (if any).
|
void |
SVNAdminEventAdapter.handleEvent(SVNEvent event,
double progress)
Does nothing.
|