org.eclipse.birt.report.model.api
Interface IBundleFactory
public interface IBundleFactory
Retrieves resources in the Eclipse bundle.
Method Summary |
java.net.URL |
getBundleResource(java.lang.String bundleName,
java.lang.String resourceName)
Returns the url of resource which is in corresponding bundle. |
getBundleResource
java.net.URL getBundleResource(java.lang.String bundleName,
java.lang.String resourceName)
- Returns the url of resource which is in corresponding bundle.
- Parameters:
bundleName
- the Eclipse bundle nameresourceName
- the relative file name
- Returns:
- the url of resource if found
Copyright © 2008 Actuate Corp. All rights reserved.