Uses of Package
org.anchoranalysis.io.output.path.prefixer
| 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.
|
| org.anchoranalysis.io.output.outputter |
Classes for outputting to particular directories.
|
| 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.
|
-
Classes in org.anchoranalysis.io.output.path.prefixer used by org.anchoranalysis.io.output.bean Class Description PathPrefixerContext Context parameters provided to a linkPathPrefixer. -
Classes in org.anchoranalysis.io.output.path.prefixer used by org.anchoranalysis.io.output.bean.path.prefixer Class Description DirectoryWithPrefix A directory into which files can be written, and a prefix for the name of each written file.NamedPath A path and associated name.PathPrefixerContext Context parameters provided to a linkPathPrefixer.PathPrefixerException Thrown when unable to successfully determine a prefix for a path. -
Classes in org.anchoranalysis.io.output.path.prefixer used by org.anchoranalysis.io.output.outputter Class Description DirectoryWithPrefix A directory into which files can be written, and a prefix for the name of each written file. -
Classes in org.anchoranalysis.io.output.path.prefixer used by org.anchoranalysis.io.output.outputter.directory Class Description DirectoryWithPrefix A directory into which files can be written, and a prefix for the name of each written file.PathCreator Converts file-paths between relative and absolute. -
Classes in org.anchoranalysis.io.output.path.prefixer used by org.anchoranalysis.io.output.path.prefixer Class Description OutputPrefixerSettings Arguments influencing into which directory outputs are written, and how identifiers are expressed.PathCreator Converts file-paths between relative and absolute.PathPrefixerException Thrown when unable to successfully determine a prefix for a path.