Class Concatenate<T extends InputFromManager>
- Type Parameters:
T
- input type
Concatenates the inputs from multiple
InputManager
s that all provide the same input-type.- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetList()
The list ofInputManager
s that will be concatenated.inputs
(InputManagerParameters parameters) Creates a list of inputs given particular parameters.void
setList
(List<InputManager<T>> list) The list ofInputManager
s that will be concatenated.Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
Concatenate
public Concatenate()
-
-
Method Details
-
inputs
public InputsWithDirectory<T> inputs(InputManagerParameters parameters) throws InputReadFailedException Description copied from class:InputManager
Creates a list of inputs given particular parameters.- Specified by:
inputs
in classInputManager<T extends InputFromManager>
- 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.
-
getList
The list ofInputManager
s that will be concatenated. -
setList
The list ofInputManager
s that will be concatenated.
-