|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.taskdefs.Jikes
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 java.lang.String |
command
Deprecated. |
protected JikesOutputParser |
jop
Deprecated. |
protected Project |
project
Deprecated. |
Constructor Summary | |
protected |
Jikes(JikesOutputParser jop,
java.lang.String command,
Project project)
Deprecated. Constructs a new Jikes object. |
Method Summary | |
protected void |
compile(java.lang.String[] args)
Deprecated. Do the compile with the specified arguments. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected JikesOutputParser jop
protected java.lang.String command
protected Project project
Constructor Detail |
protected Jikes(JikesOutputParser jop, java.lang.String command, Project project)
jop
- - Parser to send jike's output tocommand
- - name of jikes executableMethod Detail |
protected void compile(java.lang.String[] args)
args
- - arguments to pass to process on command line
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |