olg.csv.bean
Class SchemaMain
java.lang.Object
olg.csv.bean.SchemaMain
public final class SchemaMain
- extends Object
Provides main method to extraxt XSD schema from jar.
Constructor Summary |
private |
SchemaMain()
private constructor to prevent its instantiation. |
Method Summary |
static void |
main(String[] args)
Allows to write in a file named bean-row.xsd the xsd schema used to
create reader or writer configuration. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BASE_NAMESPACE_MAPPING
public static final String BASE_NAMESPACE_MAPPING
- Namespace to use within your XML Declaration.
- See Also:
- Constant Field Values
SchemaMain
private SchemaMain()
- private constructor to prevent its instantiation.
main
public static void main(String[] args)
- Allows to write in a file named bean-row.xsd the xsd schema used to
create reader or writer configuration.
- Parameters:
args
- unused
Copyright © 2014. All Rights Reserved.