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
FieldsFields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULLFields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
UNKNOWN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voiddoExternalStatus(java.util.Map<java.io.File, java.io.File> externalsNew) private booleanvoidReceives 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, setRepositoryAccessMethods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnLocalOperationRunner
getFirstTarget, isApplicable, sleepForTimestampMethods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
targetDeletedInRepository
private boolean targetDeletedInRepository
-
-
Constructor Details
-
SvnNgGetStatus
public SvnNgGetStatus()
-
-
Method Details
-
run
- 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
Description copied from interface:ISvnObjectReceiverReceives object with is target.- Specified by:
receivein interfaceISvnObjectReceiver<SvnStatus>- Parameters:
target- target of the objectobject- object- Throws:
SVNException
-
reset
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
-