Uses of Class
org.anchoranalysis.io.output.path.prefixer.DirectoryWithPrefix
Packages that use DirectoryWithPrefix
Package
Description
Beans for generating paths for outputting files by adding a prefix, suffix etc.
Classes for outputting to particular directories.
BoundDirectory
and related classes.Rules for preserving or changing the naming of files when copying on the file-system.
Implementations of
CopyFilesNaming
that perform clustering of files.Implementations of
PathPrefixer
.-
Uses of DirectoryWithPrefix in org.anchoranalysis.io.output.bean.path.prefixer
Methods in org.anchoranalysis.io.output.bean.path.prefixer that return DirectoryWithPrefixModifier and TypeMethodDescriptionabstract DirectoryWithPrefix
PathPrefixer.outFilePrefix
(NamedPath path, Optional<String> experimentIdentifier, PathPrefixerContext context) Provides a prefix which can be prepended to all output files.PathPrefixerAvoidResolve.outFilePrefix
(NamedPath path, Optional<String> experimentIdentifier, PathPrefixerContext context) PathPrefixerAvoidResolve.outFilePrefixAvoidResolve
(NamedPath path, Optional<String> experimentIdentifier, PathPrefixerContext context) Provides a prefix which can be prepended to all output files.IncrementingNumber.outFilePrefixFromPath
(NamedPath path, Path root, PathPrefixerContext context) abstract DirectoryWithPrefix
PathPrefixerAvoidResolve.outFilePrefixFromPath
(NamedPath path, Path root, PathPrefixerContext context) Determines the out-file prefix from a path.abstract DirectoryWithPrefix
PathPrefixer.rootDirectoryPrefix
(Optional<String> experimentIdentifier, PathPrefixerContext context) Provides a prefix that becomes the root-folder.PathPrefixerAvoidResolve.rootDirectoryPrefix
(Optional<String> experimentIdentifier, PathPrefixerContext context) PathPrefixerAvoidResolve.rootDirectoryPrefixAvoidResolve
(Optional<String> experimentIdentifier) Provides a prefix that becomes the root-folder. -
Uses of DirectoryWithPrefix in org.anchoranalysis.io.output.outputter
Methods in org.anchoranalysis.io.output.outputter that return DirectoryWithPrefixModifier and TypeMethodDescriptionOutputter.getPrefix()
The directory and prefix into which outputting occurs.OutputterChecked.getPrefix()
The directory and prefix into which outputting occurs.Methods in org.anchoranalysis.io.output.outputter with parameters of type DirectoryWithPrefixModifier and TypeMethodDescriptionOutputterChecked.changePrefix
(DirectoryWithPrefix prefixToAssign) Creates aOutputterChecked
with a changed prefix.static OutputterChecked
OutputterChecked.createWithPrefix
(DirectoryWithPrefix prefix, MultiLevelOutputEnabled outputEnabled, OutputWriteContext context, Optional<MultiLevelRecordedOutputs> recordedOutputs, DirectoryCreationParameters directoryCreation, Optional<Logger> logger) Creates a bound output-manager from an existingOutputManager
with a prefix. -
Uses of DirectoryWithPrefix in org.anchoranalysis.io.output.outputter.directory
Methods in org.anchoranalysis.io.output.outputter.directory that return DirectoryWithPrefixModifier and TypeMethodDescriptionOutputterTarget.getPrefix()
The directory and prefix into which outputting occurs.Methods in org.anchoranalysis.io.output.outputter.directory with parameters of type DirectoryWithPrefixModifier and TypeMethodDescriptionOutputterTarget.changePrefix
(DirectoryWithPrefix prefixToAssign) Creates a newOutputterTarget
with a changed prefix.Constructors in org.anchoranalysis.io.output.outputter.directory with parameters of type DirectoryWithPrefixModifierConstructorDescriptionOutputterTarget
(DirectoryWithPrefix directory, DirectoryCreationParameters parameters) Creates for a particular directory, with optionally an associated prefix. -
Uses of DirectoryWithPrefix in org.anchoranalysis.plugin.io.bean.file.copy.naming
Methods in org.anchoranalysis.plugin.io.bean.file.copy.naming with parameters of type DirectoryWithPrefixModifier and TypeMethodDescriptionCopyFilesNaming.destinationPath
(File file, DirectoryWithPrefix outputTarget, int index, CopyContext<T> context) Returns the output path (destination to to be copied to) for a given single file.Anonymize.destinationPathRelative
(File file, DirectoryWithPrefix outputTarget, int iter, CopyContext<AnonymizeSharedState> context) CopyFilesNaming.destinationPathRelative
(File file, DirectoryWithPrefix outputTarget, int index, CopyContext<T> context) Calculates the relative-output path (to be appended to destDir)CopyFilesNamingOne.destinationPathRelative
(File file, DirectoryWithPrefix outputTarget, int iter, CopyContext<NoSharedState> context) OutputPrefixWithExtension.destinationPathRelative
(File file, DirectoryWithPrefix outputTarget, int index, CopyContext<NoSharedState> context) PreserveName.destinationPathRelative
(File file, DirectoryWithPrefix outputTarget, int iter, CopyContext<NoSharedState> context) -
Uses of DirectoryWithPrefix in org.anchoranalysis.plugin.io.bean.file.copy.naming.cluster
Methods in org.anchoranalysis.plugin.io.bean.file.copy.naming.cluster with parameters of type DirectoryWithPrefixModifier and TypeMethodDescriptionClusterByTimestamp.destinationPathRelative
(File file, DirectoryWithPrefix outputTarget, int index, CopyContext<ClusterMembership> context) -
Uses of DirectoryWithPrefix in org.anchoranalysis.plugin.io.bean.file.path.prefixer
Methods in org.anchoranalysis.plugin.io.bean.file.path.prefixer that return DirectoryWithPrefixModifier and TypeMethodDescriptionHomeSubdirectory.outFilePrefix
(NamedPath path, Optional<String> expName, PathPrefixerContext context) Rooted.outFilePrefix
(NamedPath path, Optional<String> experimentName, PathPrefixerContext context) DirectoryStructure.outFilePrefixFromPath
(NamedPath path, Path root, PathPrefixerContext context) FromDescriptiveName.outFilePrefixFromPath
(NamedPath path, Path root, PathPrefixerContext context) IfIncrementingNumberRequested.outFilePrefixFromPath
(NamedPath path, Path root, PathPrefixerContext context) LastDirectoryAsPrefix.outFilePrefixFromPath
(NamedPath path, Path root, PathPrefixerContext context) PathRegEx.outFilePrefixFromPath
(NamedPath path, Path root, PathPrefixerContext context) HomeSubdirectory.rootDirectoryPrefix
(Optional<String> expName, PathPrefixerContext context) Rooted.rootDirectoryPrefix
(Optional<String> expName, PathPrefixerContext context)