public class SVNDiffStatus extends Object
Constructor and Description |
---|
SVNDiffStatus(File file,
SVNURL url,
String path,
SVNStatusType type,
boolean propsModified,
SVNNodeKind kind)
Instantiates a new object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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)public File getFile()
public boolean isPropertiesModified()
public SVNNodeKind getKind()
public SVNStatusType getModificationType()
public String getPath()
public SVNURL getURL()
Copyright © 2023. All rights reserved.