Modifier and Type | Field and Description |
---|---|
public static final String | COMPILER_NAME
the name of this adapter for users to select |
public static final String | ERROR_NO_WLRMIC_ON_CLASSPATH
The error string to use if not able to find the weblogic rmic |
public static final String | ERROR_WLRMIC_FAILED
The error string to use if not able to start the weblogic rmic |
public static final String | UNSUPPORTED_STUB_OPTION
unsupported error message |
public static final String | WL_RMI_SKEL_SUFFIX
The skeleton suffix |
public static final String | WL_RMI_STUB_SUFFIX
The stub suffix |
public static final String | WLRMIC_CLASSNAME
The classname of the weblogic rmic |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
protected String | Returns: null, for no stub versionOverrides org. |
protected boolean | areIiopAndIdlSupported()
Overrides org. |
public boolean | Returns: true if the compilation succeededImplements org. |
public String | Returns: the skeleton suffixOverrides org. |
public String | Returns: the stub suffixOverrides org. |
protected String[] | Returns: the filtered set.the original compiler arguments compilerArgs)Overrides org. |
COMPILER_NAME | back to summary |
---|---|
public static final String COMPILER_NAME the name of this adapter for users to select |
ERROR_NO_WLRMIC_ON_CLASSPATH | back to summary |
---|---|
public static final String ERROR_NO_WLRMIC_ON_CLASSPATH The error string to use if not able to find the weblogic rmic |
ERROR_WLRMIC_FAILED | back to summary |
---|---|
public static final String ERROR_WLRMIC_FAILED The error string to use if not able to start the weblogic rmic |
UNSUPPORTED_STUB_OPTION | back to summary |
---|---|
public static final String UNSUPPORTED_STUB_OPTION unsupported error message |
WL_RMI_SKEL_SUFFIX | back to summary |
---|---|
public static final String WL_RMI_SKEL_SUFFIX The skeleton suffix |
WL_RMI_STUB_SUFFIX | back to summary |
---|---|
public static final String WL_RMI_STUB_SUFFIX The stub suffix |
WLRMIC_CLASSNAME | back to summary |
---|---|
public static final String WLRMIC_CLASSNAME The classname of the weblogic rmic |
WLRmic | back to summary |
---|---|
public WLRmic() |
addStubVersionOptions | back to summary |
---|---|
protected String addStubVersionOptions() Overrides org. This is an override point; no stub version is returned. If any stub option is set, a warning is printed. |
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. Carry out the rmic compilation.
|
getSkelClassSuffix | back to summary |
---|---|
public String getSkelClassSuffix() Overrides org. Get the suffix for the rmic skeleton classes |
getStubClassSuffix | back to summary |
---|---|
public String getStubClassSuffix() Overrides org. Get the suffix for the rmic stub classes |
preprocessCompilerArgs | back to summary |
---|---|
protected String[] preprocessCompilerArgs(String[] compilerArgs) Overrides org. Strip out all -J args from the command list. |