Package org.anchoranalysis.experiment.io
Interface ReplaceOutputManager
- All Known Implementing Classes:
InputOutputExperiment
public interface ReplaceOutputManager
Indicates and provides a mechanism that the
OutputManager
can be replaced.- Author:
- Owen Feehan
-
Method Summary
Modifier and TypeMethodDescriptionvoid
replaceOutputManager
(OutputManager output) Replace the currently-assignedOutputManager
with another.
-
Method Details
-
replaceOutputManager
Replace the currently-assignedOutputManager
with another.- Parameters:
output
- the task to replace.- Throws:
OperationFailedException
- if the task cannot be successfully replaced.
-