Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.integration.ant » [javadoc | source]
org.apache.cactus.integration.ant
public class: CactifyWarTask [javadoc | source]
java.lang.Object
   org.apache.tools.ant.ProjectComponent
      org.apache.tools.ant.Task
         org.apache.tools.ant.taskdefs.MatchingTask
            org.apache.tools.ant.taskdefs.Zip
               org.apache.tools.ant.taskdefs.Jar
                  org.apache.tools.ant.taskdefs.War
                     org.apache.cactus.integration.ant.CactifyWarTask

All Implemented Interfaces:
    SelectorContainer, Cloneable

Direct Known Subclasses:
    CactusWar

An Ant task that injects elements necessary to run Cactus tests into an existing WAR file.
Method from org.apache.cactus.integration.ant.CactifyWarTask Summary:
addConfiguredEjbref,   addConfiguredXMLCatalog,   addFilterRedirector,   addJspRedirector,   addServletRedirector,   createTempFile,   execute,   setMergeWebXml,   setSrcFile,   setVersion
Methods from org.apache.tools.ant.taskdefs.War:
addClasses,   addLib,   addWebinf,   setNeedxmlfile,   setWarfile,   setWebxml
Methods from org.apache.tools.ant.taskdefs.Jar:
addConfiguredIndexJars,   addConfiguredManifest,   addConfiguredService,   addMetainf,   reset,   setFilesetmanifest,   setIndex,   setJarfile,   setManifest,   setManifestEncoding,   setWhenempty,   setWhenmanifestonly
Methods from org.apache.tools.ant.taskdefs.Zip:
add,   addFileset,   addZipGroupFileset,   addZipfileset,   execute,   executeMain,   getComment,   getDestFile,   getEncoding,   getLevel,   isCompress,   isInUpdateMode,   reset,   setBasedir,   setComment,   setCompress,   setDestFile,   setDuplicate,   setEncoding,   setFile,   setFilesonly,   setKeepCompression,   setLevel,   setRoundUp,   setUpdate,   setWhenempty,   setZipfile
Methods from org.apache.tools.ant.taskdefs.MatchingTask:
XsetIgnore,   XsetItems,   add,   addAnd,   addContains,   addContainsRegexp,   addCustom,   addDate,   addDepend,   addDepth,   addDifferent,   addFilename,   addMajority,   addModified,   addNone,   addNot,   addOr,   addPresent,   addSelector,   addSize,   addType,   appendSelector,   createExclude,   createExcludesFile,   createInclude,   createIncludesFile,   createPatternSet,   getSelectors,   hasSelectors,   selectorCount,   selectorElements,   setCaseSensitive,   setDefaultexcludes,   setExcludes,   setExcludesfile,   setFollowSymlinks,   setIncludes,   setIncludesfile,   setProject
Methods from org.apache.tools.ant.Task:
bindToOwner,   execute,   getOwningTarget,   getRuntimeConfigurableWrapper,   getTaskName,   getTaskType,   init,   log,   log,   log,   log,   maybeConfigure,   perform,   reconfigure,   setOwningTarget,   setRuntimeConfigurableWrapper,   setTaskName,   setTaskType
Methods from org.apache.tools.ant.ProjectComponent:
clone,   getDescription,   getLocation,   getProject,   log,   log,   setDescription,   setLocation,   setProject
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cactus.integration.ant.CactifyWarTask Detail:
 public final  void addConfiguredEjbref(EjbRef theEjbRef) 
    Adds a configured EjbRef instance. Called by Ant.
 public final  void addConfiguredXMLCatalog(XMLCatalog theXmlCatalog) 
    Adds an XML catalog to the internal catalog.
 public final  void addFilterRedirector(FilterRedirector theFilterRedirector) 
    Adds a Cactus filter test redirector.
 public final  void addJspRedirector(JspRedirector theJspRedirector) 
    Adds a Cactus JSP test redirector.
 public final  void addServletRedirector(ServletRedirector theServletRedirector) 
    Adds a Cactus servlet test redirector.
 public File createTempFile(String prefix,
    String suffix,
    File parentDir,
    boolean deleteOnExit) 
 public  void execute() throws BuildException 
    {@inheritDoc}
 public final  void setMergeWebXml(File theMergeFile) 
    The descriptor to merge into the original file.
 public final  void setSrcFile(File theSrcFile) 
    Sets the web application archive that should be cactified.
 public final  void setVersion(Version theVersion) 
    Sets the web-app version to use when creating a WAR file from scratch.