org.objectweb.jeremie.tools.ant
Class JRMICTask

java.lang.Object
  extended byTask
      extended byorg.objectweb.jeremie.tools.ant.JRMICTask

public class JRMICTask
extends Task

Utility task to compile IDL sources into Java sources. Takes the following arguments as nested elements:

Also takes as arguments a String named args.

See Also:
Serialized Form

Constructor Summary
JRMICTask()
           
 
Method Summary
 void execute()
           
 void setArgs(String args)
           
 void setDir(String dir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRMICTask

public JRMICTask()
Method Detail

setArgs

public void setArgs(String args)

setDir

public void setDir(String dir)

execute

public void execute()
             throws BuildException
Throws:
BuildException