RmicAdapter
public class KaffeRmic extends DefaultRmicAdapter
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
COMPILER_NAME |
the name of this adapter for users to select
|
RMI_SKEL_SUFFIX, RMI_STUB_SUFFIX, RMI_TIE_SUFFIX, STUB_1_1, STUB_1_2, STUB_COMPAT, STUB_OPTION_1_1, STUB_OPTION_1_2, STUB_OPTION_COMPAT
Constructor | Description |
---|---|
KaffeRmic() |
Modifier and Type | Method | Description |
---|---|---|
protected boolean |
areIiopAndIdlSupported() |
Whether the iiop and idl switches are supported.
|
boolean |
execute() |
Call the rmic compiler.
|
static boolean |
isAvailable() |
test for kaffe being on the system
|
addStubVersionOptions, filterJvmCompilerArgs, getClasspath, getCompileClasspath, getMapper, getRmic, getSkelClassSuffix, getStubClassSuffix, getTieClassSuffix, logAndAddFilesToCompile, preprocessCompilerArgs, setRmic, setupRmicCommand, setupRmicCommand
public static final java.lang.String COMPILER_NAME
protected boolean areIiopAndIdlSupported()
DefaultRmicAdapter
This implementation returns false if running on Java 11 onwards and true otherwise.
areIiopAndIdlSupported
in class DefaultRmicAdapter
public boolean execute() throws BuildException
BuildException
- on errorpublic static boolean isAvailable()