public class SunRmic extends DefaultRmicAdapter
| Modifier and Type | Field and Description | 
|---|---|
| static String | COMPILER_NAMEthe name of this adapter for users to select | 
| static String | ERROR_NO_RMIC_ON_CLASSPATHError message to use with the sun rmic is not the classpath. | 
| static String | ERROR_NO_RMIC_ON_CLASSPATH_JAVA_9 | 
| static String | ERROR_RMIC_FAILEDError message to use when there is an error starting the sun rmic compiler | 
| static String | RMIC_CLASSNAMEname of the class | 
| static String | RMIC_EXECUTABLEname of the executable | 
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 | 
|---|
| SunRmic() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | execute()Run the rmic compiler. | 
| protected String[] | preprocessCompilerArgs(String[] compilerArgs)Strip out all -J args from the command list. | 
addStubVersionOptions, filterJvmCompilerArgs, getClasspath, getCompileClasspath, getMapper, getRmic, getSkelClassSuffix, getStubClassSuffix, getTieClassSuffix, logAndAddFilesToCompile, setRmic, setupRmicCommand, setupRmicCommandpublic static final String COMPILER_NAME
public static final String ERROR_NO_RMIC_ON_CLASSPATH
public static final String ERROR_NO_RMIC_ON_CLASSPATH_JAVA_9
public static final String ERROR_RMIC_FAILED
public static final String RMIC_CLASSNAME
public static final String RMIC_EXECUTABLE
public boolean execute()
                throws BuildException
BuildException - on errorprotected String[] preprocessCompilerArgs(String[] compilerArgs)
preprocessCompilerArgs in class DefaultRmicAdaptercompilerArgs - the original compiler arguments