org.jfree.report
public class JFreeReportBoot extends AbstractBoot
"org.jfree.report.boot.Modules"
. The property expects a comma-separated
list of org.jfree.base.modules.Module implementations.
Booting should be done by aquirering a new boot instance using getInstance and then starting the boot process with JFreeReportBoot.
Method Summary | |
---|---|
ModifiableConfiguration | getEditableConfig()
Returns the current global configuration as modifiable instance. |
static JFreeReportBoot | getInstance()
Returns the singleton instance of the boot utility class.
|
protected ProjectInformation | getProjectInfo()
Returns the project info.
|
static Configuration | getUserConfig()
Returns the user supplied global configuration.
|
protected Configuration | loadConfiguration()
Loads the configuration. |
protected void | performBoot()
Performs the actual boot process. |
static void | setUserConfig(Configuration config)
Defines the global user configuration.
|
Returns: the global config as modifiable configuration.
Returns: the boot instance.
Returns: The project info.
Returns: the user configuration, if any.
Returns: The configuration.
Parameters: config the user configuration.