| |
|
| org.objectweb.jonas.ant.BootstrapTask org.objectweb.jonas.ant.GenICTask
GenICTask | public class GenICTask extends BootstrapTask (Code) | | GenIC Task. That's basically an Ant Task wrapper around GenIC.
author: Guillaume Sauthier |
createClasspath | public Path createClasspath()(Code) | | Returns an empty Path for inner element classpath |
createFileSet | public FileSet createFileSet()(Code) | | Returns an empty FileSet |
execute | public void execute() throws BuildException(Code) | | Execute the WsGen Ant Task.
throws: BuildException - if something goes wrong |
setAdditionalargs | public void setAdditionalargs(String added)(Code) | | Set additional arguments for GenIC command line
Parameters: added - additional args |
setInvokecmd | public void setInvokecmd(boolean inv)(Code) | | Use InvokeCmd option on/off
Parameters: inv - boolean |
setJavac | public void setJavac(String j)(Code) | | Set the javac command line to be used
Parameters: j - path to javac executable |
setJavacopts | public void setJavacopts(String opts)(Code) | | Set the options to be given to javac
Parameters: opts - options |
setJvmdebug | public void setJvmdebug(boolean d)(Code) | | Set debug mode on/off. Used only by developpers that wants to Debug GenIC
Parameters: d - boolean |
setKeepgenerated | public void setKeepgenerated(boolean k)(Code) | | Keep already generated files
Parameters: k - on/off |
setNoFastRMIC | public void setNoFastRMIC(boolean value)(Code) | | Specifies which RMIC compiler to use: the built-in fast one or the
slower external one.
Parameters: value - if true, use the external RMIC compiler |
setNocompil | public void setNocompil(boolean noc)(Code) | | Do not compile generated java files
Parameters: noc - on/off |
setProtocols | public void setProtocols(String p)(Code) | | Set the set of protocols for the generation
Parameters: p - protocol list (comma separated) |
setRmicopts | public void setRmicopts(String opts)(Code) | | Set the optios to be passed to the RMI compiler
Parameters: opts - list of options |
setValidation | public void setValidation(boolean v)(Code) | | Validate XML descriptors
Parameters: v - on/off |
setVerbose | public void setVerbose(boolean v)(Code) | | Set verbose mode on/off
Parameters: v - boolean |
|
|
|