public class FSPathChange extends SVNLogEntryPath
TYPE_ADDED, TYPE_DELETED, TYPE_MODIFIED, TYPE_REPLACED| Constructor and Description |
|---|
FSPathChange(java.lang.String path,
FSID id,
FSPathChangeKind kind,
boolean textModified,
boolean propsModified,
java.lang.String copyfromPath,
long copyfromRevision,
SVNNodeKind pathKind) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
arePropertiesModified() |
static FSPathChange |
fromString(java.lang.String changeLine,
java.lang.String copyfromLine) |
FSPathChangeKind |
getChangeKind() |
java.lang.String |
getPath()
Returns the path of the item represented by this object.
|
FSID |
getRevNodeId() |
boolean |
isTextModified() |
void |
setChangeKind(FSPathChangeKind changeKind) |
void |
setCopyPath(java.lang.String path) |
void |
setCopyRevision(long revision) |
void |
setNodeKind(SVNNodeKind nodeKind) |
void |
setPropertiesModified(boolean propertiesModified) |
void |
setRevNodeId(FSID revNodeId) |
void |
setTextModified(boolean textModified) |
equals, getCopyPath, getCopyRevision, getKind, getType, hashCode, setChangeType, setPath, toStringpublic FSPathChange(java.lang.String path,
FSID id,
FSPathChangeKind kind,
boolean textModified,
boolean propsModified,
java.lang.String copyfromPath,
long copyfromRevision,
SVNNodeKind pathKind)
public java.lang.String getPath()
SVNLogEntryPathgetPath in class SVNLogEntryPathpublic boolean arePropertiesModified()
public void setPropertiesModified(boolean propertiesModified)
public boolean isTextModified()
public void setTextModified(boolean textModified)
public FSPathChangeKind getChangeKind()
public void setChangeKind(FSPathChangeKind changeKind)
public FSID getRevNodeId()
public void setRevNodeId(FSID revNodeId)
public void setCopyRevision(long revision)
setCopyRevision in class SVNLogEntryPathpublic void setCopyPath(java.lang.String path)
setCopyPath in class SVNLogEntryPathpublic void setNodeKind(SVNNodeKind nodeKind)
setNodeKind in class SVNLogEntryPathpublic static FSPathChange fromString(java.lang.String changeLine, java.lang.String copyfromLine) throws SVNException
SVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.