com.jeantessier.dependencyfinder.ant
Class JarJarDiff

java.lang.Object
  |
  +--org.apache.tools.ant.ProjectComponent
        |
        +--org.apache.tools.ant.Task
              |
              +--com.jeantessier.dependencyfinder.ant.JarJarDiff

public class JarJarDiff
extends org.apache.tools.ant.Task


Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
JarJarDiff()
           
 
Method Summary
 org.apache.tools.ant.types.Path createNew()
           
 org.apache.tools.ant.types.Path createOld()
           
 void execute()
           
 java.io.File getDestfile()
           
 java.lang.String getDtdprefix()
           
 java.lang.String getIndenttext()
           
 java.lang.String getName()
           
 org.apache.tools.ant.types.Path getNew()
           
 java.io.File getNewdocumentation()
           
 java.lang.String getNewlabel()
           
 org.apache.tools.ant.types.Path getOld()
           
 java.io.File getOlddocumentation()
           
 java.lang.String getOldlabel()
           
 void setDestfile(java.io.File destfile)
           
 void setDtdprefix(java.lang.String dtd_prefix)
           
 void setIntenttext(java.lang.String indent_text)
           
 void setName(java.lang.String name)
           
 void setNewdocumentation(java.io.File new_documentation)
           
 void setNewlabel(java.lang.String new_label)
           
 void setOlddocumentation(java.io.File old_documentation)
           
 void setOldlabel(java.lang.String old_label)
           
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorFlush, handleErrorOutput, handleFlush, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarJarDiff

public JarJarDiff()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

createOld

public org.apache.tools.ant.types.Path createOld()

getOld

public org.apache.tools.ant.types.Path getOld()

getOldlabel

public java.lang.String getOldlabel()

setOldlabel

public void setOldlabel(java.lang.String old_label)

getOlddocumentation

public java.io.File getOlddocumentation()

setOlddocumentation

public void setOlddocumentation(java.io.File old_documentation)

createNew

public org.apache.tools.ant.types.Path createNew()

getNew

public org.apache.tools.ant.types.Path getNew()

getNewlabel

public java.lang.String getNewlabel()

setNewlabel

public void setNewlabel(java.lang.String new_label)

getNewdocumentation

public java.io.File getNewdocumentation()

setNewdocumentation

public void setNewdocumentation(java.io.File new_documentation)

getDtdprefix

public java.lang.String getDtdprefix()

setDtdprefix

public void setDtdprefix(java.lang.String dtd_prefix)

getIndenttext

public java.lang.String getIndenttext()

setIntenttext

public void setIntenttext(java.lang.String indent_text)

getDestfile

public java.io.File getDestfile()

setDestfile

public void setDestfile(java.io.File destfile)

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Overrides:
execute in class org.apache.tools.ant.Task