|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ClasspathHandler
Event handler for classpath scanning.
| Method Summary | |
|---|---|
boolean |
endPathEntry(java.io.File pathEntry)
End an entry on the classpath. |
void |
handleResource(ClasspathResource resource)
Handle a classpath resource. |
void |
startPathEntry(java.io.File pathEntry)
Start an entry on the classpath. |
| Method Detail |
|---|
void startPathEntry(java.io.File pathEntry)
pathEntry - The path entry.void handleResource(ClasspathResource resource)
resource - The classpath resource to handle.boolean endPathEntry(java.io.File pathEntry)
pathEntry - The entry on the classpath that we're ending.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||