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 getEncoding()
           
 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 dtdPrefix)
           
 void setEncoding(java.lang.String encoding)
           
 void setIntenttext(java.lang.String indentText)
           
 void setName(java.lang.String name)
           
 void setNewdocumentation(java.io.File newDocumentation)
           
 void setNewlabel(java.lang.String newLabel)
           
 void setOlddocumentation(java.io.File oldDocumentation)
           
 void setOldlabel(java.lang.String oldLabel)
           
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
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 oldLabel)

getOlddocumentation

public java.io.File getOlddocumentation()

setOlddocumentation

public void setOlddocumentation(java.io.File oldDocumentation)

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 newLabel)

getNewdocumentation

public java.io.File getNewdocumentation()

setNewdocumentation

public void setNewdocumentation(java.io.File newDocumentation)

getEncoding

public java.lang.String getEncoding()

setEncoding

public void setEncoding(java.lang.String encoding)

getDtdprefix

public java.lang.String getDtdprefix()

setDtdprefix

public void setDtdprefix(java.lang.String dtdPrefix)

getIndenttext

public java.lang.String getIndenttext()

setIntenttext

public void setIntenttext(java.lang.String indentText)

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


Dependency Finder 1.1.0 © 2001-2004 Jean Tessier.