Class DateArgumentBuilder

java.lang.Object
org.gorpipe.querydialogs.factory.ArgumentBuilder
org.gorpipe.querydialogs.factory.builder.DateArgumentBuilder

public class DateArgumentBuilder extends ArgumentBuilder
Responsible for building date arguments.
  • Constructor Details

    • DateArgumentBuilder

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

    • build

      public DateArgument build(String name, Map<String,? extends Object> 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