org.apache.tools.ant.taskdefsClass Jikes
- java.lang.Object
- org.apache.tools.ant.taskdefs.Jikes
Deprecated.since 1.2. Merged into the class Javac.
@Deprecated 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
Fields Modifier and Type Field and Description protected java.lang.String
command
Deprecated.protected JikesOutputParser
jop
Deprecated.protected Project
project
Deprecated.
Constructor Summary
Constructors Modifier Constructor and Description protected
Jikes(JikesOutputParser jop, java.lang.String command, Project project)
Deprecated.Constructs a new Jikes object.
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description protected void
compile(java.lang.String[] args)
Deprecated.Do the compile with the specified arguments.
Field Detail
jop
protected JikesOutputParser jopDeprecated.
command
protected java.lang.String commandDeprecated.
project
protected Project projectDeprecated.
Constructor Detail
Jikes
protected Jikes(JikesOutputParser jop, java.lang.String command, Project project)Deprecated.Constructs a new Jikes object.
- Parameters:
jop
- Parser to send jike's output tocommand
- name of jikes executableproject
- the current project