Uses of Interface
com.lmax.simpledsl.api.DslArg
-
Packages that use DslArg Package Description com.lmax.simpledsl.api com.lmax.simpledsl.internal -
-
Uses of DslArg in com.lmax.simpledsl.api
Classes in com.lmax.simpledsl.api that implement DslArg Modifier and Type Class Description classOptionalArgAn optional argument.classRepeatingArgGroupDefine a group of arguments that can be repeated 0 or more times.classRequiredArgA required argument.classSimpleDslArgThe root type for all simple args.Methods in com.lmax.simpledsl.api that return DslArg Modifier and Type Method Description DslArg[]DslValues. getParams()Get the supported parameters.Methods in com.lmax.simpledsl.api with parameters of type DslArg Modifier and Type Method Description static DslParamsDslParams. create(java.lang.String[] args, DslArg... arguments)Create newDslParams. -
Uses of DslArg in com.lmax.simpledsl.internal
Methods in com.lmax.simpledsl.internal with parameters of type DslArg Modifier and Type Method Description DslParamsDslParamsParser. parse(java.lang.String[] args, DslArg... dslArgs)
-