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 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 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 void
loadFromRepository(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
-
-