|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.ProjectComponent | +--org.apache.tools.ant.Task | +--com.ibm.websphere.ant.tasks.WsEjbDeploy
The wsejbdeploy task executes the WebSphere EJB Deploy tool on the specified Jar file with the specified options. The structure of the wsejbdeploy task is shown below:
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 | |
---|---|
WsEjbDeploy()
Constructor for WsEjbDeploy |
Method Summary | |
---|---|
org.apache.tools.ant.types.Path |
createClasspath()
Maybe creates a nested classpath element. |
void |
execute()
|
void |
setClasspath(org.apache.tools.ant.types.Path classpath)
Sets the classpath |
void |
setClasspathRef(org.apache.tools.ant.types.Reference r)
Adds a reference to a CLASSPATH defined elsewhere. |
void |
setCodegen(boolean codegen)
Sets the codegen |
void |
setCompatible35(boolean compatible35)
Sets the compatible35 |
void |
setDbname(java.lang.String dbname)
Sets the dbname |
void |
setDbschema(java.lang.String dbschema)
Sets the dbschema |
void |
setDbvendor(java.lang.String dbvendor)
Sets the dbvendor |
void |
setDynamic(boolean dynamic)
Sets the dynamic |
void |
setFailonerror(boolean failonerror)
Sets the failonerror. |
void |
setIgnoreErrors(boolean ignoreErrors)
Sets the ignoreErrors |
void |
setInputJar(java.io.File inputJar)
Sets the inputJar |
void |
setKeepGenerated(boolean keepGenerated)
Sets the keepGenerated |
void |
setLog(boolean log)
|
void |
setNoInform(boolean noInform)
Sets the noInform |
void |
setNoValidate(boolean noValidate)
Sets the noValidate |
void |
setNoWarnings(boolean noWarnings)
Sets the noWarnings |
void |
setOutputJar(java.io.File outputJar)
Sets the outputJar |
void |
setQuiet(boolean quiet)
Sets the quiet |
void |
setRmicOptions(java.lang.String rmicOptions)
Sets the rmicOptions |
void |
setSqlj(boolean sqlj)
Sets the sqlj |
void |
setTrace(boolean trace)
Sets the trace |
void |
setWasHome(java.lang.String wasHome)
Sets the wasHome. |
void |
setWorkingDirectory(java.io.File workingDirectory)
Sets the workingDirectory |
Methods inherited from class org.apache.tools.ant.Task |
---|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorFlush, handleErrorOutput, handleFlush, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName |
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 WsEjbDeploy()
Method Detail |
public org.apache.tools.ant.types.Path createClasspath()
public void setClasspathRef(org.apache.tools.ant.types.Reference r)
public void setClasspath(org.apache.tools.ant.types.Path classpath)
classpath
- The classpath to setpublic void setCodegen(boolean codegen)
codegen
- The codegen to setpublic void setCompatible35(boolean compatible35)
compatible35
- The compatible35 to setpublic void setSqlj(boolean sqlj)
sqlj
- The sqlj to setpublic void setDbname(java.lang.String dbname)
dbname
- The dbname to setpublic void setDbschema(java.lang.String dbschema)
dbschema
- The dbschema to setpublic void setDbvendor(java.lang.String dbvendor)
dbvendor
- The dbvendor to setpublic void setIgnoreErrors(boolean ignoreErrors)
ignoreErrors
- The ignoreErrors to setpublic void setInputJar(java.io.File inputJar)
inputJar
- The inputJar to setpublic void setKeepGenerated(boolean keepGenerated)
keepGenerated
- The keepGenerated to setpublic void setDynamic(boolean dynamic)
dynamic
- The dynamic to setpublic void setNoInform(boolean noInform)
noInform
- The noInform to setpublic void setNoValidate(boolean noValidate)
noValidate
- The noValidate to setpublic void setNoWarnings(boolean noWarnings)
noWarnings
- The noWarnings to setpublic void setOutputJar(java.io.File outputJar)
outputJar
- The outputJar to setpublic void setQuiet(boolean quiet)
quiet
- The quiet to setpublic void setRmicOptions(java.lang.String rmicOptions)
rmicOptions
- The rmicOptions to setpublic void setTrace(boolean trace)
trace
- The trace to setpublic void setLog(boolean log)
public void setWorkingDirectory(java.io.File workingDirectory)
workingDirectory
- The workingDirectory to setpublic void setWasHome(java.lang.String wasHome)
wasHome
- The wasHome to setpublic void setFailonerror(boolean failonerror)
failonerror
- The failonerror to setpublic void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
Task.execute()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |