org.apache.tools.ant.taskdefs

Class Jikes

public class Jikes extends Object

Deprecated: merged into the class Javac.

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.

Field Summary
protected Stringcommand
protected JikesOutputParserjop
protected Projectproject
Constructor Summary
protected Jikes(JikesOutputParser jop, String command, Project project)
Constructs a new Jikes object.
Method Summary
protected voidcompile(String[] args)
Do the compile with the specified arguments.

Field Detail

command

protected String command

jop

protected JikesOutputParser jop

project

protected Project project

Constructor Detail

Jikes

protected Jikes(JikesOutputParser jop, String command, Project project)
Constructs a new Jikes object.

Parameters: jop - Parser to send jike's output to command - name of jikes executable

Method Detail

compile

protected void compile(String[] args)
Do the compile with the specified arguments.

Parameters: args - arguments to pass to process on command line

Copyright