Package org.drools.wiring.api
Interface ResourceProvider
-
public interface ResourceProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URLgetResource(String name)InputStreamgetResourceAsStream(String name)
-
-
-
Method Detail
-
getResourceAsStream
InputStream getResourceAsStream(String name) throws IOException
- Throws:
IOException
-
-