public class WSDeploy
extends com.ibm.ws.webservices.tools.ant.WSDeploy
| Constructor and Description |
|---|
WSDeploy()
Constructor for WSDeploy
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.tools.ant.types.Path |
createClasspath()
Creates a nested classpath element.
|
void |
execute() |
void |
setClasspath(org.apache.tools.ant.types.Path classpath)
Sets the compilation classpath from a string of colon or semicolon separated jar file names.
|
void |
setIgnoreErrors(boolean ignoreErrors)
Continue deploying even in the presence of errors.
|
void |
setInputFile(java.lang.String inputFile)
Set the input EAR file name
This value is required.
|
void |
setNoValidate(boolean noValidate)
Disable Web Services validation when the parameter is true.
|
void |
setOutputFile(java.lang.String outputFile)
Sets the output EAR file name.
|
void |
setTrace(boolean trace)
Enable trace of file generation and compilation.
|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic org.apache.tools.ant.types.Path createClasspath()
public void setClasspath(org.apache.tools.ant.types.Path classpath)
classpath - The jar files to be added to the compilation classpath.public void setIgnoreErrors(boolean ignoreErrors)
setIgnoreErrors in class com.ibm.ws.webservices.tools.ant.WSDeployignoreErrors - Continue in the presence of errors when true.public void setInputFile(java.lang.String inputFile)
setInputFile in class com.ibm.ws.webservices.tools.ant.WSDeployinputFile - The file system path of the input EAR filepublic void setNoValidate(boolean noValidate)
setNoValidate in class com.ibm.ws.webservices.tools.ant.WSDeploynoValidate - Disable validation when true.public void setOutputFile(java.lang.String outputFile)
setOutputFile in class com.ibm.ws.webservices.tools.ant.WSDeployoutputFile - The file system path of the output EAR file.public void setTrace(boolean trace)
setTrace in class com.ibm.ws.webservices.tools.ant.WSDeploytrace - If true, display trace informationpublic void execute()
throws org.apache.tools.ant.BuildException
execute in class com.ibm.ws.webservices.tools.ant.WSDeployorg.apache.tools.ant.BuildExceptionTask#execute()