|
SVNKit Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tmatesoft.svn.core.wc.SVNDiffStatus
The SVNDiffStatus class is used to provide short information on path changes during diff status operations.
Constructor Summary | |
SVNDiffStatus(File file,
SVNURL url,
String path,
SVNStatusType type,
boolean propsModified,
SVNNodeKind kind)
Instantiates a new object. |
Method Summary | |
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. |
String |
getPath()
Returns a relative path of the item. |
SVNURL |
getURL()
Url of the item. |
boolean |
isPropertiesModified()
Says whether properties of the Working Copy item are modified. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SVNDiffStatus(File file, SVNURL url, String path, SVNStatusType type, boolean propsModified, SVNNodeKind kind)
file
- a wc item pathurl
- an item urlpath
- a relative item path (may be null)type
- a type of path changepropsModified
- sets whether properties are modifiedkind
- a path kind (dir or file)Method Detail |
public File getFile()
public boolean isPropertiesModified()
public SVNNodeKind getKind()
public SVNStatusType getModificationType()
public String getPath()
public SVNURL getURL()
|
SVNKit Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |