Start
|
Index
|
Overview
•
PREV
|
UP
|
NEXT
net.simplace.processors.DeleteFilesProcessor
Deletes Files filtered with ${filter_extensions} or ${filter_names} from ${sourcedir}
public class
DeleteFilesProcessor
extends
net.simplace.util.pipeline.FWProcessor
{
// Public Constructors
public
DeleteFilesProcessor
();
// Public Instance Methods
public boolean
process
() throws
PipeLineException
;
// Defines
net.simplace.util.pipeline.FWProcessor
Must be overidden to implemnt concrete pipe procedure.
// Protected Instance Methods
protected boolean
checkInParameterMap
();
// Defines
net.simplace.util.pipeline.FWProcessor
protected boolean
checkOutParameterMap
();
// Defines
net.simplace.util.pipeline.FWProcessor
}
Hierarchy:
java.lang.Object -
net.simplace.util.pipeline.FWProcessor
- DeleteFilesProcessor
Extended by:
DeleteCacheProcessor