|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceVisitor
This is the interface for a visitor of resources by their absolute classpath.
| Method Summary | |
|---|---|
boolean |
visitPackage(String classpath)
This method is invoked for each traversed package. |
void |
visitResource(String classpath)
This method is invoked for each resource. |
| Method Detail |
|---|
boolean visitPackage(String classpath)
classpath - is the absolute classpath of the traversed package (e.g.
"net/sf/mmm/util/reflect").
true if the package should be traversed recursively,
false if the package and all its content (including
sub-packages) should be skipped.void visitResource(String classpath)
classpath - is the absolute classpath of the resource (e.g.
"net/sf/mmm/util/reflect/api/ReflectionUtil.class" or
"net/sf/mmm/util/reflect/beans-reflect.xml").
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||