eclipseme.core.model.impl
Class ObfuscatorTool

java.lang.Object
  extended byeclipseme.core.internal.utils.tools.AbstractJavaTool
      extended byeclipseme.core.model.impl.ObfuscatorTool

public class ObfuscatorTool
extends eclipseme.core.internal.utils.tools.AbstractJavaTool

Tool implementation for running the Proguard obfuscator.

Note: This class/interface is part of an interim API that is still under development and expected to change before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken as the API evolves.

Copyright (c) 2003 Craig Setera
All Rights Reserved.
Licensed under the Eclipse Public License - v 1.0


$Revision: 1.4 $
$Date: 2005/04/02 22:10:42 $

Author:
Craig Setera

Field Summary
 
Fields inherited from class eclipseme.core.internal.utils.tools.AbstractJavaTool
JAVA_APP_LAUNCH_ID
 
Constructor Summary
ObfuscatorTool(IMidletSuiteProject midletSuite, java.io.File sourceJarFile, java.io.File targetJarFile)
          Constructor
 
Methods inherited from class eclipseme.core.internal.utils.tools.AbstractJavaTool
launch
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObfuscatorTool

public ObfuscatorTool(IMidletSuiteProject midletSuite,
                      java.io.File sourceJarFile,
                      java.io.File targetJarFile)
Constructor

Parameters:
midletSuite -