Uses of Class
org.anchoranalysis.io.output.bean.path.prefixer.PathPrefixer
Packages that use PathPrefixer
Package
Description
Beans for the framework around writing files to the file-system.
Beans for generating paths for outputting files by adding a prefix, suffix etc.
-
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 TypeMethodDescriptionvoidOutputManager.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 TypeClassDescriptionclassOutputs an incrementing number for each output that occurs.classA 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 pathsSubclasses with type arguments of type PathPrefixer in org.anchoranalysis.io.output.bean.path.prefixerModifier and TypeClassDescriptionclassBase classes for methods to determine an output directory and associated file prefix.