Class Concatenate<T extends InputFromManager>
- Type Parameters:
T- input type
Concatenates the inputs from multiple
InputManagers that all provide the same input-type.- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetList()The list ofInputManagers that will be concatenated.inputs(InputManagerParameters parameters) Creates a list of inputs given particular parameters.voidsetList(List<InputManager<T>> list) The list ofInputManagers 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:InputManagerCreates a list of inputs given particular parameters.- Specified by:
inputsin 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 ofInputManagers that will be concatenated. -
setList
The list ofInputManagers that will be concatenated.
-