SandMark version 2.0


sandmark.obfuscate.loop
Class ObfuscationLoop

java.lang.Object
  |
  +--sandmark.obfuscate.loop.ObfuscationLoop

public class ObfuscationLoop
extends java.lang.Object


Field Summary
static boolean DEBUG
          Debugging flag used by the author.
 
Constructor Summary
ObfuscationLoop()
           
ObfuscationLoop(java.util.Properties props)
           
 
Method Summary
 void apply(ClassFileCollection cfc)
           
 java.lang.String getAlgHTML()
           
 java.lang.String getAlgURL()
           
 java.lang.String getAuthor()
           
 java.lang.String getAuthorEmail()
           
 ConfigProperties getConfigProperties()
           
 java.lang.String getDescription()
           
 java.lang.String getLongName()
           
 java.lang.String getShortName()
           
static void main(java.lang.String[] args)
           
 void setConfigProperties(ConfigProperties p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static final boolean DEBUG
Debugging flag used by the author.

See Also:
Constant Field Values
Constructor Detail

ObfuscationLoop

public ObfuscationLoop()

ObfuscationLoop

public ObfuscationLoop(java.util.Properties props)
Method Detail

apply

public void apply(ClassFileCollection cfc)
           throws java.lang.Exception
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exception

getShortName

public java.lang.String getShortName()

getLongName

public java.lang.String getLongName()

getAuthor

public java.lang.String getAuthor()

getAuthorEmail

public java.lang.String getAuthorEmail()

getAlgURL

public java.lang.String getAlgURL()

getAlgHTML

public java.lang.String getAlgHTML()

getDescription

public java.lang.String getDescription()

getConfigProperties

public ConfigProperties getConfigProperties()

setConfigProperties

public void setConfigProperties(ConfigProperties p)

SandMark version 2.0

Mon Jun 17 12:30:47 MST 2002