nz.net.juju.jaune
Class Options

java.lang.Object
  |
  +--nz.net.juju.jaune.Options

public class Options
extends java.lang.Object

Evil global options class. RETARGET: Split this into a base set of options and port specific options.


Field Summary
static boolean debug
           
static boolean forGB
           
static boolean noPeep
           
static boolean profile
           
 
Constructor Summary
Options()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

profile

public static boolean profile

debug

public static boolean debug

noPeep

public static boolean noPeep

forGB

public static boolean forGB
Constructor Detail

Options

public Options()