|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResourceRef
A reference to some stream resource which can be read to create something else, and which is changeable somehow. This gets used where generated resources need to be regenerated if one of their dependencies have changed.
Method Summary | |
---|---|
boolean |
exists()
Return T if this resource actually exists. |
java.io.InputStream |
getInputStream()
Returns the input stream for the resource. |
Method Detail |
---|
boolean exists()
@Nullable java.io.InputStream getInputStream() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |