com.tonicsystems.jarjar
Class JarJarTask

java.lang.Object
  extended by Jar
      extended by com.tonicsystems.jarjar.util.AntJarProcessor
          extended by com.tonicsystems.jarjar.JarJarTask

public class JarJarTask
extends AntJarProcessor


Constructor Summary
JarJarTask()
           
 
Method Summary
 void addConfiguredKeep(Keep keep)
           
 void addConfiguredRule(Rule rule)
           
 void addConfiguredZap(Zap zap)
           
 void execute()
           
 
Methods inherited from class com.tonicsystems.jarjar.util.AntJarProcessor
execute, reset, setFilesonly, setVerbose
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarJarTask

public JarJarTask()
Method Detail

addConfiguredRule

public void addConfiguredRule(Rule rule)

addConfiguredZap

public void addConfiguredZap(Zap zap)

addConfiguredKeep

public void addConfiguredKeep(Keep keep)

execute

public void execute()
             throws BuildException
Specified by:
execute in class AntJarProcessor
Throws:
BuildException