|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.sadun.util.SimpleClassPackageExplorer.PackageExplorationAdapter
An empty implementation of PackageExplorationListener
.
Constructor Summary | |
SimpleClassPackageExplorer.PackageExplorationAdapter()
|
Method Summary | |
void |
processingFile(java.io.File classFile,
java.lang.String className)
This method does nothing. |
void |
scanEnd(java.io.File entry,
boolean isJar)
This method does nothing. |
void |
scanStart(java.io.File entry,
boolean isJar)
This method does nothing. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleClassPackageExplorer.PackageExplorationAdapter()
Method Detail |
public void processingFile(java.io.File classFile, java.lang.String className)
processingFile
in interface SimpleClassPackageExplorer.PackageExplorationListener
classFile
- the file path (may be .class file or a jar)className
- the class name of the contained classpublic void scanEnd(java.io.File entry, boolean isJar)
scanEnd
in interface SimpleClassPackageExplorer.PackageExplorationListener
entry
- the jar/directory pathisJar
- true if the entry is a jar file, false if it is a directorypublic void scanStart(java.io.File entry, boolean isJar)
scanStart
in interface SimpleClassPackageExplorer.PackageExplorationListener
entry
- the jar/directory pathisJar
- true if the entry is a jar file, false if it is a directory
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |