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 boolean
targetDeletedInRepository
-
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 void
doExternalStatus(java.util.Map<java.io.File,java.io.File> externalsNew)
private boolean
isTargetDeletedInRepository()
void
receive(SvnTarget target, SvnStatus object)
Receives object with is target.void
reset(SvnWcGeneration wcGeneration)
Resets runner's working copy generation.protected SvnStatus
run(SVNWCContext context)
private void
setTargetDeletedInRepository(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:
run
in 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:ISvnObjectReceiver
Receives object with is target.- Specified by:
receive
in interfaceISvnObjectReceiver<SvnStatus>
- Parameters:
target
- target of the objectobject
- object- Throws:
SVNException
-
reset
public void reset(SvnWcGeneration wcGeneration)
Description copied from interface:ISvnOperationRunner
Resets runner's working copy generation.- Specified by:
reset
in interfaceISvnOperationRunner<SvnStatus,SvnGetStatus>
- Overrides:
reset
in classSvnNgOperationRunner<SvnStatus,SvnGetStatus>
- Parameters:
wcGeneration
- new working copy generation for the runner
-
-