com.stimulsoft.report.options
Class EngineOptions.RtfCache

java.lang.Object
  extended by com.stimulsoft.report.options.EngineOptions.RtfCache
Enclosing class:
EngineOptions

public static final class EngineOptions.RtfCache
extends java.lang.Object

A Class for managing of the rtf cache.


Constructor Summary
EngineOptions.RtfCache()
           
 
Method Summary
static boolean getAllowGCCollect()
           
static java.lang.String getCachePath()
          Specifies path for the rtf cache.
static boolean getEnabled()
           
static void setAllowGCCollect(boolean value)
           
static void setCachePath(java.lang.String value)
           
static void setEnabled(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EngineOptions.RtfCache

public EngineOptions.RtfCache()
Method Detail

getCachePath

public static java.lang.String getCachePath()
Specifies path for the rtf cache.


setCachePath

public static void setCachePath(java.lang.String value)

getEnabled

public static boolean getEnabled()

setEnabled

public static void setEnabled(boolean value)

getAllowGCCollect

public static boolean getAllowGCCollect()

setAllowGCCollect

public static void setAllowGCCollect(boolean value)