Class BundleFactory
java.lang.Object
org.eclipse.birt.report.model.api.BundleFactory
The internal factory to find resources in the bundle.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IBundleFactory
Returns the bundle factory.static void
Releases bundle factory.static void
setBundleFactory
(IBundleFactory factory) Sets the bundle factory.
-
Constructor Details
-
BundleFactory
public BundleFactory()
-
-
Method Details
-
setBundleFactory
Sets the bundle factory.- Parameters:
factory
- the bundle factory
-
getBundleFactory
Returns the bundle factory.- Returns:
- the bundle factory.
-
releaseInstance
public static void releaseInstance()Releases bundle factory.
-