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 Details

    • QueryArgumentBuilder

      public QueryArgumentBuilder(org.gorpipe.gor.model.FileReader fileResolver, org.gorpipe.gor.model.QueryEvaluator queryEval)
  • Method Details

    • build

      public QueryArgument build(String name, Map<String,?> attributes)
      Description copied from class: ArgumentBuilder
      Builds an arguments based on supplied attributes.
      Specified by:
      build in class ArgumentBuilder
      Parameters:
      name - - the name of the argument
      attributes - - attributes specific to an argument type
      Returns:
      an appropriate argument