org.tmatesoft.svn.core.wc
Class SVNDiffStatus
public class SVNDiffStatus
The SVNDiffStatus class is used to provide short information on path changes
during diff status operations.
SVNDiffStatus
public SVNDiffStatus(File file,
SVNURL url,
String path,
SVNStatusType type,
boolean propsModified,
SVNNodeKind kind) Instantiates a new object.
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)
getFile
public File getFile()
Returns File representation of the Working Copy item path.
getKind
public SVNNodeKind getKind()
Returns the node kind of the Working Copy item.
getModificationType
public SVNStatusType getModificationType()
Returns the type of modification for the current
item.
getPath
public String getPath()
Returns a relative path of the item.
Set for Working Copy items and relative to the anchor of diff status operation.
getURL
public SVNURL getURL()
Url of the item.
isPropertiesModified
public boolean isPropertiesModified()
Says whether properties of the Working Copy item are modified.
- true if properties were modified
in a particular revision, false
otherwise
Copyright © 2004-2006 TMate Software Ltd. All Rights Reserved.