|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Resource
Resource abstraction which can be used to load reports from any kind of source
| Method Summary | |
|---|---|
InputStream |
getInputStream()
Obtains an InputStream which can be used to read the resource data. |
URL |
getLocation()
Obtains the URL location of this resource. |
String |
getName()
Name of the resource. |
String |
getPath()
The path part of the resource. |
String |
getSimpleName()
|
| Method Detail |
|---|
String getName()
String getSimpleName()
URL getLocation()
throws IOException
IOException
InputStream getInputStream()
throws IOException
Users of this stream are responsible of closing it
IOExceptionString getPath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||