|
![]() SandMark version 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--sandmark.Algorithm
|
+--sandmark.obfuscate.GeneralObfuscator
|
+--sandmark.obfuscate.ClassObfuscator
A ClassObfuscator object encapsulates code for performing an obfuscation that operates on a whole class.
| Constructor Summary | |
protected |
ClassObfuscator()
Constructs an obfuscator with the given label. |
| Method Summary | |
abstract void |
apply(ClassFileCollection cfc,
java.lang.String classname)
Applies this obfuscation to a class in a ClassFileCollection. |
java.lang.String |
toString()
Returns a string representation of this obfuscator. |
| Methods inherited from class sandmark.Algorithm |
getAlgHTML, getAlgURL, getAuthor, getAuthorEmail, getConfigProperties, getDescription, getLongName, getMutations, getPostprohibited, getPostrequisites, getPostsuggestions, getPreprohibited, getPrerequisites, getPresuggestions, getReferences, getShortName, setConfigProperties |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
protected ClassObfuscator()
| Method Detail |
public abstract void apply(ClassFileCollection cfc,
java.lang.String classname)
throws java.lang.Exception
cfc - classname -
java.lang.Exceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
SandMark version 3.0 Wed Jan 29 10:30:05 MST 2003 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||