protected class SVNRemoteDiffEditor.SVNDirectoryInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected SVNProperties |
myBaseProperties |
protected boolean |
myIsAdded |
protected boolean |
myIsSkip |
protected boolean |
myIsTreeConflicted |
protected SVNRemoteDiffEditor.SVNDirectoryInfo |
myParent |
protected SVNProperties |
myPropertyDiff |
protected java.lang.String |
myRepositoryPath |
protected java.io.File |
myWCFile |
Constructor and Description |
---|
SVNDirectoryInfo(SVNRemoteDiffEditor.SVNDirectoryInfo parent,
java.lang.String path,
boolean added) |
Modifier and Type | Method and Description |
---|---|
void |
loadFromRepository(long baseRevision) |
protected boolean myIsAdded
protected boolean myIsSkip
protected boolean myIsTreeConflicted
protected java.lang.String myRepositoryPath
protected java.io.File myWCFile
protected SVNProperties myBaseProperties
protected SVNProperties myPropertyDiff
protected SVNRemoteDiffEditor.SVNDirectoryInfo myParent
public SVNDirectoryInfo(SVNRemoteDiffEditor.SVNDirectoryInfo parent, java.lang.String path, boolean added)
public void loadFromRepository(long baseRevision) throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.