|
InterfaceClassFinder V1.0 by Matthew Ford 2009/01/06 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IClasspathProcessor
This classes implementing this interface can be added as consumers to the ClasspathScanner.
Method Summary | |
---|---|
void |
processClass(java.lang.String className,
java.util.jar.JarEntry jarEntry,
java.io.File jarFile)
Process this class from a jar file. Note: The implementation must open the jarFile and find the jarEntry to get the class byte code. |
void |
processClass(java.lang.String className,
java.lang.String rootDir,
java.io.File classFile)
Process this class. |
Method Detail |
---|
void processClass(java.lang.String className, java.lang.String rootDir, java.io.File classFile)
className
- the classNamerootDir
- the rootDir of the class, null if from a jarclassFile
- the class Filevoid processClass(java.lang.String className, java.util.jar.JarEntry jarEntry, java.io.File jarFile)
className
- the classNamejarEntry
- the jarFile entry for this classjarFile
- the name of jar File
|
©2003-2009, Forward Computing and Control Pty. Ltd ACN 003 669 994 NSW Australia All Rights Reserved. |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |