Interface IBundleFactory
-
public interface IBundleFactory
Retrieves resources in the Eclipse bundle.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.URL
getBundleResource(java.lang.String bundleName, java.lang.String resourceName)
Returns the url of resource which is in corresponding bundle.
-
-
-
Method Detail
-
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
-
-