olg.csv.bean
Class SchemaMain

Package class diagram package SchemaMain
java.lang.Object
  extended by olg.csv.bean.SchemaMain

public final class SchemaMain
extends Object

Provides main method to extraxt XSD schema from jar.


Field Summary
static String BASE_NAMESPACE_MAPPING
          Namespace to use within your XML Declaration.
 
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
 

Field Detail

BASE_NAMESPACE_MAPPING

public static final String BASE_NAMESPACE_MAPPING
Namespace to use within your XML Declaration.

See Also:
Constant Field Values
Constructor Detail

SchemaMain

private SchemaMain()
private constructor to prevent its instantiation.

Method Detail

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.