Interface IBundleFactory
public interface IBundleFactory
Retrieves resources in the Eclipse bundle.
-
Method Summary
Modifier and TypeMethodDescriptiongetBundleResource
(String bundleName, String resourceName) Returns the url of resource which is in corresponding bundle.
-
Method Details
-
getBundleResource
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
-