Package kieker.analysis.generic.source
Class DirectoryProducer
java.lang.Object
teetime.framework.AbstractStage
teetime.framework.AbstractProducerStage<Path>
kieker.analysis.generic.source.DirectoryProducer
Send out all directories specified as paths or files.
- Since:
- 2.0.0
- Author:
- Reiner Jung
-
Field Summary
Fields inherited from class teetime.framework.AbstractProducerStage
outputPortFields inherited from class teetime.framework.AbstractStage
logger -
Constructor Summary
ConstructorsConstructorDescriptionDirectoryProducer(Path... paths) Create a directory producer using paths as input.DirectoryProducer(List<Path> paths) -
Method Summary
Methods inherited from class teetime.framework.AbstractProducerStage
getOutputPort, getTerminationStrategyMethods inherited from class teetime.framework.AbstractStage
abort, 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, workCompleted
-
Constructor Details
-
DirectoryProducer
Create a directory producer using paths as input.- Parameters:
paths- paths to be converted to files and checked whether they are directories
-
DirectoryProducer
-
-
Method Details
-
execute
- Specified by:
executein classteetime.framework.AbstractStage- Throws:
Exception
-