com.sun.tools.jxc.apt
Class Options

java.lang.Object
  extended by com.sun.tools.jxc.apt.Options

public class Options
extends java.lang.Object

This stores the invocation configuration for SchemaGenerator


Field Summary
 java.util.List<java.lang.String> arguments
           
 java.lang.String classpath
           
 java.lang.String encoding
           
 java.io.File episodeFile
           
 java.io.File targetDir
           
 
Constructor Summary
Options()
           
 
Method Summary
 void parseArguments(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classpath

public java.lang.String classpath

targetDir

public java.io.File targetDir

episodeFile

public java.io.File episodeFile

encoding

public java.lang.String encoding

arguments

public final java.util.List<java.lang.String> arguments
Constructor Detail

Options

public Options()
Method Detail

parseArguments

public void parseArguments(java.lang.String[] args)
                    throws BadCommandLineException
Throws:
BadCommandLineException