@Deprecated
public class Jikes
extends java.lang.Object
As of Ant 1.2, this class is considered to be dead code by the Ant developers and is unmaintained. Don't use it.
Modifier and Type | Field | Description |
---|---|---|
protected java.lang.String |
command |
Deprecated.
|
protected JikesOutputParser |
jop |
Deprecated.
|
protected Project |
project |
Deprecated.
|
Modifier | Constructor | Description |
---|---|---|
protected |
Jikes(JikesOutputParser jop,
java.lang.String command,
Project project) |
Deprecated.
Constructs a new Jikes object.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
compile(java.lang.String[] args) |
Deprecated.
Do the compile with the specified arguments.
|
protected JikesOutputParser jop
protected java.lang.String command
protected Project project
protected Jikes(JikesOutputParser jop, java.lang.String command, Project project)
jop
- Parser to send jike's output tocommand
- name of jikes executableproject
- the current project