|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceProcessor
Processes resources found by ResourceFinder.
| Method Summary | |
|---|---|
boolean |
accept(java.lang.String name)
Accept a scanned resource. |
void |
process(java.lang.String name,
java.io.InputStream in)
Process a scanned resource. |
| Method Detail |
|---|
boolean accept(java.lang.String name)
name - the resource name.
void process(java.lang.String name,
java.io.InputStream in)
throws java.io.IOException
This method will be invoked after the listener has accepted the resource.
name - the resource name.in - the input stream of the resource
java.io.IOException - if an error occurs when processing the resource.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||