|
|||||||||
| 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
org.jboss.jsfunit.ant.JSFUnitWarTask
public class JSFUnitWarTask
| Nested Class Summary | |
|---|---|
static class |
JSFUnitWarTask.Filter
|
static class |
JSFUnitWarTask.JSFUnitFilter
|
static class |
JSFUnitWarTask.JSFUnitTestRunnerFilter
|
| 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 | |
|---|---|
JSFUnitWarTask()
|
|
| Method Summary | |
|---|---|
void |
addClasses(org.apache.tools.ant.types.FileSet classesFileSet)
Sets the fileset that should be added to the WEB-INF/classes directory of the created archive |
void |
addJSFUnitFilter(JSFUnitWarTask.JSFUnitFilter jsfFilter)
Adds a JSFFilter. |
void |
addLib(org.apache.tools.ant.types.FileSet libFileSet)
Sets the fileset that should be added to the WEB-INF/lib directory of the created archive |
void |
addTestRunner(JSFUnitWarTask.JSFUnitTestRunnerFilter testRunnerFilter)
|
void |
execute()
|
void |
setAutoAddJars(java.lang.Boolean autoAddJars)
Sets whether or not to automatically add needed jars into the WEB-INF/lib directory of the crearted archive |
void |
setDestfile(java.io.File destfile)
Sets the destination for the newly created archive with JSFUnit specifics |
void |
setSrcfile(java.io.File srcfile)
Sets the original archive that should have JSFUnit specifics added |
| 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 JSFUnitWarTask()
| Method Detail |
|---|
public void setSrcfile(java.io.File srcfile)
srcfile - the srcfilepublic void setDestfile(java.io.File destfile)
destfile - public void addLib(org.apache.tools.ant.types.FileSet libFileSet)
libFileSet - The fileset to addpublic void addClasses(org.apache.tools.ant.types.FileSet classesFileSet)
classesFileSet - public void setAutoAddJars(java.lang.Boolean autoAddJars)
autoAddJars - True to automatically add jars, false otherwisepublic void addJSFUnitFilter(JSFUnitWarTask.JSFUnitFilter jsfFilter)
jsfFilter - The JSFFilterpublic void addTestRunner(JSFUnitWarTask.JSFUnitTestRunnerFilter testRunnerFilter)
public void execute()
execute in class org.apache.tools.ant.Task
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||