|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.tmatesoft.svn.core.wc.SVNDiffStatus
public class SVNDiffStatus
The SVNDiffStatus class is used to provide short information on path changes during diff status operations.
Constructor Summary | |
---|---|
SVNDiffStatus(java.io.File file,
SVNURL url,
java.lang.String path,
SVNStatusType type,
boolean propsModified,
SVNNodeKind kind)
Instantiates a new object. |
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()
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(java.io.File file, SVNURL url, java.lang.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 java.io.File getFile()
public boolean isPropertiesModified()
public SVNNodeKind getKind()
public SVNStatusType getModificationType()
public java.lang.String getPath()
public SVNURL getURL()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |