Package org.anchoranalysis.plugin.io.bean.input.files

InputManagers that accept a set of named-files.
  • Class Summary 
    Class Description
    NamedFiles
    Implementation of NamedFilesBase that is an InputManager that accepts FileInput as input and derives a name.
    NamedFilesBase<T extends org.anchoranalysis.io.input.InputFromManager>
    Base class for an InputManager that produces inputs that are created from a NamedFile.
    NamedFilesWithDirectory
    Like NamedFiles but rather accepts a FileWithDirectoryInput rather than a FileInput.