public class SchemaGen extends Object
| Constructor and Description |
|---|
SchemaGen(SchemaGenArguments arguments)
Creates an instance doing the transformation as specified by the
arguments.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String... args) |
void |
writeClass(PrintWriter out)
Writes the generated source code of a java class to the specified
print writer.
|
public SchemaGen(SchemaGenArguments arguments) throws IOException, URISyntaxException
arguments - specification of the transformationIOException - If an IO error occurs.URISyntaxExceptionpublic void writeClass(PrintWriter out)
out - The print writer to write the transformation to.IllegalArgumentException - If out is null.Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.