Ontimize 5.2072EN

com.ontimize.report.engine.dynamicjasper
Class ReportProperty

java.lang.Object
  extended bycom.ontimize.report.engine.dynamicjasper.ReportProperty

public class ReportProperty
extends java.lang.Object

Ontimize Reports system constants.

Jasper Reports System.

Since:
18/09/2008
Author:
Imatia Innovation S.L.

Field Summary
static boolean DEBUG
           
static boolean DEBUG_TIMES
           
static java.lang.String FILTER_DESCRIPTION
           
static java.lang.String JAR_EXTENSION
           
protected static java.lang.String NAME_DEBUG
           
protected static java.lang.String NAME_DEBUG_TIMES
           
protected static java.lang.String NAME_PACKAGE
           
static java.lang.String ZIP_EXTENSION
           
 
Constructor Summary
ReportProperty()
           
 
Method Summary
static boolean checkDebug()
           
static boolean checkDebug(java.lang.String key)
           
static boolean checkDebugTimes()
           
static boolean checkDebugTimes(java.lang.String key)
           
static void log(java.lang.Object object)
           
static void log(java.lang.String message)
           
static void log(java.lang.String message, long startTime)
           
static void log(java.lang.Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static boolean DEBUG

DEBUG_TIMES

public static boolean DEBUG_TIMES

NAME_PACKAGE

protected static final java.lang.String NAME_PACKAGE
See Also:
Constant Field Values

NAME_DEBUG

protected static final java.lang.String NAME_DEBUG
See Also:
Constant Field Values

NAME_DEBUG_TIMES

protected static final java.lang.String NAME_DEBUG_TIMES
See Also:
Constant Field Values

JAR_EXTENSION

public static final java.lang.String JAR_EXTENSION
See Also:
Constant Field Values

ZIP_EXTENSION

public static final java.lang.String ZIP_EXTENSION
See Also:
Constant Field Values

FILTER_DESCRIPTION

public static final java.lang.String FILTER_DESCRIPTION
See Also:
Constant Field Values
Constructor Detail

ReportProperty

public ReportProperty()
Method Detail

checkDebug

public static boolean checkDebug()

checkDebug

public static boolean checkDebug(java.lang.String key)

checkDebugTimes

public static boolean checkDebugTimes()

checkDebugTimes

public static boolean checkDebugTimes(java.lang.String key)

log

public static void log(java.lang.Object object)

log

public static void log(java.lang.Throwable t)

log

public static void log(java.lang.String message)

log

public static void log(java.lang.String message,
                       long startTime)

Ontimize