Class Exclude<T extends InputFromManager>
Object
AnchorBean<InputManager<T>>
InputManager<T>
InputManagerUnary<T>
Exclude<T>
- Type Parameters:
T- input-type.
public class Exclude<T extends InputFromManager>
extends InputManagerUnary<T>
Excludes all inputs whose identifiers match a regular expression.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRegExgetRegEx()A regular-expression to be matched against the identifiers of inputs.protected InputsWithDirectory<T> inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) voidsetRegEx(RegEx regEx) A regular-expression to be matched against the identifiers of inputs.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
-
Exclude
public Exclude()
-
-
Method Details
-
inputsFromDelegate
-
getRegEx
public RegEx getRegEx()A regular-expression to be matched against the identifiers of inputs.
-