Uses of Class
org.anchoranalysis.io.output.path.prefixer.OutputPrefixerSettings
Packages that use OutputPrefixerSettings
Package
Description
Arguments that can further specify an experiment in addition to its bean specification.
Non-beans for generating paths for outputting files by adding a prefix, suffix etc.
-
Uses of OutputPrefixerSettings in org.anchoranalysis.experiment.arguments
Methods in org.anchoranalysis.experiment.arguments that return OutputPrefixerSettingsModifier and TypeMethodDescriptionOutputArguments.getPrefixer()
Where outputs are written, and how identifiers are styled. -
Uses of OutputPrefixerSettings in org.anchoranalysis.io.output.path.prefixer
Methods in org.anchoranalysis.io.output.path.prefixer that return OutputPrefixerSettingsModifier and TypeMethodDescriptionPathPrefixerContext.getPrefixer()
Settings for where and how outputs should be prefixed.Constructors in org.anchoranalysis.io.output.path.prefixer with parameters of type OutputPrefixerSettingsModifierConstructorDescriptionPathPrefixerContext
(boolean debugMode, OutputPrefixerSettings prefixer) Create with specific parameters.