Class SVNRemoteDiffEditor.SVNDirectoryInfo
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.SVNRemoteDiffEditor.SVNDirectoryInfo
-
- Enclosing class:
- SVNRemoteDiffEditor
protected class SVNRemoteDiffEditor.SVNDirectoryInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected SVNPropertiesmyBasePropertiesprotected booleanmyIsAddedprotected booleanmyIsSkipprotected booleanmyIsTreeConflictedprotected SVNRemoteDiffEditor.SVNDirectoryInfomyParentprotected SVNPropertiesmyPropertyDiffprotected java.lang.StringmyRepositoryPathprotected java.io.FilemyWCFile
-
Constructor Summary
Constructors Constructor Description SVNDirectoryInfo(SVNRemoteDiffEditor.SVNDirectoryInfo parent, java.lang.String path, boolean added)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidloadFromRepository(long baseRevision)
-
-
-
Field Detail
-
myIsAdded
protected boolean myIsAdded
-
myIsSkip
protected boolean myIsSkip
-
myIsTreeConflicted
protected boolean myIsTreeConflicted
-
myRepositoryPath
protected java.lang.String myRepositoryPath
-
myWCFile
protected java.io.File myWCFile
-
myBaseProperties
protected SVNProperties myBaseProperties
-
myPropertyDiff
protected SVNProperties myPropertyDiff
-
myParent
protected SVNRemoteDiffEditor.SVNDirectoryInfo myParent
-
-
Constructor Detail
-
SVNDirectoryInfo
public SVNDirectoryInfo(SVNRemoteDiffEditor.SVNDirectoryInfo parent, java.lang.String path, boolean added)
-
-
Method Detail
-
loadFromRepository
public void loadFromRepository(long baseRevision) throws SVNException- Throws:
SVNException
-
-