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.InputManagers 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 TypeClassDescriptionclassBase 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 TypeClassDescriptionclassclassMultiplexes between two namers depending on if the relative-to-directory option is selected.classDerives a name by taking the filename together with optionally several subdirectories names.classUses the normalized path (always with forward slashes) of each file as it's descriptive-nameclassclassConstructs a name by finding the relative-path between the file and the input-directory.classRemoves extensions from the identifier (but not from the file) and only if the extension hasn't already been removed upstream.classIf 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 TypeMethodDescriptionvoidvoidThe namer that is called to provide names that are subsetted.voidIfRelativeToDirectory.setOtherwise(FileNamer otherwise) The namer to use if the relative-to-directory option is not selected.voidIfRelativeToDirectory.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 TypeClassDescriptionclassFinds 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)