public class SVNEventFactory
extends java.lang.Object
Constructor and Description |
---|
SVNEventFactory() |
Modifier and Type | Method and Description |
---|---|
static SVNEvent |
createErrorEvent(SVNErrorMessage error,
SVNEventAction expectedAction) |
static SVNEvent |
createLockEvent(java.io.File file,
SVNEventAction action,
SVNLock lock,
SVNErrorMessage error) |
static SVNEvent |
createSVNEvent(java.io.File file,
SVNNodeKind kind,
java.lang.String mimetype,
long revision,
SVNEventAction action,
SVNEventAction expected,
SVNErrorMessage error,
SVNMergeRange range) |
static SVNEvent |
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 |
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 |
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 |
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 |
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) |
public static SVNEvent createErrorEvent(SVNErrorMessage error, SVNEventAction expectedAction)
public static SVNEvent createLockEvent(java.io.File file, SVNEventAction action, SVNLock lock, SVNErrorMessage error)
public static SVNEvent 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)
public static SVNEvent 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)
public static SVNEvent createSVNEvent(java.io.File file, SVNNodeKind kind, java.lang.String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range)
public static SVNEvent 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)
public static SVNEvent 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)
public static SVNEvent 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)
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.