|
i-net Clear Reports | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Packages that use Configuration | |
|---|---|
| com.inet.report.config | Provides all classes necessary to manage i-net Clear Reports Configurations. |
| Uses of Configuration in com.inet.report.config |
|---|
| Methods in com.inet.report.config that return Configuration | |
|---|---|
Configuration |
ConfigurationManager.create(int scope,
java.lang.String name)
Creates a new, empty configuration with the given name and context and stores it in the appropriate Preferences. |
Configuration |
ConfigurationManager.get(int scope,
java.lang.String name)
Fetches the configuration specified by the name and the scope. |
Configuration[] |
ConfigurationManager.getAll(int scope)
Returns all configurations in the given scope. |
Configuration |
ConfigurationManager.getCurrent()
Returns the current Configuration. |
Configuration |
ConfigurationManager.setTemporaryProperties(java.util.Properties props)
Creates and returns a new temporary configuration called "<temp copy>", imports the given properties and sets the created configuration as the current configuration. |
| Methods in com.inet.report.config with parameters of type Configuration | |
|---|---|
void |
ConfigurationManager.delete(Configuration config)
Irreversible removes the specified configuration from storage. |
void |
ConfigurationManager.put(int scope,
java.lang.String name,
Configuration source)
Stores the configuration at the position specified. |
void |
ConfigurationManager.setCurrent(Configuration config)
Sets the given configuration as the one currently being used by i-net Clear Reports instead of the default configuration as specified in ConfigurationManager.getCurrent(). |
|
i-net Clear Reports | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||