Modifier and Type | Field and Description |
---|---|
public static final String | COMPILER_NAME
the name of this adapter for users to select |
private static final String[] |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
protected boolean | areIiopAndIdlSupported()
Overrides org. |
public boolean | |
private static Class | Returns: null if neither class can get loaded.tries to load Kaffe RMIC and falls back to the older class name if necessary. |
public static boolean |
COMPILER_NAME | back to summary |
---|---|
public static final String COMPILER_NAME the name of this adapter for users to select |
RMIC_CLASSNAMES | back to summary |
---|---|
private static final String[] RMIC_CLASSNAMES |
KaffeRmic | back to summary |
---|---|
public KaffeRmic() |
areIiopAndIdlSupported | back to summary |
---|---|
protected boolean areIiopAndIdlSupported() Overrides org. Doc from org. Whether the iiop and idl switches are supported. This implementation returns false if running on Java 11 onwards and true otherwise.
|
execute | back to summary |
---|---|
public boolean execute() throws BuildException Implements org. Doc from org. Call the rmic compiler.
|
getRmicClass | back to summary |
---|---|
private static Class tries to load Kaffe RMIC and falls back to the older class name if necessary.
|
isAvailable | back to summary |
---|---|
public static boolean isAvailable() test for kaffe being on the system
|