|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Reporting
The Reporting
interface outlines some basic constructs and constants for reporting status and
problems in the ARE environment, such as the format of a report and the different severity levels that
problems can be reported at.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright for class bytecode |
static int |
FORMAT_BINARY
Formats the report output in binary |
static int |
FORMAT_HTML
Formats the report output in HTML |
static int |
FORMAT_PLAIN_TEXT
Formats the report output in plain text |
static int |
FORMAT_SERIALIZED
Formats the report output in one or more serialized Java objects |
static int |
FORMAT_USER_DEFINED
Formats the report output in a user-defined format. |
static int |
FORMAT_XML
Formats the report output in XML |
static java.lang.String |
LEVEL_ERROR
Severity level of ERROR |
static java.lang.String |
LEVEL_INFO
Severity level of INFO |
static java.lang.String |
LEVEL_NONE
Severity level of NONE (not a problem) |
static java.lang.String |
LEVEL_WARNING
Severity level of WARNING |
static int |
MAX_REPORT_DEPTH
Maximum report depth for report methods |
static int |
MIN_REPORT_DEPTH
Minimum report depth for report methods |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final int FORMAT_PLAIN_TEXT
static final int FORMAT_HTML
static final int FORMAT_XML
static final int FORMAT_BINARY
static final int FORMAT_SERIALIZED
static final int FORMAT_USER_DEFINED
static final java.lang.String LEVEL_NONE
static final java.lang.String LEVEL_INFO
static final java.lang.String LEVEL_WARNING
static final java.lang.String LEVEL_ERROR
static final int MIN_REPORT_DEPTH
static final int MAX_REPORT_DEPTH
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |