Class SortAlphabetically<T extends InputFromManager>
Object
AnchorBean<InputManager<T>>
InputManager<T>
InputManagerUnary<T>
SortAlphabetically<T>
- Type Parameters:
T- input-object type
public class SortAlphabetically<T extends InputFromManager>
extends InputManagerUnary<T>
Sorts the input-items in alphabetical order of their input-name.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected InputsWithDirectory<T> inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) Methods inherited from class org.anchoranalysis.io.input.bean.InputManagerUnary
getInput, inputs, setInputMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
SortAlphabetically
public SortAlphabetically()
-
-
Method Details
-
inputsFromDelegate
-