|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.designwizard.extractor.asm.ASMExtractor
public class ASMExtractor
Constructor Summary | |
---|---|
ASMExtractor()
|
Method Summary | |
---|---|
void |
addListener(ExtractionListener manager)
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 fileName)
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 fileName)
Extracts facts from the jar file with the specified pathOfJarFile. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ASMExtractor()
Method Detail |
---|
public void processJar(java.lang.String fileName) throws java.io.IOException
Extractor
processJar
in interface Extractor
fileName
- The path of the jar file.
java.io.IOException
- If an I/O error occurs.public void processDir(java.lang.String fileName) throws java.io.IOException
Extractor
processDir
in interface Extractor
fileName
- The path of the directory.
java.io.IOException
- If an I/O error occurs.public void addListener(ExtractionListener manager)
Extractor
addListener
in interface Extractor
manager
- The extraction listener.public void processEar(java.lang.String pathOfEarFile, java.lang.String... internalPath) throws java.io.IOException
Extractor
processEar
in interface Extractor
pathOfEarFile
- The path of the ear file.
java.io.IOException
- If an I/O error occurs.public void processClass(java.lang.String classFilePath) throws java.io.IOException
Extractor
processClass
in interface Extractor
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 |