Class FileArgumentBuilder
java.lang.Object
org.gorpipe.querydialogs.factory.ArgumentBuilder
org.gorpipe.querydialogs.factory.builder.FileArgumentBuilder
Responsible for building file arguments.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.gorpipe.querydialogs.factory.ArgumentBuilder
getAllowedValues, getArgumentDescription, getDisplayWidth, getValuesPath, ignoreAllowedMismatch, safeString, setIgnoreAllowedMismatch
-
Constructor Details
-
FileArgumentBuilder
public FileArgumentBuilder(org.gorpipe.gor.model.FileReader fileResolver)
-
-
Method Details
-
build
Description copied from class:ArgumentBuilderBuilds an arguments based on supplied attributes.- Specified by:
buildin classArgumentBuilder- Parameters:
name- - the name of the argumentattributes- - attributes specific to an argument type- Returns:
- an appropriate argument
-