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.FilemyBaseFileprotected SVNPropertiesmyBasePropertiesprotected java.io.FilemyFileprotected booleanmyIsAddedprotected booleanmyIsSkipprotected booleanmyIsTreeConflictedprotected SVNPropertiesmyPropertyDiffprotected java.lang.StringmyRepositoryPathprotected java.io.FilemyWCFile
-
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 voidloadFromRepository(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
-
-