org.apache.tools.ant.taskdefs

Class 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.

Field Summary

protected String
command
protected JikesOutputParser
jop
protected Project
project

Constructor Summary

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

Method Summary

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

Field Details

command

protected String command

jop

protected JikesOutputParser jop

project

protected Project project

Constructor Details

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
project - the current project

Method Details

compile

protected void compile(String[] args)
Do the compile with the specified arguments.
Parameters:
args - - arguments to pass to process on command line