org.tmatesoft.svn.core.wc
public class SVNDiffStatus extends Object
Since: 1.1.0
Version: 1.1.1
| 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.
|
Parameters: file a wc item path url an item url path a relative item path (may be null) type a type of path change propsModified sets whether properties are modified kind a path kind (dir or file)
Returns: wc item path as File
Returns: node kind
Returns: a path change type
Returns: item path
Returns: item url
Returns: true if properties were modified in a particular revision, false otherwise