Class NamedFilesWithDirectory
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFiles()
The files to use as inputs.inputs
(InputManagerParameters parameters) Creates a list of inputs given particular parameters.void
The files to use as inputs.Methods inherited from class org.anchoranalysis.plugin.io.bean.input.files.NamedFilesBase
createInputsFromFiles, getNamer, setNamer
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
NamedFilesWithDirectory
public NamedFilesWithDirectory()
-
-
Method Details
-
inputs
public InputsWithDirectory<FileWithDirectoryInput> inputs(InputManagerParameters parameters) throws InputReadFailedException Description copied from class:InputManager
Creates a list of inputs given particular parameters.- Specified by:
inputs
in classInputManager<FileWithDirectoryInput>
- Parameters:
parameters
- the parameters.- Returns:
- the list of inputs, together with any associated parent directory.
- Throws:
InputReadFailedException
- if inputs cannot be successfully read from the file-system.
-
getFiles
The files to use as inputs. -
setFiles
The files to use as inputs.
-