Package net.simplace.pipe.processors
Class DeleteCacheProcessor
java.lang.Object
net.simplace.pipe.control.FWProcessor
net.simplace.pipe.processors.DeleteFilesProcessor
net.simplace.pipe.processors.DeleteCacheProcessor
Deletes one cachedir - using system key. And with this the scenarios saved in the resultdatabase
are deleted. Called outside a system (systemid not set)
| Parameter | Description |
|---|---|
SYSTEM_ID |
(optional) system to be deleted, otherwise |
- Author:
- Andreas Enders
-
Field Summary
Fields inherited from class net.simplace.pipe.control.FWProcessor
iAllreadyLoopedCount, iContainer, iInObservable, iObservable, iProgressTasks -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanCan be overridden to perform semantic checks on the pipeline Input.booleanprocess()Must be overidden to implemnt concrete pipe procedure.Methods inherited from class net.simplace.pipe.processors.DeleteFilesProcessor
checkOutParameterMapMethods inherited from class net.simplace.pipe.control.FWProcessor
clone, containsParameter, createProcessor, createProcessor, fireTaskEvent, getAllStringInParameters, getConfiguration, getInitialParameters, getInParameter, getInParameter, getInParameters, getNewProgressTask, getOutParameter, getOutParameterKeys, getPipeLine, getProgressTask, getStringInParameter, getStringInParameter, getSystemID, hasConfiguration, isEndOfPipe, pipe, removeOutParameter, setConfiguration, setEndOfPipeFlag, setInitialParameters, setInParameterMap, setLoopedCount, setOutParameter, setStateOfTask, setStateProgressing, toXML
-
Constructor Details
-
DeleteCacheProcessor
public DeleteCacheProcessor()
-
-
Method Details
-
process
Must be overidden to implemnt concrete pipe procedure.- Overrides:
processin classDeleteFilesProcessor- Returns:
- success
- Throws:
PipeLineException
-
checkInParameterMap
protected boolean checkInParameterMap()Description copied from class:FWProcessorCan be overridden to perform semantic checks on the pipeline Input.- Overrides:
checkInParameterMapin classDeleteFilesProcessor- Returns:
- true if not overridden by implementations
-