|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Classes implementing this interface receive notifications of the explorer's activity.
Method Summary | |
void |
processingFile(java.io.File classFile,
java.lang.String className)
Notify that a specific file is being scanned. |
void |
scanEnd(java.io.File entry,
boolean isJar)
Notify that a jar/directory scanning is terminated. |
void |
scanStart(java.io.File entry,
boolean isJar)
Notify that a jar/directory is being scanned. |
Method Detail |
public void scanStart(java.io.File entry, boolean isJar)
entry
- the jar/directory pathisJar
- true if the entry is a jar file, false if it is a directorypublic void scanEnd(java.io.File entry, boolean isJar)
entry
- the jar/directory pathisJar
- true if the entry is a jar file, false if it is a directorypublic void processingFile(java.io.File classFile, java.lang.String className)
classFile
- the file path (may be .class file or a jar)className
- the class name of the contained class
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |