Class SVNUpdateEditor.SVNDirectoryInfo
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.SVNUpdateEditor.SVNEntryInfo
-
- org.tmatesoft.svn.core.internal.wc.SVNUpdateEditor.SVNDirectoryInfo
-
- All Implemented Interfaces:
ISVNCleanupHandler
- Enclosing class:
- SVNUpdateEditor
private class SVNUpdateEditor.SVNDirectoryInfo extends SVNUpdateEditor.SVNEntryInfo implements ISVNCleanupHandler
-
-
Field Summary
Fields Modifier and Type Field Description boolean
anyChangesInChildren
private SVNLog
log
int
LogCount
SVNDepth
myAmbientDepth
int
RefCount
boolean
wasIncomplete
-
Fields inherited from class org.tmatesoft.svn.core.internal.wc.SVNUpdateEditor.SVNEntryInfo
IsAdded, isAddExisted, isExisted, isSkipped, myPreviousRevision, Parent, treeConflictCreationAttributes, URL
-
-
Constructor Summary
Constructors Constructor Description SVNDirectoryInfo(java.lang.String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cleanup(SVNAdminArea area)
void
flushLog()
SVNAdminArea
getAdminArea()
SVNLog
getLog()
void
runLogs()
-
Methods inherited from class org.tmatesoft.svn.core.internal.wc.SVNUpdateEditor.SVNEntryInfo
getChangedEntryProperties, getChangedProperties, getChangedWCProperties, getPath, propertyChanged
-
-
-
-
Method Detail
-
getAdminArea
public SVNAdminArea getAdminArea() throws SVNException
- Throws:
SVNException
-
getLog
public SVNLog getLog() throws SVNException
- Throws:
SVNException
-
flushLog
public void flushLog() throws SVNException
- Throws:
SVNException
-
runLogs
public void runLogs() throws SVNException
- Throws:
SVNException
-
cleanup
public void cleanup(SVNAdminArea area) throws SVNException
- Specified by:
cleanup
in interfaceISVNCleanupHandler
- Throws:
SVNException
-
-