org.eclipse.birt.report.model.api
Class BundleFactory

java.lang.Object
  extended byorg.eclipse.birt.report.model.api.BundleFactory

public class BundleFactory
extends java.lang.Object

The internal factory to find resources in the bundle.


Constructor Summary
BundleFactory()
           
 
Method Summary
static IBundleFactory getBundleFactory()
          Returns the bundle factory.
static void setBundleFactory(IBundleFactory factory)
          Sets the bundle factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleFactory

public BundleFactory()
Method Detail

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.


Copyright © 2005 Actuate Corp. All rights reserved.