|
||||||||||
| 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.ow2.jonas.ant.AbstractAntDeprecated
org.ow2.jonas.ant.WsGenTaskDeprecated
public class WsGenTaskDeprecated
Class only used for compatibility with previous version of JOnAS
| Field Summary |
|---|
| Fields inherited from class org.ow2.jonas.ant.AbstractAntDeprecated |
|---|
logger |
| Fields inherited from class org.apache.tools.ant.Task |
|---|
target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
WsGenTaskDeprecated()
|
|
| Method Summary | |
|---|---|
void |
setDebug(boolean b)
Set WSDL2Java debug mode to on/off. |
void |
setDestdir(File d)
Set the output Directory. |
void |
setJavac(String j)
Set the javac command line. |
void |
setJavacopts(String opts)
Set Java Compiler Options. |
void |
setJonasbase(File jb)
Set the JONAS_BASE to use. |
void |
setJonasroot(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(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.ow2.jonas.ant.AbstractAntDeprecated |
|---|
deprecated |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WsGenTaskDeprecated()
| Method Detail |
|---|
public void setDestdir(File d)
throws Exception
d - output dir
Exception
public void setSrcdir(File s)
throws Exception
s - sources dir
Exception
public void setValidation(boolean v)
throws Exception
v - on/off
Exception
public void setJavac(String j)
throws Exception
j - javac to use
Exception
public void setJavacopts(String opts)
throws Exception
opts - Options
Exception
public void setKeepgen(boolean k)
throws Exception
k - on/off
Exception
public void setNoconfig(boolean c)
throws Exception
c - on/off
Exception
public void setVerbose(boolean v)
throws Exception
v - on/off
Exception
public void setDebug(boolean b)
throws Exception
b - on/off
Exception
public void setJvmdebug(boolean d)
throws Exception
d - boolean
Exception
public void setJonasroot(File jr)
throws Exception
jr - JONAS_ROOT
Exception
public void setJonasbase(File jb)
throws Exception
jb - JONAS_BASE
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||