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
Fields Modifier and Type Field Description protected java.io.File
myBaseFile
protected SVNProperties
myBaseProperties
protected java.io.File
myFile
protected boolean
myIsAdded
protected boolean
myIsSkip
protected boolean
myIsTreeConflicted
protected SVNProperties
myPropertyDiff
protected java.lang.String
myRepositoryPath
protected java.io.File
myWCFile
-
Constructor Summary
Constructors Constructor Description SVNFileInfo(java.lang.String path, boolean added)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadFromRepository(long revision)
-
-
-
Field Detail
-
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
protected SVNProperties myBaseProperties
-
myPropertyDiff
protected SVNProperties myPropertyDiff
-
-
Method Detail
-
loadFromRepository
public void loadFromRepository(long revision) throws SVNException
- Throws:
SVNException
-
-