org.apache.tools.ant.taskdefs.rmic

Class KaffeRmic

Implemented Interfaces:
RmicAdapter

public class KaffeRmic
extends DefaultRmicAdapter

The implementation of the rmic for Kaffe
Since:
Ant 1.4

Field Summary

static String
COMPILER_NAME
the name of this adapter for users to select

Method Summary

boolean
execute()
static boolean
isAvailable()
test for kaffe being on the system

Methods inherited from class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter

getClasspath, getCompileClasspath, getMapper, getRmic, getSkelClassSuffix, getStubClassSuffix, getTieClassSuffix, logAndAddFilesToCompile, setRmic, setupRmicCommand, setupRmicCommand

Field Details

COMPILER_NAME

public static final String COMPILER_NAME
the name of this adapter for users to select

Method Details

execute

public boolean execute()
            throws BuildException
Specified by:
execute in interface RmicAdapter

isAvailable

public static boolean isAvailable()
test for kaffe being on the system
Returns:
true if kaffe is on the current classpath

Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.