Class ResourceHelper

java.lang.Object
org.eclipse.ease.lang.python.debugger.ResourceHelper

public class ResourceHelper extends Object
  • Constructor Details

    • ResourceHelper

      public ResourceHelper()
  • Method Details

    • getResourceStream

      public static InputStream getResourceStream(String bundle, String path) throws IOException
      Returns an InputStream for a given resource within a bundle.
      Parameters:
      bundle - qualified name of the bundle to resolve
      path - full path of the file to load
      Returns:
      input stream to resource
      Throws:
      IOException - on access errors on the resource