public class SVNDiffStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.io.File |
myFile |
private boolean |
myIsPropertiesModified |
private SVNNodeKind |
myKind |
private SVNStatusType |
myModificationType |
private java.lang.String |
myPath |
private SVNURL |
myURL |
Constructor and Description |
---|
SVNDiffStatus(java.io.File file,
SVNURL url,
java.lang.String path,
SVNStatusType type,
boolean propsModified,
SVNNodeKind kind)
Instantiates a new object.
|
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()
Url of the item.
|
boolean |
isPropertiesModified()
Says whether properties of the Working Copy item are modified.
|
private SVNStatusType myModificationType
private boolean myIsPropertiesModified
private SVNNodeKind myKind
private SVNURL myURL
private java.lang.String myPath
private java.io.File myFile
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)public java.io.File getFile()
public boolean isPropertiesModified()
public SVNNodeKind getKind()
public SVNStatusType getModificationType()
public java.lang.String getPath()
public SVNURL getURL()