Package org.apache.tools.ant.taskdefs
Class Jikes
- java.lang.Object
- 
- org.apache.tools.ant.taskdefs.Jikes
 
- 
 @Deprecated public class Jikes extends java.lang.ObjectDeprecated.since 1.2. 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 SummaryFields Modifier and Type Field Description protected java.lang.StringcommandDeprecated.protected JikesOutputParserjopDeprecated.protected ProjectprojectDeprecated.
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedJikes(JikesOutputParser jop, java.lang.String command, Project project)Deprecated.Constructs a new Jikes object.
 - 
Method SummaryModifier and Type Method Description protected voidcompile(java.lang.String[] args)Deprecated.Do the compile with the specified arguments.
 
- 
- 
- 
Field Detail- 
jopprotected JikesOutputParser jop Deprecated.
 - 
commandprotected java.lang.String command Deprecated.
 - 
projectprotected Project project Deprecated.
 
- 
 - 
Constructor Detail- 
Jikesprotected Jikes(JikesOutputParser jop, java.lang.String command, Project project) Deprecated.Constructs a new Jikes object.- Parameters:
- jop- Parser to send jike's output to
- command- name of jikes executable
- project- the current project
 
 
- 
 
-