org.tmatesoft.svn.core.wc
Class SVNDiffStatus
java.lang.Object
org.tmatesoft.svn.core.wc.SVNDiffStatus
- public class SVNDiffStatus
- extends Object
- Version:
- 1.0
- Author:
- TMate Software Ltd.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVNDiffStatus
public SVNDiffStatus(File file,
SVNURL url,
String path,
SVNStatusType type,
boolean propsModified,
SVNNodeKind kind)
getFile
public File getFile()
isPropertiesModified
public boolean isPropertiesModified()
getKind
public SVNNodeKind getKind()
getModificationType
public SVNStatusType getModificationType()
getPath
public String getPath()
getURL
public SVNURL getURL()
Copyright © 2004-2006 TMate Software Ltd. All Rights Reserved.