|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ByteCodeEngineSource
Exposes the reverse-engineered source code of a compiled bytecode engine.
This interface is an API only. Do not implement it yourself.
Method Summary | |
---|---|
Map<String,String> |
getSortedClasses()
Returns a map with class names and class sources, sorted by class name. |
void |
saveTo(File _targetFolder)
Saves the decompiled engine's source to a target folder into which a proper java package/source structure is written. |
void |
saveTo(String _targetPath)
Like saveTo(File) , but takes a string path instead of a file. |
Method Detail |
---|
Map<String,String> getSortedClasses()
void saveTo(File _targetFolder) throws IOException
_targetFolder
- is the folder to save to. Created if it does not exist yet.
IOException
void saveTo(String _targetPath) throws IOException
saveTo(File)
, but takes a string path instead of a file.
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |