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 booleananyChangesInChildrenprivate SVNLoglogintLogCountSVNDepthmyAmbientDepthintRefCountbooleanwasIncomplete-
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 voidcleanup(SVNAdminArea area)voidflushLog()SVNAdminAreagetAdminArea()SVNLoggetLog()voidrunLogs()-
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:
cleanupin interfaceISVNCleanupHandler- Throws:
SVNException
-
-