olg.csv.bean
Class 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.

Author:
Olivier Godineau

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