public class XNewRmic extends ForkingSunRmic
Modifier and Type | Field and Description |
---|---|
static 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 and Description |
---|
XNewRmic()
No-arg constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Commandline |
setupRmicCommand()
Create a normal command line, then with -Xnew at the front
|
execute, getExecutableName
addStubVersionOptions, filterJvmCompilerArgs, getClasspath, getCompileClasspath, getMapper, getRmic, getSkelClassSuffix, getStubClassSuffix, getTieClassSuffix, logAndAddFilesToCompile, preprocessCompilerArgs, setRmic, setupRmicCommand
public static final String COMPILER_NAME
protected Commandline setupRmicCommand()
setupRmicCommand
in class DefaultRmicAdapter