|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Obfuscator
This is the interface of all obfuscator implementations. Usually an obfuscator provides
a list of sections in which it will replace stuff. The main method for obfucation is
obfuscate(Integer,String).
| Method Summary | |
|---|---|
void |
done()
This method is called once all sections have been given to the obfuscator. |
List<Integer> |
getSections()
|
String |
obfuscate(Integer sectionId,
String sectionData)
This method does the obfuscation on the given section data. |
| Method Detail |
|---|
List<Integer> getSections()
String obfuscate(Integer sectionId,
String sectionData)
throws IOException
sectionId - The ID of the section data, given as additional parameter.sectionData - The section data.
IOException - In case an I/O error occurs.void done()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||