public class ProGuardObfuscator extends Object implements com.sun.kvem.environment.Obfuscator
In order to integrate this plug-in in the toolkit, you'll have to put the
following lines in the file
{j2mewtk.dir}/wtklib/Linux/ktools.properties or
{j2mewtk.dir}\wtklib\Windows\ktools.properties (whichever is
applicable).
obfuscator.runner.class.name: proguard.wtk.ProGuardObfuscator obfuscator.runner.classpath: /usr/local/java/proguard1.6/lib/proguard.jarPlease make sure the class path is set correctly for your system.
| Constructor and Description |
|---|
ProGuardObfuscator() |
| Modifier and Type | Method and Description |
|---|---|
void |
createScriptFile(File jadFile,
File projectDir) |
void |
run(File obfuscatedJarFile,
String wtkBinDir,
String wtkLibDir,
String jarFileName,
String projectDirName,
String classPath,
String emptyAPI) |
public void createScriptFile(File jadFile, File projectDir)
createScriptFile in interface com.sun.kvem.environment.Obfuscatorpublic void run(File obfuscatedJarFile, String wtkBinDir, String wtkLibDir, String jarFileName, String projectDirName, String classPath, String emptyAPI) throws IOException
run in interface com.sun.kvem.environment.ObfuscatorIOExceptionCopyright © 2018. All rights reserved.