public class SvnDiffStatus extends SvnObject
SvnDiffSummarize operation.SvnDiffSummarize| Constructor and Description |
|---|
SvnDiffStatus() |
| Modifier and Type | Method and 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.
|
getUserData, 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 FileCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.