Package org.anchoranalysis.io.input.bean
Class DebugModeParameters
Object
DebugModeParameters
An alternative mode of option where behaviours change.
e.g.
- A single-file is executed only.
- Output paths may change.
- Logging output may change.
- Author:
- Owen Feehan
-
Constructor Summary
ConstructorsConstructorDescriptionDebugModeParameters
(Optional<String> contains) Creates a newDebugModeParameters
instance. -
Method Summary
-
Constructor Details
-
DebugModeParameters
Creates a newDebugModeParameters
instance.- Parameters:
contains
- An optional string used to filter inputs. If null, then disabled.
-
-
Method Details
-
containsOrEmpty
- Returns:
- contains, or an empty string if null.
-