Class StringArgumentBuilder

java.lang.Object
org.gorpipe.querydialogs.factory.ArgumentBuilder
org.gorpipe.querydialogs.factory.builder.StringArgumentBuilder
Direct Known Subclasses:
GridArgumentBuilder

public class StringArgumentBuilder
extends ArgumentBuilder
Responsible for building string arguments.
  • Constructor Summary

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

    Modifier and Type Method Description
    StringArgument 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

  • Method Details

    • build

      public StringArgument 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