public final class WsitCleanTask
extends org.apache.tools.ant.Task
The task takes the WSDL file specified strips any existing WSIT configuration.
To use this task, include a taskdef for the appsecinc-anttasks in your build.xml
<taskdef resource="com/appsecinc/ant/appsecinc-anttasks.properties" classpath="appsecinc-anttasks.jar" />
You can then use the task
<wsit-clean
todir="src/WEB-INF"
file="src/wsdl/MyService.wsdl"
/>
| Constructor and Description |
|---|
WsitCleanTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
setFile(File file)
Required - the file to strip WSIT configuration from.
|
void |
setTodir(File output)
Required - The configuration files will be written to this directory.
|
void |
setTofile(File output)
Required - The configuration files will be written to this file.
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void execute()
execute in class org.apache.tools.ant.Taskpublic void setFile(File file)
file - public void setTodir(File output)
output - public void setTofile(File output)
output - Copyright © 2011-2012 Application Security, Inc. All Rights Reserved.