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
NULL
Fields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
UNKNOWN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
doExternalStatus
(java.util.Map<java.io.File, java.io.File> externalsNew) private boolean
void
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
Methods 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:
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
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
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
-