Uses of Class
cdc.util.args.Arg
-
-
Uses of Arg in cdc.util.args
Methods in cdc.util.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.util.args that return types with arguments of type Arg Modifier and Type Method Description List<Arg>Args. getArgs()Methods in cdc.util.args with parameters of type Arg Modifier and Type Method Description static ArgFactories. convertToStringValues(Arg arg)Args.BuilderArgs.Builder. setArg(Arg arg)static ElementArgsIo. toElement(Arg arg, boolean convert)static voidArgsIo. write(cdc.util.xml.XmlWriter writer, Arg arg, boolean convert)Constructors in cdc.util.args with parameters of type Arg Constructor Description Args(Arg... args)Creates a set.Constructor parameters in cdc.util.args with type arguments of type Arg Constructor Description Args(List<Arg> args)Creates a set.
-