Package | Description |
---|---|
org.jfree.base |
Base level classes.
|
org.jfree.base.config | |
org.jfree.base.modules |
Module definitions:
|
org.jfree.util |
General utility classes.
|
org.jfree.xml |
XML parser.
|
org.jfree.xml.factory.objects |
Object descriptions for the parser.
|
org.jfree.xml.parser |
XML parser.
|
Modifier and Type | Method and Description |
---|---|
protected Configuration |
AbstractBoot.createDefaultHierarchicalConfiguration(String staticConfig,
String userConfig,
boolean addSysProps)
Creates a default configuration setup, which loads its settings from
the static configuration (defaults provided by the developers of the
library) and the user configuration (settings provided by the deployer).
|
protected Configuration |
AbstractBoot.createDefaultHierarchicalConfiguration(String staticConfig,
String userConfig,
boolean addSysProps,
Class source)
Creates a default hierarchical configuration.
|
Configuration |
AbstractBoot.getGlobalConfig()
Returns the global configuration.
|
protected Configuration |
BaseBoot.loadConfiguration()
Returns the global configuration for JFreeReport.
|
protected abstract Configuration |
AbstractBoot.loadConfiguration()
Loads the configuration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ModifiableConfiguration
A modifiable configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
HierarchicalConfiguration
A hierarchical configuration.
|
class |
PropertyFileConfiguration
A report configuration that reads its values from an arbitary property file.
|
class |
SystemPropertyConfiguration
A property configuration based on system properties.
|
Modifier and Type | Method and Description |
---|---|
protected Configuration |
HierarchicalConfiguration.getParentConfig()
Returns the parent configuration.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HierarchicalConfiguration.setParentConfig(Configuration config)
Set the parent configuration.
|
Constructor and Description |
---|
HierarchicalConfiguration(Configuration parentConfiguration)
Creates a new configuration.
|
Modifier and Type | Class and Description |
---|---|
static class |
PackageManager.PackageConfiguration
The PackageConfiguration handles the module level configuration.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
SubSystem.getGlobalConfig()
Returns the global configuration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedConfiguration
The extended configuration provides methods to make using the
configuration easier.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultConfiguration
Default configuration.
|
class |
ExtendedConfigurationWrapper
A wrapper for the extended configuration interface around a plain configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
SortedConfigurationWriter.save(File file,
Configuration config)
Saves the given configuration into a file specified by the given
file object.
|
void |
SortedConfigurationWriter.save(OutputStream outStream,
Configuration config)
Writes the configuration into the given output stream.
|
void |
SortedConfigurationWriter.save(String filename,
Configuration config)
Saves the given configuration into a file specified by the given
filename.
|
Constructor and Description |
---|
ExtendedConfigurationWrapper(Configuration parent)
Creates a wrapper around the given configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
FrontendDefaultHandler
The frontenddefault handler connects the SAX-backend with the handler implementations.
|
class |
Parser
The Parser handles the SAXEvents and forwards the event call to the currently
active ElementDefinitionHandler.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
ClassFactoryImpl.getConfig()
Returns the currently set configuration or null, if none was set.
|
Configuration |
AbstractObjectDescription.getConfig()
Returns the configuration for that object description.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassFactory.configure(Configuration config)
Configures this factory.
|
void |
ClassFactoryCollector.configure(Configuration config)
Configures this factory.
|
void |
ObjectDescription.configure(Configuration config)
Configures this factory.
|
void |
ArrayClassFactory.configure(Configuration config)
Configures this factory.
|
void |
ClassFactoryImpl.configure(Configuration config)
Configures this factory.
|
void |
AbstractObjectDescription.configure(Configuration config)
Configures this factory.
|
Modifier and Type | Class and Description |
---|---|
class |
RootXmlReadHandler
A base root SAX handler.
|
Copyright © 2001–2018 JFree.org. All rights reserved.