Class SVNEventFactory
java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNEventFactory
- Version:
- 1.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SVNEvent
createErrorEvent
(SVNErrorMessage error, SVNEventAction expectedAction) static SVNEvent
createLockEvent
(File file, SVNEventAction action, SVNLock lock, SVNErrorMessage error) static SVNEvent
createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range) static SVNEvent
createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, long processedItemsCount, long totalItemsCount) static SVNEvent
createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, long processedItemsCount, long totalItemsCount, SVNProperties revisionProperties, String propertyName) static SVNEvent
createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, SVNProperties revisionProperties, String propertyName) static SVNEvent
createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range) static SVNEvent
createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, String changelistName)
-
Constructor Details
-
SVNEventFactory
public SVNEventFactory()
-
-
Method Details
-
createErrorEvent
-
createLockEvent
public static SVNEvent createLockEvent(File file, SVNEventAction action, SVNLock lock, SVNErrorMessage error) -
createSVNEvent
public static SVNEvent createSVNEvent(File file, SVNNodeKind kind, String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, String changelistName) -
createSVNEvent
public static SVNEvent createSVNEvent(File file, SVNNodeKind kind, String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range) -
createSVNEvent
public static SVNEvent createSVNEvent(File file, SVNNodeKind kind, String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range) -
createSVNEvent
public static SVNEvent createSVNEvent(File file, SVNNodeKind kind, String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, long processedItemsCount, long totalItemsCount, SVNProperties revisionProperties, String propertyName) -
createSVNEvent
public static SVNEvent createSVNEvent(File file, SVNNodeKind kind, String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, long processedItemsCount, long totalItemsCount) -
createSVNEvent
public static SVNEvent createSVNEvent(File file, SVNNodeKind kind, String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, SVNProperties revisionProperties, String propertyName)
-