Uses of Class
org.anchoranalysis.io.input.bean.namer.FileNamer
Packages that use FileNamer
Package
Description
Beans to derive names (compact unique identifiers) from files.
Grouping files together so that they collectively represent a single entity.
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 FileNamer in org.anchoranalysis.io.input.bean.namer
Subclasses of FileNamer in org.anchoranalysis.io.input.bean.namerModifier and TypeClassDescriptionclass
Base class for methods that derive the name independently for each file. -
Uses of FileNamer in org.anchoranalysis.plugin.io.bean.file.group
Methods in org.anchoranalysis.plugin.io.bean.file.group that return FileNamerMethods in org.anchoranalysis.plugin.io.bean.file.group with parameters of type FileNamer -
Uses of FileNamer in org.anchoranalysis.plugin.io.bean.file.namer
Subclasses of FileNamer in org.anchoranalysis.plugin.io.bean.file.namerModifier and TypeClassDescriptionclass
class
Multiplexes between two namers depending on if the relative-to-directory option is selected.class
Derives a name by taking the filename together with optionally several subdirectories names.class
Uses the normalized path (always with forward slashes) of each file as it's descriptive-nameclass
class
Constructs a name by finding the relative-path between the file and the input-directory.class
Removes extensions from the identifier (but not from the file) and only if the extension hasn't already been removed upstream.class
If specified in the context, the existing name if subsetted according to an index range.Methods in org.anchoranalysis.plugin.io.bean.file.namer that return FileNamerModifier and TypeMethodDescriptionRemoveExtension.getNamer()
SubsetRangeIfRequested.getNamer()
The namer that is called to provide names that are subsetted.IfRelativeToDirectory.getOtherwise()
The namer to use if the relative-to-directory option is not selected.IfRelativeToDirectory.getWhenRelative()
The namer to use if the relative-to-directory option is selected.Methods in org.anchoranalysis.plugin.io.bean.file.namer with parameters of type FileNamerModifier and TypeMethodDescriptionvoid
void
The namer that is called to provide names that are subsetted.void
IfRelativeToDirectory.setOtherwise
(FileNamer otherwise) The namer to use if the relative-to-directory option is not selected.void
IfRelativeToDirectory.setWhenRelative
(FileNamer whenRelative) The namer to use if the relative-to-directory option is selected.Constructors in org.anchoranalysis.plugin.io.bean.file.namer with parameters of type FileNamer -
Uses of FileNamer in org.anchoranalysis.plugin.io.bean.file.namer.patternspan
Subclasses of FileNamer in org.anchoranalysis.plugin.io.bean.file.namer.patternspanModifier and TypeClassDescriptionclass
Finds a pattern in the file-path, and uses a portion of the file-path in that pattern to form the name. -
Uses of FileNamer in org.anchoranalysis.plugin.io.bean.input.files
Methods in org.anchoranalysis.plugin.io.bean.input.files that return FileNamerMethods in org.anchoranalysis.plugin.io.bean.input.files with parameters of type FileNamerConstructors in org.anchoranalysis.plugin.io.bean.input.files with parameters of type FileNamerModifierConstructorDescriptionNamedFiles
(FilesProvider files, FileNamer namer) NamedFilesBase
(FileNamer namer)