protected class SVNRemoteDiffEditor.SVNFileInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected File |
myBaseFile |
protected SVNProperties |
myBaseProperties |
protected File |
myFile |
protected boolean |
myIsAdded |
protected boolean |
myIsSkip |
protected boolean |
myIsTreeConflicted |
protected SVNProperties |
myPropertyDiff |
protected String |
myRepositoryPath |
protected File |
myWCFile |
Constructor and Description |
---|
SVNFileInfo(String path,
boolean added) |
Modifier and Type | Method and Description |
---|---|
void |
loadFromRepository(long revision) |
protected String myRepositoryPath
protected File myWCFile
protected boolean myIsAdded
protected boolean myIsSkip
protected boolean myIsTreeConflicted
protected File myFile
protected File myBaseFile
protected SVNProperties myBaseProperties
protected SVNProperties myPropertyDiff
public SVNFileInfo(String path, boolean added)
public void loadFromRepository(long revision) throws SVNException
SVNException
Copyright © 2022. All rights reserved.