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 TypeMethodDescriptionvoidreplaceOutputManager(OutputManager output) Replace the currently-assignedOutputManagerwith another.
-
Method Details
-
replaceOutputManager
Replace the currently-assignedOutputManagerwith another.- Parameters:
output- the task to replace.- Throws:
OperationFailedException- if the task cannot be successfully replaced.
-