Uses of Class
org.anchoranalysis.io.input.file.NamedFile
Packages that use NamedFile
Package
Description
Non-bean classes for reading a
Stack
from the
filesystem.Classes relating to creating inputs for an experiment / task.
Beans to derive names (compact unique identifiers) from files.
Non-bean classes that relate to using files during inputting.
Implementations of
FileNamer
.Implementations of
FileNamer
that look for a
pattern across many files.InputManager
s that accept a set of named-files.-
Uses of NamedFile in org.anchoranalysis.image.io.stack.input
Constructors in org.anchoranalysis.image.io.stack.input with parameters of type NamedFileModifierConstructorDescriptionImageMetadataInput
(NamedFile file, CheckedSupplier<ImageMetadata, ImageIOException> metadata) Create for a particular file and metadata. -
Uses of NamedFile in org.anchoranalysis.io.input
Methods in org.anchoranalysis.io.input that return NamedFileModifier and TypeMethodDescriptiondefault NamedFile
InputFromManager.asFile()
Expresses the input as a file with a name (the unique identifier).Methods in org.anchoranalysis.io.input that return types with arguments of type NamedFileModifier and TypeMethodDescriptionInputsWithDirectory.findAllNonInputFiles()
Find all files in the input directory are not used as inputs. -
Uses of NamedFile in org.anchoranalysis.io.input.bean.namer
Methods in org.anchoranalysis.io.input.bean.namer that return NamedFileModifier and TypeMethodDescriptionFileNamer.deriveName
(File file, FileNamerContext context) A name for a file.Methods in org.anchoranalysis.io.input.bean.namer that return types with arguments of type NamedFileModifier and TypeMethodDescriptionFileNamer.deriveName
(List<File> files, FileNamerContext context) Derives a list of names (associated with each file) for some files.FileNamerIndependent.deriveName
(List<File> files, FileNamerContext context) FileNamer.deriveNameUnique
(List<File> files, FileNamerContext context) LikeFileNamer.deriveName(List, FileNamerContext)
but checks that the final list of named-files all have unique names. -
Uses of NamedFile in org.anchoranalysis.io.input.file
Methods in org.anchoranalysis.io.input.file that return NamedFileModifier and TypeMethodDescriptionNamedFile.mapIdentifier
(BiFunction<String, File, String> function) Immutably renames the file, by assigning it a new identifier.Constructors in org.anchoranalysis.io.input.file with parameters of type NamedFileModifierConstructorDescriptionCreates for a single file.FileWithDirectoryInput
(NamedFile file, Path directory) Create for a particular file and directory.protected
SingleFileInputBase
(NamedFile file) Creates for a particular file. -
Uses of NamedFile in org.anchoranalysis.plugin.io.bean.file.namer
Methods in org.anchoranalysis.plugin.io.bean.file.namer that return types with arguments of type NamedFileModifier and TypeMethodDescriptionIfRelativeToDirectory.deriveName
(List<File> files, FileNamerContext context) RemoveExtension.deriveName
(List<File> files, FileNamerContext context) SubsetRangeIfRequested.deriveName
(List<File> files, FileNamerContext context) -
Uses of NamedFile in org.anchoranalysis.plugin.io.bean.file.namer.patternspan
Methods in org.anchoranalysis.plugin.io.bean.file.namer.patternspan that return types with arguments of type NamedFileModifier and TypeMethodDescriptionPatternSpan.deriveName
(List<File> files, FileNamerContext context) -
Uses of NamedFile in org.anchoranalysis.plugin.io.bean.input.files
Method parameters in org.anchoranalysis.plugin.io.bean.input.files with type arguments of type NamedFileModifier and TypeMethodDescriptionprotected InputsWithDirectory
<T> NamedFilesBase.createInputsFromFiles
(FilesProvider files, InputManagerParameters parameters, Function<NamedFile, T> mapToInput) Creates a list of inputs from aFilesProvider
which together with thenamer
can create the inputs.