yu.ac.bg.etf.javaqx
Class JavaQxConfig

java.lang.Object
  extended byyu.ac.bg.etf.javaqx.JavaQxConfig

public final class JavaQxConfig
extends java.lang.Object

JavaQx Configuration.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)

Field Summary
static boolean DEBUG
          Debug switch (the value is false).
static boolean INFO
          Info switch (the value is false).
static boolean VERBOSE
          Verbose switch (the value is false).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static final boolean DEBUG
Debug switch (the value is false).

See Also:
Constant Field Values

VERBOSE

public static final boolean VERBOSE
Verbose switch (the value is false).

See Also:
Constant Field Values

INFO

public static final boolean INFO
Info switch (the value is false).

See Also:
Constant Field Values


Copyright © 2007 ETF and contributors. All Rights Reserved.