org.apache.tools.ant.taskdefs
Class Jikes
java.lang.Object
org.apache.tools.ant.taskdefs.Jikes
public class Jikes
extends java.lang.Object
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.
protected void | compile(String[] args) - Do the compile with the specified arguments.
|
command
protected String command
Jikes
protected Jikes(JikesOutputParser jop,
String command,
Project project)
Constructs a new Jikes object.
jop
- - Parser to send jike's output tocommand
- - name of jikes executable
compile
protected void compile(String[] args)
Do the compile with the specified arguments.
args
- - arguments to pass to process on command line
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.