JavaSVN Home

org.tmatesoft.svn.core.wc
Class SVNDiffStatus

java.lang.Object
  extended byorg.tmatesoft.svn.core.wc.SVNDiffStatus

public class SVNDiffStatus
extends Object

Version:
1.0
Author:
TMate Software Ltd.

Constructor Summary
SVNDiffStatus(File file, SVNURL url, String path, SVNStatusType type, boolean propsModified, SVNNodeKind kind)
           
 
Method Summary
 File getFile()
           
 SVNNodeKind getKind()
           
 SVNStatusType getModificationType()
           
 String getPath()
           
 SVNURL getURL()
           
 boolean isPropertiesModified()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVNDiffStatus

public SVNDiffStatus(File file,
                     SVNURL url,
                     String path,
                     SVNStatusType type,
                     boolean propsModified,
                     SVNNodeKind kind)
Method Detail

getFile

public File getFile()

isPropertiesModified

public boolean isPropertiesModified()

getKind

public SVNNodeKind getKind()

getModificationType

public SVNStatusType getModificationType()

getPath

public String getPath()

getURL

public SVNURL getURL()

JavaSVN Home

Copyright © 2004-2006 TMate Software Ltd. All Rights Reserved.