|
||||||||||
| 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.GenICTaskDeprecated
public class GenICTaskDeprecated
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 | |
|---|---|
GenICTaskDeprecated()
|
|
| Method Summary | |
|---|---|
void |
setAdditionalargs(String added)
Set additional arguments for GenIC command line. |
void |
setInvokecmd(boolean inv)
Use InvokeCmd option on/off. |
void |
setJavac(String j)
Set the javac command line to be used. |
void |
setJavacopts(String opts)
Set the options to be given to javac. |
void |
setJvmdebug(boolean d)
Set debug mode on/off. |
void |
setKeepgenerated(boolean k)
Keep already generated files. |
void |
setNocompil(boolean noc)
Do not compile generated java files. |
void |
setNoFastRMIC(boolean value)
Specifies which RMIC compiler to use: the built-in fast one or the slower external one. |
void |
setProtocols(String p)
Set the set of protocols for the generation. |
void |
setRmicopts(String opts)
Set the optios to be passed to the RMI compiler. |
void |
setValidation(boolean v)
Validate XML descriptors. |
void |
setVerbose(boolean v)
Set verbose mode 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 GenICTaskDeprecated()
| Method Detail |
|---|
public void setAdditionalargs(String added)
throws Exception
added - additional args
Exception
public void setVerbose(boolean v)
throws Exception
v - boolean
Exception
public void setJvmdebug(boolean d)
throws Exception
d - boolean
Exception
public void setInvokecmd(boolean inv)
throws Exception
inv - boolean
Exception
public void setNocompil(boolean noc)
throws Exception
noc - on/off
Exception
public void setRmicopts(String opts)
throws Exception
opts - list of options
Exception
public void setValidation(boolean v)
throws Exception
v - on/off
Exception
public void setJavac(String j)
throws Exception
j - path to javac executable
Exception
public void setJavacopts(String opts)
throws Exception
opts - options
Exception
public void setKeepgenerated(boolean k)
throws Exception
k - on/off
Exception
public void setNoFastRMIC(boolean value)
throws Exception
value - if true, use the external RMIC compiler
Exception
public void setProtocols(String p)
throws Exception
p - protocol list (comma separated)
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||