Class SvnRepositoryGetLogImpl
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner<V,T>
-
- org.tmatesoft.svn.core.internal.wc2.SvnLocalOperationRunner<V,T>
-
- org.tmatesoft.svn.core.internal.wc2.old.SvnOldRunner<V,T>
-
- org.tmatesoft.svn.core.internal.wc2.admin.SvnRepositoryOperationRunner<java.lang.String,SvnRepositoryGetLog>
-
- org.tmatesoft.svn.core.internal.wc2.admin.SvnRepositoryGetLogImpl
-
- All Implemented Interfaces:
ISVNCanceller,ISVNEventHandler,ISvnOperationRunner<java.lang.String,SvnRepositoryGetLog>
public class SvnRepositoryGetLogImpl extends SvnRepositoryOperationRunner<java.lang.String,SvnRepositoryGetLog>
-
-
Field Summary
-
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULL
-
Fields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
UNKNOWN
-
-
Constructor Summary
Constructors Constructor Description SvnRepositoryGetLogImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Stringrun()-
Methods inherited from class org.tmatesoft.svn.core.internal.wc2.admin.SvnRepositoryOperationRunner
getWcGeneration, isApplicable
-
Methods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnLocalOperationRunner
getFirstTarget, sleepForTimestamp
-
Methods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, reset, run, setOperation, setWcContext
-
-
-
-
Method Detail
-
run
protected java.lang.String run() throws SVNException- Specified by:
runin classSvnOperationRunner<java.lang.String,SvnRepositoryGetLog>- Throws:
SVNException
-
-