Class SvnNgGetInfo
- 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.ng.SvnNgOperationRunner<SvnInfo,SvnGetInfo>
-
- org.tmatesoft.svn.core.internal.wc2.ng.SvnNgGetInfo
-
- All Implemented Interfaces:
SVNWCContext.ISVNWCNodeHandler
,ISVNCanceller
,ISVNEventHandler
,ISvnOperationRunner<SvnInfo,SvnGetInfo>
public class SvnNgGetInfo extends SvnNgOperationRunner<SvnInfo,SvnGetInfo> implements SVNWCContext.ISVNWCNodeHandler
-
-
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 SvnNgGetInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
nodeFound(java.io.File localAbspath, ISVNWCDb.SVNWCDbKind kind)
void
reset(SvnWcGeneration wcGeneration)
Resets runner's working copy generation.protected SvnInfo
run(SVNWCContext context)
-
Methods inherited from class org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner
deleteDeleteFiles, getRepositoryAccess, getWcGeneration, matchesChangelist, run, setRepositoryAccess
-
Methods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnLocalOperationRunner
getFirstTarget, isApplicable, sleepForTimestamp
-
Methods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContext
-
-
-
-
Method Detail
-
reset
public void reset(SvnWcGeneration wcGeneration)
Description copied from interface:ISvnOperationRunner
Resets runner's working copy generation.- Specified by:
reset
in interfaceISvnOperationRunner<SvnInfo,SvnGetInfo>
- Overrides:
reset
in classSvnNgOperationRunner<SvnInfo,SvnGetInfo>
- Parameters:
wcGeneration
- new working copy generation for the runner
-
run
protected SvnInfo run(SVNWCContext context) throws SVNException
- Specified by:
run
in classSvnNgOperationRunner<SvnInfo,SvnGetInfo>
- Throws:
SVNException
-
nodeFound
public void nodeFound(java.io.File localAbspath, ISVNWCDb.SVNWCDbKind kind) throws SVNException
- Specified by:
nodeFound
in interfaceSVNWCContext.ISVNWCNodeHandler
- Throws:
SVNException
-
-