Uses of Interface
org.anchoranalysis.io.output.path.prefixer.PathCreator
| Package | Description |
|---|---|
| org.anchoranalysis.io.output.outputter.directory |
BoundDirectory and related classes. |
| org.anchoranalysis.io.output.path.prefixer |
Non-beans for generating paths for outputting files by adding a prefix, suffix etc.
|
-
Uses of PathCreator in org.anchoranalysis.io.output.outputter.directory
Methods in org.anchoranalysis.io.output.outputter.directory that return PathCreator Modifier and Type Method Description PathCreatorOutputterTarget. pathCreator()Creates the path into which output is written. -
Uses of PathCreator in org.anchoranalysis.io.output.path.prefixer
Classes in org.anchoranalysis.io.output.path.prefixer that implement PathCreator Modifier and Type Class Description classDirectoryWithPrefixA directory into which files can be written, and a prefix for the name of each written file.