public class SVNEvent
extends org.tmatesoft.svn.core.wc.SVNEvent
| Constructor and Description |
|---|
SVNEvent(File file,
org.tmatesoft.svn.core.SVNNodeKind kind,
String mimetype,
long revision,
org.tmatesoft.svn.core.wc.SVNStatusType cstatus,
org.tmatesoft.svn.core.wc.SVNStatusType pstatus,
org.tmatesoft.svn.core.wc.SVNStatusType lstatus,
org.tmatesoft.svn.core.SVNLock lock,
org.tmatesoft.svn.core.wc.SVNEventAction action,
org.tmatesoft.svn.core.wc.SVNEventAction expected,
org.tmatesoft.svn.core.SVNErrorMessage error,
org.tmatesoft.svn.core.SVNMergeRange range,
String changelistName,
org.tmatesoft.svn.core.SVNProperties revisionProperties,
String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
org.tmatesoft.svn.core.internal.wc.SVNExternal |
getExternalInfo() |
org.tmatesoft.svn.core.internal.wc.SVNExternal |
getPreviousExternalInfo() |
SVNEvent |
setExternalInfo(org.tmatesoft.svn.core.internal.wc.SVNExternal prev,
org.tmatesoft.svn.core.internal.wc.SVNExternal _new) |
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, toStringpublic SVNEvent(File file, org.tmatesoft.svn.core.SVNNodeKind kind, String mimetype, long revision, org.tmatesoft.svn.core.wc.SVNStatusType cstatus, org.tmatesoft.svn.core.wc.SVNStatusType pstatus, org.tmatesoft.svn.core.wc.SVNStatusType lstatus, org.tmatesoft.svn.core.SVNLock lock, org.tmatesoft.svn.core.wc.SVNEventAction action, org.tmatesoft.svn.core.wc.SVNEventAction expected, org.tmatesoft.svn.core.SVNErrorMessage error, org.tmatesoft.svn.core.SVNMergeRange range, String changelistName, org.tmatesoft.svn.core.SVNProperties revisionProperties, String propertyName)
public org.tmatesoft.svn.core.internal.wc.SVNExternal getExternalInfo()
public org.tmatesoft.svn.core.internal.wc.SVNExternal getPreviousExternalInfo()
public SVNEvent setExternalInfo(org.tmatesoft.svn.core.internal.wc.SVNExternal prev, org.tmatesoft.svn.core.internal.wc.SVNExternal _new)
Copyright © 2004-2015 Hudson. All Rights Reserved.