Class BundleFactory

java.lang.Object
org.eclipse.birt.report.model.api.BundleFactory

public class BundleFactory extends Object
The internal factory to find resources in the bundle.
  • Constructor Details

    • BundleFactory

      public BundleFactory()
  • Method Details

    • setBundleFactory

      public static void setBundleFactory(IBundleFactory factory)
      Sets the bundle factory.
      Parameters:
      factory - the bundle factory
    • getBundleFactory

      public static IBundleFactory getBundleFactory()
      Returns the bundle factory.
      Returns:
      the bundle factory.
    • releaseInstance

      public static void releaseInstance()
      Releases bundle factory.