public class SchemaGenerator extends Object
| Constructor and Description |
|---|
SchemaGenerator(String[] packages,
String[] classes,
String version,
String title,
boolean includeRoot) |
| Modifier and Type | Method and Description |
|---|---|
static String |
formatVersion(String version)
Strip version to only major and minor portions.
|
static void |
main(String... args)
Main entry point.
|
String |
toString()
Returns the text representation of the generated schema.
|
public static void main(String... args) throws Exception
args - The command line arguments.Exception - Unspecified exception.public static String formatVersion(String version)
version - The version.Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.