Class SVNUpdateEditor15.SVNDirectoryInfo
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.SVNUpdateEditor15.SVNEntryInfo
-
- org.tmatesoft.svn.core.internal.wc.SVNUpdateEditor15.SVNDirectoryInfo
-
- All Implemented Interfaces:
ISVNCleanupHandler
- Enclosing class:
- SVNUpdateEditor15
private class SVNUpdateEditor15.SVNDirectoryInfo extends SVNUpdateEditor15.SVNEntryInfo implements ISVNCleanupHandler
-
-
Field Summary
Fields Modifier and Type Field Description private SVNLoglogintLogCountSVNDepthmyAmbientDepthintRefCount-
Fields inherited from class org.tmatesoft.svn.core.internal.wc.SVNUpdateEditor15.SVNEntryInfo
IsAdded, isAddExisted, isExisted, isSkipped, myPreviousRevision, Parent, 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.SVNUpdateEditor15.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
-
-