com.stimulsoft.report.options
Class ConfigurationOptions

java.lang.Object
  extended by com.stimulsoft.report.options.ConfigurationOptions
Direct Known Subclasses:
StiOptions.Configuration

public class ConfigurationOptions
extends java.lang.Object


Constructor Summary
ConfigurationOptions()
           
 
Method Summary
static java.lang.String getDefaultReportConfigPath()
          Gets or sets a name of the file which is used for configuration of a report.
static java.lang.String getDefaultReportSettingsPath()
          Gets or sets a name of the file which is used for settings of a report.
static java.lang.String getDirectoryLocalization()
          Gets or sets string containing path to directory in which files with localized resource are located.
static java.lang.String getLocalization()
          Gets or sets name of file with localized resource.
static boolean getSearchLocalizationFromRegistry()
          Gets or sets a value which indicates whether it is necessary to use the path from the register for localization files search.
static void setDefaultReportConfigPath(java.lang.String value)
           
static void setDefaultReportSettingsPath(java.lang.String value)
           
static void setDirectoryLocalization(java.lang.String value)
           
static void setLocalization(java.lang.String value)
           
static void setSearchLocalizationFromRegistry(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationOptions

public ConfigurationOptions()
Method Detail

getSearchLocalizationFromRegistry

public static boolean getSearchLocalizationFromRegistry()
Gets or sets a value which indicates whether it is necessary to use the path from the register for localization files search.


setSearchLocalizationFromRegistry

public static void setSearchLocalizationFromRegistry(boolean value)

getDefaultReportSettingsPath

public static java.lang.String getDefaultReportSettingsPath()
Gets or sets a name of the file which is used for settings of a report.


setDefaultReportSettingsPath

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

getDefaultReportConfigPath

public static java.lang.String getDefaultReportConfigPath()
Gets or sets a name of the file which is used for configuration of a report.


setDefaultReportConfigPath

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

getDirectoryLocalization

public static java.lang.String getDirectoryLocalization()
Gets or sets string containing path to directory in which files with localized resource are located.


setDirectoryLocalization

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

getLocalization

public static java.lang.String getLocalization()
Gets or sets name of file with localized resource.


setLocalization

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