|
|||||||||
| 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.apache.tools.ant.taskdefs.MatchingTask
org.objectweb.jonas.ant.WsGenTask
public class WsGenTask
Launch WsGen from Ant.
| Field Summary |
|---|
| Fields inherited from class org.apache.tools.ant.taskdefs.MatchingTask |
|---|
fileset |
| 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 | |
|---|---|
WsGenTask()
|
|
| Method Summary | |
|---|---|
void |
execute()
Execute the WsGen Ant Task. |
void |
setDebug(boolean b)
Set WSDL2Java debug mode to on/off |
void |
setDestdir(java.io.File d)
Set the output Directory |
void |
setJavac(java.lang.String j)
Set the javac command line |
void |
setJavacopts(java.lang.String opts)
Set Java Compiler Options |
void |
setJonasbase(java.io.File jb)
Set the JONAS_BASE to use |
void |
setJonasroot(java.io.File jr)
Set the JONAS_ROOT to use |
void |
setJvmdebug(boolean d)
Set debug mode on/off. |
void |
setKeepgen(boolean k)
Set keep Generated mode to on/off |
void |
setNoconfig(boolean c)
Set noConfig mode to on/off |
void |
setSrcdir(java.io.File s)
Set where source jar files are located |
void |
setValidation(boolean v)
Set XML Validation on/off |
void |
setVerbose(boolean v)
Set WSDL2Java verbose mode to on/off |
| Methods inherited from class org.apache.tools.ant.taskdefs.MatchingTask |
|---|
add, addAnd, addContains, addContainsRegexp, addCustom, addDate, addDepend, addDepth, addDifferent, addFilename, addMajority, addModified, addNone, addNot, addOr, addPresent, addSelector, addSize, addType, appendSelector, createExclude, createExcludesFile, createInclude, createIncludesFile, createPatternSet, getDirectoryScanner, getImplicitFileSet, getSelectors, hasSelectors, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setExcludes, setExcludesfile, setFollowSymlinks, setIncludes, setIncludesfile, setProject, XsetIgnore, XsetItems |
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WsGenTask()
| Method Detail |
|---|
public void setDestdir(java.io.File d)
d - output dirpublic void setSrcdir(java.io.File s)
s - sources dirpublic void setValidation(boolean v)
v - on/offpublic void setJavac(java.lang.String j)
j - javac to usepublic void setJavacopts(java.lang.String opts)
opts - Optionspublic void setKeepgen(boolean k)
k - on/offpublic void setNoconfig(boolean c)
c - on/offpublic void setVerbose(boolean v)
v - on/offpublic void setDebug(boolean b)
b - on/offpublic void setJvmdebug(boolean d)
d - booleanpublic void setJonasroot(java.io.File jr)
jr - JONAS_ROOTpublic void setJonasbase(java.io.File jb)
jb - JONAS_BASE
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildException - if wsgen cannot finish
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||