Class QueryArgumentBuilder
- java.lang.Object
-
- org.gorpipe.querydialogs.factory.ArgumentBuilder
-
- org.gorpipe.querydialogs.factory.builder.QueryArgumentBuilder
-
public class QueryArgumentBuilder extends ArgumentBuilder
Responsible for building GOR/NOR query arguments.
-
-
Constructor Summary
Constructors Constructor Description QueryArgumentBuilder(org.gorpipe.gor.model.FileReader fileResolver, org.gorpipe.gor.model.QueryEvaluator queryEval)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryArgumentbuild(java.lang.String name, java.util.Map<java.lang.String,?> attributes)Builds an arguments based on supplied attributes.-
Methods inherited from class org.gorpipe.querydialogs.factory.ArgumentBuilder
getAllowedValues, getArgumentDescription, getDisplayWidth, getValuesPath, ignoreAllowedMismatch, safeString, setIgnoreAllowedMismatch
-
-
-
-
Method Detail
-
build
public QueryArgument build(java.lang.String name, java.util.Map<java.lang.String,?> attributes)
Description copied from class:ArgumentBuilderBuilds an arguments based on supplied attributes.- Specified by:
buildin classArgumentBuilder- Parameters:
name- - the name of the argumentattributes- - attributes specific to an argument type- Returns:
- an appropriate argument
-
-