Uses of Class
org.anchoranalysis.io.output.bean.path.prefixer.PathPrefixer
Packages that use PathPrefixer
Package
Description
Non-bean classes related to a
Task
.Beans for the framework around writing files to the file-system.
Beans for generating paths for outputting files by adding a prefix, suffix etc.
Implementations of
PathPrefixer
.-
Uses of PathPrefixer in org.anchoranalysis.experiment.task
Methods in org.anchoranalysis.experiment.task that return PathPrefixerModifier and TypeMethodDescriptionParametersExperiment.getPrefixer()
Determines prefixes used in the paths for outputted files.Constructors in org.anchoranalysis.experiment.task with parameters of type PathPrefixerModifierConstructorDescriptionParametersExperiment
(ExecutionArguments executionArguments, String experimentIdentifier, OutputterChecked outputter, PathPrefixer prefixer, ExperimentFeedbackContext feedbackContext) Creates with initialization arguments. -
Uses of PathPrefixer in org.anchoranalysis.io.output.bean
Methods in org.anchoranalysis.io.output.bean that return PathPrefixerModifier and TypeMethodDescriptionOutputManager.getPrefixer()
Determines a prefix to use when outputting a file based upon an input-path.Methods in org.anchoranalysis.io.output.bean with parameters of type PathPrefixerModifier and TypeMethodDescriptionvoid
OutputManager.setPrefixer
(PathPrefixer prefixer) Determines a prefix to use when outputting a file based upon an input-path. -
Uses of PathPrefixer in org.anchoranalysis.io.output.bean.path.prefixer
Subclasses of PathPrefixer in org.anchoranalysis.io.output.bean.path.prefixerModifier and TypeClassDescriptionclass
Outputs an incrementing number for each output that occurs.class
A file-path-resolver that adds additional methods that perform the same function but output a relative-path rather than an absolute path after fully resolving paths -
Uses of PathPrefixer in org.anchoranalysis.plugin.io.bean.file.path.prefixer
Subclasses of PathPrefixer in org.anchoranalysis.plugin.io.bean.file.path.prefixerModifier and TypeClassDescriptionclass
Reuses the directories between a path and its root to form the output - and also the filename.class
The prefixer uses a combination of a out-path-prefix and the descriptive-name of inputs to create an output prefix.class
class
Multiplexes between twoPathPrefixer
s depending on whether an incrementing number sequence was output was requested.class
Looks for the last directory-name, and removes it in favour of using it as a prefix on a filenameclass
Matches a regex against incoming file-paths to form a prefix for outputclass
Prepend a 'root' before the file-path-prefix obtained from a delegate