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
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, safeString
-
Constructor Details
-
QueryArgumentBuilder
public QueryArgumentBuilder(org.gorpipe.gor.model.FileReader fileResolver, org.gorpipe.gor.model.QueryEvaluator queryEval)
-
-
Method Details
-
build
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
-