public class DirectoryScannerStage
extends teetime.framework.AbstractProducerStage<java.io.File>
| Constructor and Description |
|---|
DirectoryScannerStage(java.io.File directory)
Create a directory scanner for a single directory.
|
DirectoryScannerStage(java.util.List<java.io.File> directories)
Create a directory scanner.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
execute()
Execute the directory scanner.
|
getOutputPort, getTerminationStrategyabort, addInputPortRemovedListener, addOutputPortRemovedListener, compareAndSetBeingExecuted, createInputPort, createInputPort, createInputPort, createInputPort, createOutputPort, createOutputPort, createOutputPort, createOutputPort, declareActive, declarePassive, executeByFramework, getCurrentState, getId, getInputPorts, getOutputPorts, getOwningThread, isActive, isBeingExecuted, isPaused, isProducer, isStateless, onSignal, onStarting, onTerminating, onValidating, removeDynamicPort, removeDynamicPort, setPaused, setStateless, shouldBeTerminated, signalAlreadyReceived, terminateStage, toString, workCompletedpublic DirectoryScannerStage(java.util.List<java.io.File> directories)
directories - array of directories to scanpublic DirectoryScannerStage(java.io.File directory)
directory - the single directoryCopyright 2021 Kieker Project, http://kieker-monitoring.net