org.apache.tools.ant.taskdefs
Class Jikes

java.lang.Object
  |
  +--org.apache.tools.ant.taskdefs.Jikes

public class Jikes
extends java.lang.Object

Encapsulates a Jikes compiler, by directly executing an external process.

Author:
skanthak@muehlheim.de

Field Summary
protected  java.lang.String command
           
protected  JikesOutputParser jop
           
 
Constructor Summary
protected Jikes(JikesOutputParser jop, java.lang.String command)
          Constructs a new Jikes obect.
 
Method Summary
protected  void compile(java.lang.String[] args)
          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

jop

protected JikesOutputParser jop

command

protected java.lang.String command
Constructor Detail

Jikes

protected Jikes(JikesOutputParser jop,
                java.lang.String command)
Constructs a new Jikes obect.
Parameters:
jop - - Parser to send jike's output to
command - - name of jikes executeable
Method Detail

compile

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


Copyright © 2000 Apache Software Foundation. All Rights Reserved.