|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTask
com.ibm.websphere.ant.tasks.WsEjbDeploy
public class 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:
Field Summary | |
---|---|
protected com.ibm.ws.ant.utils.WasUtils |
wasUtils
|
Constructor Summary | |
---|---|
WsEjbDeploy()
Constructor for WsEjbDeploy |
Method Summary | |
---|---|
Path |
createClasspath()
Maybe creates a nested classpath element. |
Commandline.Argument |
createSystemProperty()
Creates a nested arg element. |
void |
execute()
|
boolean |
isDebug()
Is debugging enabled? |
void |
setClasspath(Path classpath)
Sets the classpath |
void |
setClasspathRef(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 |
setDebug(boolean debug)
Setter for enabling debugging |
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 |
setJdkComplianceLevel(java.lang.String complianceLevel)
Sets the jdk compliance level for ejbdeploy |
void |
setJvmMaxMemory(java.lang.String jvmMaxMemory)
Sets the jvmMaxMemory. |
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final com.ibm.ws.ant.utils.WasUtils wasUtils
Constructor Detail |
---|
public WsEjbDeploy()
Method Detail |
---|
public Path createClasspath()
public void setClasspathRef(Reference r)
public void setClasspath(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 setJdkComplianceLevel(java.lang.String complianceLevel)
complianceLevel
- 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 setJvmMaxMemory(java.lang.String jvmMaxMemory)
jvmMaxMemory
- The JVM MaxMemory to setpublic boolean isDebug()
public void setDebug(boolean debug)
debug
- public void execute() throws BuildException
BuildException
public Commandline.Argument createSystemProperty()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |