Class StringArgumentBuilder
java.lang.Object
org.gorpipe.querydialogs.factory.ArgumentBuilder
org.gorpipe.querydialogs.factory.builder.StringArgumentBuilder
- Direct Known Subclasses:
GridArgumentBuilder
Responsible for building string arguments.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.gorpipe.querydialogs.factory.ArgumentBuilder
getAllowedValues, getArgumentDescription, getDisplayWidth, getValuesPath, ignoreAllowedMismatch, safeString, setIgnoreAllowedMismatch
-
Constructor Details
-
StringArgumentBuilder
public StringArgumentBuilder(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
-