Class ResourceHelper
java.lang.Object
org.eclipse.ease.lang.python.debugger.ResourceHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InputStream
getResourceStream
(String bundle, String path) Returns anInputStream
for a given resource within a bundle.
-
Constructor Details
-
ResourceHelper
public ResourceHelper()
-
-
Method Details
-
getResourceStream
Returns anInputStream
for a given resource within a bundle.- Parameters:
bundle
- qualified name of the bundle to resolvepath
- full path of the file to load- Returns:
- input stream to resource
- Throws:
IOException
- on access errors on the resource
-