Class FileArgumentBuilder

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

public class FileArgumentBuilder
extends ArgumentBuilder
Responsible for building file arguments.
  • Constructor Summary

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

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

    • FileArgumentBuilder

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

    • build

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