Package org.anchoranalysis.io.input.bean
Class DebugModeParameters
Object
org.anchoranalysis.io.input.bean.DebugModeParameters
public class DebugModeParameters extends Object
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
Constructors Constructor Description DebugModeParameters(Optional<String> contains) -
Method Summary
Modifier and Type Method Description StringcontainsOrEmpty()
-
Constructor Details
-
Method Details
-
containsOrEmpty
- Returns:
- contains, or an empty string if null.
-