com.sun.tools.jxc.apt
Class Options

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

public class Options
extends Object

This stores the invocation configuration for SchemaGenerator


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

Field Detail

classpath

public String classpath

targetDir

public File targetDir

episodeFile

public File episodeFile

arguments

public final List<String> arguments
Constructor Detail

Options

public Options()
Method Detail

parseArguments

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