Uses of Class
org.anchoranalysis.io.output.path.prefixer.OutputPrefixerSettings
| Package | Description |
|---|---|
| org.anchoranalysis.io.output.path.prefixer |
Non-beans for generating paths for outputting files by adding a prefix, suffix etc.
|
-
Uses of OutputPrefixerSettings in org.anchoranalysis.io.output.path.prefixer
Methods in org.anchoranalysis.io.output.path.prefixer that return OutputPrefixerSettings Modifier and Type Method Description OutputPrefixerSettingsPathPrefixerContext. getPrefixer()Settings for where and how outputs should be prefixed.Constructors in org.anchoranalysis.io.output.path.prefixer with parameters of type OutputPrefixerSettings Constructor Description PathPrefixerContext(boolean debugMode, OutputPrefixerSettings prefixer)Create with specific parameters.