public class SchemaGenerator extends Object
| 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 Fujion Framework. All rights reserved.