| java.lang.Object org.apache.tools.ant.taskdefs.Jikes
Jikes | public class Jikes (Code) | | Encapsulates a Jikes compiler, by directly executing an external
process.
As of Ant 1.2, this class is considered to be dead code
by the Ant developers and is unmaintained. Don't use
it.
|
Method Summary | |
protected void | compile(String[] args) Do the compile with the specified arguments. |
Jikes | protected Jikes(JikesOutputParser jop, String command, Project project)(Code) | | Constructs a new Jikes object.
Parameters: jop - Parser to send jike's output to Parameters: command - name of jikes executable Parameters: project - the current project |
compile | protected void compile(String[] args)(Code) | | Do the compile with the specified arguments.
Parameters: args - - arguments to pass to process on command line |
|
|