protected class SVNRemoteDiffEditor.SVNFileInfo
extends java.lang.Object
Modifier and Type | Field and 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 and Description |
---|
SVNFileInfo(java.lang.String path,
boolean added) |
Modifier and Type | Method and Description |
---|---|
void |
loadFromRepository(long revision) |
protected java.lang.String myRepositoryPath
protected java.io.File myWCFile
protected boolean myIsAdded
protected boolean myIsSkip
protected boolean myIsTreeConflicted
protected java.io.File myFile
protected java.io.File myBaseFile
protected SVNProperties myBaseProperties
protected SVNProperties myPropertyDiff
public void loadFromRepository(long revision) throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.