com.sun.tools.jxc
public class SchemaGenerator extends Object
Nested Class Summary | |
---|---|
static class | SchemaGenerator.Runner |
Method Summary | |
---|---|
static void | main(String[] args)
Runs the schema generator. |
static int | run(String[] args) |
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. Note that JAXB RI classes refer to APT classes. Must not be null.
Returns: exit code. 0 if success.