public static interface RequestFactoryJarExtractor.Loader
Modifier and Type | Method and Description |
---|---|
boolean |
exists(java.lang.String resource)
Returns true if the specified resource can be loaded.
|
java.io.InputStream |
getResourceAsStream(java.lang.String resource)
Returns an InputStream to access the specified resource, or
null if no such resource exists. |
boolean exists(java.lang.String resource)
resource
- a resource name (e.g. com/example/Foo.class
)java.io.InputStream getResourceAsStream(java.lang.String resource)
null
if no such resource exists.resource
- a resource name (e.g. com/example/Foo.class
)