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 Summary

    Constructors 
    Constructor Description
    DateArgumentBuilder​(org.gorpipe.gor.model.FileReader fileResolver)  
  • Method Summary

    Modifier and Type Method Description
    DateArgument build​(java.lang.String name, java.util.Map<java.lang.String,​? extends java.lang.Object> attributes)
    Builds an arguments based on supplied attributes.

    Methods inherited from class org.gorpipe.querydialogs.factory.ArgumentBuilder

    getAllowedValues, getArgumentDescription, getDisplayWidth, getValuesPath, safeString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DateArgumentBuilder

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

    • build

      public DateArgument build​(java.lang.String name, java.util.Map<java.lang.String,​? extends java.lang.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