com.jeffpalm.cop5555.base
Class Options

java.lang.Object
  extended by com.jeffpalm.cop5555.base.Options

public class Options
extends java.lang.Object


Field Summary
 java.io.File d
           
 boolean debug
           
 java.io.File[] files
           
 boolean nowarn
           
 java.lang.String sourcepath
           
 boolean verbose
           
 
Constructor Summary
Options()
           
Options(java.lang.String[] args)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nowarn

public boolean nowarn

verbose

public boolean verbose

debug

public boolean debug

sourcepath

public java.lang.String sourcepath

d

public java.io.File d

files

public java.io.File[] files
Constructor Detail

Options

public Options()

Options

public Options(java.lang.String[] args)