Class SVNEventExt
java.lang.Object
org.tmatesoft.svn.core.wc.SVNEvent
org.tmatesoft.svn.core.internal.wc.SVNEventExt
- Since:
- 1.2
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate long
private long
-
Constructor Summary
ConstructorsConstructorDescriptionSVNEventExt
(File file, SVNNodeKind kind, String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNLock lock, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, String changelistName, long processedItemsCount, long totalItemsCount, SVNProperties revisionProperties, String propertyName) SVNEventExt
(SVNErrorMessage errorMessage) -
Method Summary
Methods inherited from class org.tmatesoft.svn.core.wc.SVNEvent
getAction, getChangelistName, getContentsStatus, getErrorMessage, getExpectedAction, getFile, getInfo, getLock, getLockStatus, getMergeRange, getMimeType, getNodeKind, getPreviousRevision, getPreviousURL, getPropertiesStatus, getPropertyName, getRevision, getRevisionProperties, getURL, setFile, setInfo, setPreviousRevision, setPreviousURL, setPropertyName, setRevisionProperties, setURL, toString
-
Field Details
-
myProcessedItemsCount
private long myProcessedItemsCount -
myTotalItemsCount
private long myTotalItemsCount
-
-
Constructor Details
-
SVNEventExt
-
SVNEventExt
public SVNEventExt(File file, SVNNodeKind kind, String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNLock lock, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, String changelistName, long processedItemsCount, long totalItemsCount, SVNProperties revisionProperties, String propertyName)
-
-
Method Details
-
getProcessedItemsCount
public long getProcessedItemsCount() -
getTotalItemsCount
public long getTotalItemsCount()
-