Class SVNRemoteDiffEditor.SVNFileInfo
java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNRemoteDiffEditor.SVNFileInfo
- Enclosing class:
- SVNRemoteDiffEditor
protected class SVNRemoteDiffEditor.SVNFileInfo
extends java.lang.Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected java.io.File
protected SVNProperties
protected java.io.File
protected boolean
protected boolean
protected boolean
protected SVNProperties
protected java.lang.String
protected java.io.File
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myRepositoryPath
protected java.lang.String myRepositoryPath -
myWCFile
protected java.io.File myWCFile -
myIsAdded
protected boolean myIsAdded -
myIsSkip
protected boolean myIsSkip -
myIsTreeConflicted
protected boolean myIsTreeConflicted -
myFile
protected java.io.File myFile -
myBaseFile
protected java.io.File myBaseFile -
myBaseProperties
-
myPropertyDiff
-
-
Constructor Details
-
SVNFileInfo
public SVNFileInfo(java.lang.String path, boolean added)
-
-
Method Details
-
loadFromRepository
- Throws:
SVNException
-