|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.tmatesoft.svn.core.wc2.SvnObject
org.tmatesoft.svn.core.wc2.SvnDiffStatus
public class SvnDiffStatus
Represents short information on path changes in SvnDiffSummarize operation.
SvnDiffSummarize| Constructor Summary | |
|---|---|
SvnDiffStatus()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.tmatesoft.svn.core.wc2.SvnObject |
|---|
getUserData, setUserData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SvnDiffStatus()
| Method Detail |
|---|
public 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||