Uses of Class
cdc.args.Arg
-
-
Uses of Arg in cdc.args
Methods in cdc.args that return Arg Modifier and Type Method Description static ArgFactories. convertToStringValues(Arg arg)ArgArgs.Builder. getArg(String name)ArgArgs. getArg(String name)Returns the argument that has a given name ornull.Methods in cdc.args that return types with arguments of type Arg Modifier and Type Method Description List<Arg>Args. getArgs()Methods in cdc.args with parameters of type Arg Modifier and Type Method Description Args.BuilderArgs.Builder. arg(Arg arg)static ArgFactories. convertToStringValues(Arg arg)Args.BuilderArgs.Builder. setArg(Arg arg)Deprecated.Constructors in cdc.args with parameters of type Arg Constructor Description Args(Arg... args)Creates a set.Constructor parameters in cdc.args with type arguments of type Arg Constructor Description Args(List<Arg> args)Creates a set.
-