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
FieldsFields inherited from class org.tmatesoft.svn.core.internal.wc.SVNUpdateEditor.SVNEntryInfo
IsAdded, isAddExisted, isExisted, isSkipped, myPreviousRevision, Parent, treeConflictCreationAttributes, URL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanup
(SVNAdminArea area) void
flushLog()
getLog()
void
runLogs()
Methods inherited from class org.tmatesoft.svn.core.internal.wc.SVNUpdateEditor.SVNEntryInfo
getChangedEntryProperties, getChangedProperties, getChangedWCProperties, getPath, propertyChanged
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
RefCount
public int RefCount -
log
-
LogCount
public int LogCount -
myAmbientDepth
-
wasIncomplete
public boolean wasIncomplete -
anyChangesInChildren
public boolean anyChangesInChildren
-
-
Constructor Details
-
SVNDirectoryInfo
public SVNDirectoryInfo(java.lang.String path)
-
-
Method Details
-
getAdminArea
- Throws:
SVNException
-
getLog
- Throws:
SVNException
-
flushLog
- Throws:
SVNException
-
runLogs
- Throws:
SVNException
-
cleanup
- Specified by:
cleanup
in interfaceISVNCleanupHandler
- Throws:
SVNException
-