public class Driver
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.Set |
exampleTokens |
Grammar |
grammar |
java.lang.String |
outputName |
| Constructor and Description |
|---|
Driver() |
| Modifier and Type | Method and Description |
|---|---|
protected double |
getRatio(java.lang.String s) |
static void |
main(java.lang.String[] args) |
void |
parseArguments(java.lang.String[] args)
Parses the arguments and fill the fields accordingly.
|
int |
run(java.io.PrintStream out)
Generate XML instances.
|
public Grammar grammar
public java.lang.String outputName
public final java.util.Set exampleTokens
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exceptionprotected double getRatio(java.lang.String s)
public void parseArguments(java.lang.String[] args)
throws com.sun.msv.generator.Driver.CommandLineException,
javax.xml.parsers.ParserConfigurationException
com.sun.msv.generator.Driver.CommandLineExceptionjavax.xml.parsers.ParserConfigurationExceptionpublic int run(java.io.PrintStream out)
throws java.lang.Exception
java.lang.ExceptionMSV