Uses of Class
org.anchoranalysis.io.output.bean.path.prefixer.PathPrefixer
| Package | Description |
|---|---|
| org.anchoranalysis.io.output.bean |
Beans for the framework around writing files to the file-system.
|
| org.anchoranalysis.io.output.bean.path.prefixer |
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 PathPrefixer Modifier and Type Method Description PathPrefixerOutputManager. 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 PathPrefixer Modifier and Type Method Description voidOutputManager. 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.prefixer Modifier and Type Class Description classIncrementingNumberOutputs an incrementing number for each output that occurs.classPathPrefixerAvoidResolveA 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