Class FileArgumentBuilder


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

      • FileArgumentBuilder

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

      • 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