public class SVNDiffStatus
extends java.lang.Object
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.
|
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()
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.