Package cdc.util.args
Class ArgsIo
- java.lang.Object
-
- cdc.util.args.ArgsIo
-
public final class ArgsIo extends Object
XML IO of arguments.- Author:
- Damien Carbonne
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classArgsIo.Loader
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ElementtoElement(Arg arg, boolean convert)static ElementtoElement(Args args, boolean convert)static voidwrite(cdc.util.xml.XmlWriter writer, Arg arg, boolean convert)static voidwrite(cdc.util.xml.XmlWriter writer, Args args, boolean convert)
-
-
-
Field Detail
-
ARG
public static final String ARG
- See Also:
- Constant Field Values
-
ARGS
public static final String ARGS
- See Also:
- Constant Field Values
-
CLASS
public static final String CLASS
- See Also:
- Constant Field Values
-
FACTORIES
public static final String FACTORIES
- See Also:
- Constant Field Values
-
FACTORY
public static final String FACTORY
- See Also:
- Constant Field Values
-
INSTANCE
public static final String INSTANCE
- See Also:
- Constant Field Values
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
VALUE
public static final String VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
write
public static void write(cdc.util.xml.XmlWriter writer, Args args, boolean convert) throws IOException- Throws:
IOException
-
write
public static void write(cdc.util.xml.XmlWriter writer, Arg arg, boolean convert) throws IOException- Throws:
IOException
-
-