public class SvnDiffStatus extends SvnObject
SvnDiffSummarize operation.SvnDiffSummarize| Constructor | Description |
|---|---|
SvnDiffStatus() |
| Modifier and Type | Method | Description |
|---|---|---|
java.io.File |
getFile() |
Returns
File representation of the working copy item path. |
SVNNodeKind |
getKind() |
Returns the node kind of the working copy item.
|
SVNStatusType |
getModificationType() |
Returns the type of modification for the current
item.
|
java.lang.String |
getPath() |
Returns a relative path of the item.
|
SVNURL |
getUrl() |
Returns URL of the item.
|
boolean |
isPropertiesModified() |
Returns whether properties of the working copy item are modified.
|
void |
setFile(java.io.File file) |
Sets
File representation of the working copy item path. |
void |
setKind(SVNNodeKind kind) |
Sets the node kind of the working copy item.
|
void |
setModificationType(SVNStatusType modificationType) |
Sets the type of modification for the current
item.
|
void |
setPath(java.lang.String path) |
Sets a relative path of the item.
|
void |
setPropertiesModified(boolean propertiesModified) |
Sets whether properties of the working copy item are modified.
|
void |
setUrl(SVNURL url) |
Sets URL of the item.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetUserData, setUserDatapublic SVNStatusType getModificationType()
public void setModificationType(SVNStatusType modificationType)
modificationType - a path change typepublic boolean isPropertiesModified()
true if properties were modified in a particular revision, otherwise falsepublic void setPropertiesModified(boolean propertiesModified)
propertiesModified - true if properties were modified in a particular revision, otherwise falsepublic SVNNodeKind getKind()
public void setKind(SVNNodeKind kind)
kind - node kindpublic SVNURL getUrl()
public void setUrl(SVNURL url)
url - item urlpublic java.lang.String getPath()
public void setPath(java.lang.String path)
path - item pathpublic java.io.File getFile()
File representation of the working copy item path.Filepublic void setFile(java.io.File file)
File representation of the working copy item path.file - working copy item path as File