|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
net.sf.colle.ant.StageWarTask
Lays out files to create a web archive. Created: 05 Nov 2004
Field Summary |
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 | |
StageWarTask()
|
Method Summary | |
org.apache.tools.ant.types.Path |
createClasses()
|
org.apache.tools.ant.types.Path |
createLibraries()
|
org.apache.tools.ant.types.Path |
createSrc()
|
void |
execute()
|
void |
setClasses(org.apache.tools.ant.types.Path pxClasses)
|
void |
setColleJar(File pxColleJar)
|
void |
setDestDir(File pxDestDir)
|
void |
setLibraries(org.apache.tools.ant.types.Path pxLibraries)
|
void |
setSrcDir(org.apache.tools.ant.types.Path pxSourcePath)
|
void |
setStagingDir(File pxStagingDir)
|
void |
setWebXML(File pxWebXML)
|
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 |
public StageWarTask()
Method Detail |
public org.apache.tools.ant.types.Path createSrc()
public void setSrcDir(org.apache.tools.ant.types.Path pxSourcePath)
public org.apache.tools.ant.types.Path createLibraries()
public void setLibraries(org.apache.tools.ant.types.Path pxLibraries)
public org.apache.tools.ant.types.Path createClasses()
public void setClasses(org.apache.tools.ant.types.Path pxClasses)
public void setDestDir(File pxDestDir)
public void setColleJar(File pxColleJar)
public void setWebXML(File pxWebXML)
public void setStagingDir(File pxStagingDir)
public void execute() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |