Class OutputManagerFixture
Object
org.anchoranalysis.test.io.output.OutputManagerFixture
public class OutputManagerFixture extends Object
A fixture that implements a basic implementation of a
OutputManager.- Author:
- Owen Feehan
-
Method Summary
Modifier and Type Method Description static OutputManagercreateOutputManager(Optional<Path> pathForPrefixer, Optional<OutputEnabledRules> outputEnabledRules)Creates theOutputManagerfixture.
-
Method Details
-
createOutputManager
public static OutputManager createOutputManager(Optional<Path> pathForPrefixer, Optional<OutputEnabledRules> outputEnabledRules)Creates theOutputManagerfixture.- Parameters:
pathForPrefixer- a path to use for the prefixer in the output-manager. When undefined, an incrementing number will be used.outputEnabledRules- rules that determine which outputs occur or not.- Returns:
- a newly created fixture for
OutputManager.
-