Class SVNLogRunner
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.admin.SVNLogRunner
-
public class SVNLogRunner extends java.lang.Object- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description SVNLogRunner(boolean rerun)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlogCompleted(SVNAdminArea adminArea)voidlogFailed(SVNAdminArea adminArea)voidlogStarted(SVNAdminArea adminArea)voidrunCommand(SVNAdminArea adminArea, java.lang.String name, SVNProperties attributes, int count)
-
-
-
Method Detail
-
runCommand
public void runCommand(SVNAdminArea adminArea, java.lang.String name, SVNProperties attributes, int count) throws SVNException
- Throws:
SVNException
-
logStarted
public void logStarted(SVNAdminArea adminArea) throws SVNException
- Throws:
SVNException
-
logFailed
public void logFailed(SVNAdminArea adminArea) throws SVNException
- Throws:
SVNException
-
logCompleted
public void logCompleted(SVNAdminArea adminArea) throws SVNException
- Throws:
SVNException
-
-