| java.lang.Object com.sun.tools.jxc.SchemaGenerator
SchemaGenerator | public class SchemaGenerator (Code) | | CLI entry-point to the schema generator.
author: Bhakti Mehta |
Inner Class :final public static class Runner | |
Method Summary | |
public static void | main(String[] args) Runs the schema generator. | public static int | run(String[] args) | public static int | run(String[] args, ClassLoader classLoader) Runs the schema generator.
Parameters: classLoader - the schema generator will run in this classLoader.It needs to be able to load APT and JAXB RI classes. |
|
|