com.application.areca.context
Class ReportingConfiguration

java.lang.Object
  extended by com.application.areca.context.ReportingConfiguration

public class ReportingConfiguration
extends java.lang.Object

Class that holds the global VM reporting configuration. (Not target-specific)

Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Constructor Summary
ReportingConfiguration()
           
 
Method Summary
static ReportingConfiguration getInstance()
           
 boolean isReportingEnabled()
           
 void setReportingEnabled(boolean enable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportingConfiguration

public ReportingConfiguration()
Method Detail

getInstance

public static ReportingConfiguration getInstance()

isReportingEnabled

public boolean isReportingEnabled()

setReportingEnabled

public void setReportingEnabled(boolean enable)