Class GridArgumentBuilder


public class GridArgumentBuilder extends StringArgumentBuilder
Builder for grid argument.
  • Constructor Details

    • GridArgumentBuilder

      public GridArgumentBuilder(org.gorpipe.gor.model.FileReader fileResolver)
  • Method Details

    • build

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