Class CopyTable2ProcessImpl
java.lang.Object
org.gvsig.app.extension.copytable.CopyTable2ProcessImpl
- All Implemented Interfaces:
Runnable,CopyTable2Process
- Author:
- jjdelcerro
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCopyTable2ProcessImpl(CopyTable2ProcessParameters parameters, org.gvsig.tools.task.SimpleTaskStatus status, Runnable postprocess) -
Method Summary
-
Field Details
-
LOGGER
protected final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
CopyTable2ProcessImpl
public CopyTable2ProcessImpl() -
CopyTable2ProcessImpl
public CopyTable2ProcessImpl(CopyTable2ProcessParameters parameters, org.gvsig.tools.task.SimpleTaskStatus status, Runnable postprocess)
-
-
Method Details
-
start
public void start()- Specified by:
startin interfaceCopyTable2Process
-
run
public void run()- Specified by:
runin interfaceCopyTable2Process- Specified by:
runin interfaceRunnable
-
copy_all
public void copy_all() throws org.gvsig.fmap.dal.exception.DataException- Throws:
org.gvsig.fmap.dal.exception.DataException
-
output
public org.gvsig.expressionevaluator.SymbolTable output()- Specified by:
outputin interfaceCopyTable2Process
-
setParameters
- Specified by:
setParametersin interfaceCopyTable2Process
-
setStatus
- Specified by:
setStatusin interfaceCopyTable2Process
-
setPostProcess
- Specified by:
setPostProcessin interfaceCopyTable2Process
-
createParameters
- Specified by:
createParametersin interfaceCopyTable2Process
-
getParameters
- Specified by:
getParametersin interfaceCopyTable2Process
-
getStatus
public org.gvsig.tools.task.SimpleTaskStatus getStatus()- Specified by:
getStatusin interfaceCopyTable2Process
-