|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Extractor
Method Summary | |
---|---|
void |
addListener(ExtractionListener listener)
Adds a listener that is interested in this extractor. |
void |
processClass(java.lang.String classFilePath)
Extracts facts from the given .class file. |
void |
processDir(java.lang.String directoryPath)
Extracts from the specified directory file with the specified directoryPath. |
void |
processEar(java.lang.String pathOfEarFile,
java.lang.String... internalPath)
Extracts from the ear file with the specified pathOfEarFile. |
void |
processJar(java.lang.String pathOfJarFile)
Extracts facts from the jar file with the specified pathOfJarFile. |
Method Detail |
---|
void processJar(java.lang.String pathOfJarFile) throws java.io.IOException
pathOfJarFile
- The path of the jar file.
java.io.IOException
- If an I/O error occurs.void processEar(java.lang.String pathOfEarFile, java.lang.String... internalPath) throws java.io.IOException
pathOfEarFile
- The path of the ear file.
java.io.IOException
- If an I/O error occurs.void addListener(ExtractionListener listener)
listener
- The extraction listener.void processDir(java.lang.String directoryPath) throws java.io.IOException
directoryPath
- The path of the directory.
java.io.IOException
- If an I/O error occurs.void processClass(java.lang.String classFilePath) throws java.io.IOException
classFilePath
- The path of the .class file.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |