Class SvnNgGetStatus
- 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<SvnStatus,SvnGetStatus>
-
- org.tmatesoft.svn.core.internal.wc2.ng.SvnNgGetStatus
-
- All Implemented Interfaces:
ISVNCanceller,ISVNEventHandler,ISvnObjectReceiver<SvnStatus>,ISvnOperationRunner<SvnStatus,SvnGetStatus>
public class SvnNgGetStatus extends SvnNgOperationRunner<SvnStatus,SvnGetStatus> implements ISvnObjectReceiver<SvnStatus>
-
-
Field Summary
Fields Modifier and Type Field Description private booleantargetDeletedInRepository-
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 SvnNgGetStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voiddoExternalStatus(java.util.Map<java.io.File,java.io.File> externalsNew)private booleanisTargetDeletedInRepository()voidreceive(SvnTarget target, SvnStatus object)Receives object with is target.voidreset(SvnWcGeneration wcGeneration)Resets runner's working copy generation.protected SvnStatusrun(SVNWCContext context)private voidsetTargetDeletedInRepository(boolean deleted)-
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
-
run
protected SvnStatus run(SVNWCContext context) throws SVNException
- Specified by:
runin classSvnNgOperationRunner<SvnStatus,SvnGetStatus>- Throws:
SVNException
-
doExternalStatus
private void doExternalStatus(java.util.Map<java.io.File,java.io.File> externalsNew) throws SVNException- Throws:
SVNException
-
setTargetDeletedInRepository
private void setTargetDeletedInRepository(boolean deleted)
-
isTargetDeletedInRepository
private boolean isTargetDeletedInRepository()
-
receive
public void receive(SvnTarget target, SvnStatus object) throws SVNException
Description copied from interface:ISvnObjectReceiverReceives object with is target.- Specified by:
receivein interfaceISvnObjectReceiver<SvnStatus>- Parameters:
target- target of the objectobject- object- Throws:
SVNException
-
reset
public void reset(SvnWcGeneration wcGeneration)
Description copied from interface:ISvnOperationRunnerResets runner's working copy generation.- Specified by:
resetin interfaceISvnOperationRunner<SvnStatus,SvnGetStatus>- Overrides:
resetin classSvnNgOperationRunner<SvnStatus,SvnGetStatus>- Parameters:
wcGeneration- new working copy generation for the runner
-
-