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.voidThe files to use as inputs.Methods inherited from class org.anchoranalysis.plugin.io.bean.input.files.NamedFilesBase
createInputsFromFiles, getNamer, setNamerMethods 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:InputManagerCreates a list of inputs given particular parameters.- Specified by:
inputsin 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.
-