Class DesignConfig
- java.lang.Object
-
- org.eclipse.birt.core.framework.PlatformConfig
-
- org.eclipse.birt.report.model.api.DesignConfig
-
- All Implemented Interfaces:
org.eclipse.birt.core.framework.IPlatformConfig
,IDesignConfig
public class DesignConfig extends org.eclipse.birt.core.framework.PlatformConfig implements IDesignConfig
Wraps around configuration settings for design engine. Allows engine to provide customized implementations for image handling, hyperlink handling and font handling, etc.
-
-
Field Summary
-
Fields inherited from interface org.eclipse.birt.report.model.api.IDesignConfig
RESOURCE_LOCATOR
-
-
Constructor Summary
Constructors Constructor Description DesignConfig()
constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.HashMap
getConfigMap()
returns a hash map that contains all the configuration objectsIResourceLocator
getResourceLocator()
void
setConfigurationVariable(java.lang.String name, java.lang.String value)
sets a configuration variable that is available through scripting in enginevoid
setResourceLocator(IResourceLocator resourceLocator)
-
-
-
Method Detail
-
setConfigurationVariable
public void setConfigurationVariable(java.lang.String name, java.lang.String value)
sets a configuration variable that is available through scripting in engine- Parameters:
name
- configuration variable namevalue
- configuration variable value
-
getConfigMap
public java.util.HashMap getConfigMap()
returns a hash map that contains all the configuration objects- Returns:
- the configuration object map
-
getResourceLocator
public IResourceLocator getResourceLocator()
- Returns:
- the resourceLocator
-
setResourceLocator
public void setResourceLocator(IResourceLocator resourceLocator)
- Parameters:
resourceLocator
- the resourceLocator to set
-
-