|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectagg.parser.Report
public class Report
This class reports some messages to standard out.
Field Summary | |
---|---|
static boolean |
ATTRIBUTES
Switch for attribute operations. |
static boolean |
ATTRIBUTES_CP
Switch for CP - attribute operations. |
static boolean |
CONTAINER
Switch for general container operation. |
static boolean |
EXCLUDE
Switch for the computation of exclude rules. |
static boolean |
LADEN
Switch for load messages. |
static boolean |
LAYER
Switch for layer messages. |
static boolean |
NAC_CP
Switch for CP - NACs operations. |
static boolean |
ON
General switch for showing messages. |
static boolean |
OVERLAPPING
Switch for overlapping graphs. |
static boolean |
PARSER
Switch for parser messages. |
static boolean |
TRACE
Switch for method invokation. |
Method Summary | |
---|---|
static void |
println(java.lang.Object message)
Prints a message. |
static void |
println(java.lang.Object message,
boolean topic)
Prints only a message if the topic is true. |
static void |
trace(java.lang.Object message,
int tabstop)
Prints messages from the mehod invokation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean ON
public static boolean TRACE
public static boolean EXCLUDE
public static boolean ATTRIBUTES
public static boolean ATTRIBUTES_CP
public static boolean NAC_CP
public static boolean OVERLAPPING
public static boolean CONTAINER
public static boolean PARSER
public static boolean LAYER
public static boolean LADEN
Method Detail |
---|
public static void println(java.lang.Object message)
message
- The messages.public static void println(java.lang.Object message, boolean topic)
message
- The message.topic
- A topic.public static void trace(java.lang.Object message, int tabstop)
message
- The message.tabstop
- The number of spaces preceeding the message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |