Uses of Class
com.lmax.simpledsl.api.SimpleDslArg
-
Packages that use SimpleDslArg Package Description com.lmax.simpledsl.api -
-
Uses of SimpleDslArg in com.lmax.simpledsl.api
Subclasses of SimpleDslArg in com.lmax.simpledsl.api Modifier and Type Class Description classOptionalArgAn optional argument.classRequiredArgA required argument.Methods in com.lmax.simpledsl.api that return SimpleDslArg Modifier and Type Method Description SimpleDslArg[]RepeatingArgGroup. getOtherArgs()<T> SimpleDslArgSimpleDslArg. setAllowedValues(java.lang.Class<T> clazz)Restrict the allowed values for this argument to the specified set.SimpleDslArgSimpleDslArg. setAllowedValues(java.lang.String... allowedValues)Restrict the allowed values for this argument to the specified set.SimpleDslArgSimpleDslArg. setAllowMultipleValues()Allow multiple values to be specified for this argument, either as separate arguments or using comma (,) as a delimiter.SimpleDslArgSimpleDslArg. setAllowMultipleValues(java.lang.String delimiter)Allow multiple values to be specified for this argument, either as separate arguments or using the specified string as a delimiter.SimpleDslArgSimpleDslArg. setDefault(java.lang.String defaultValue)Set a default value for this argument.Constructors in com.lmax.simpledsl.api with parameters of type SimpleDslArg Constructor Description RepeatingArgGroup(RequiredArg firstArg, SimpleDslArg... otherArgs)
-