| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter
org.apache.tools.ant.taskdefs.rmic.SunRmic
public class SunRmic
The implementation of the rmic for SUN's JDK.
| Field Summary | |
|---|---|
| static java.lang.String | COMPILER_NAMEthe name of this adapter for users to select | 
| static java.lang.String | ERROR_NO_RMIC_ON_CLASSPATHError message to use with the sun rmic is not the classpath. | 
| static java.lang.String | ERROR_RMIC_FAILEDError message to use when there is an error starting the sun rmic compiler | 
| static java.lang.String | RMIC_CLASSNAMEname of the class | 
| static java.lang.String | RMIC_EXECUTABLEname of the executable | 
| Fields inherited from class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter | 
|---|
| 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 Summary | |
|---|---|
| SunRmic() | |
| Method Summary | |
|---|---|
|  boolean | execute()Run the rmic compiler. | 
| protected  java.lang.String[] | preprocessCompilerArgs(java.lang.String[] compilerArgs)Strip out all -J args from the command list. | 
| Methods inherited from class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter | 
|---|
| addStubVersionOptions, filterJvmCompilerArgs, getClasspath, getCompileClasspath, getMapper, getRmic, getSkelClassSuffix, getStubClassSuffix, getTieClassSuffix, logAndAddFilesToCompile, setRmic, setupRmicCommand, setupRmicCommand | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String RMIC_CLASSNAME
public static final java.lang.String COMPILER_NAME
public static final java.lang.String RMIC_EXECUTABLE
public static final java.lang.String ERROR_NO_RMIC_ON_CLASSPATH
public static final java.lang.String ERROR_RMIC_FAILED
| Constructor Detail | 
|---|
public SunRmic()
| Method Detail | 
|---|
public boolean execute()
                throws BuildException
BuildException - on errorprotected java.lang.String[] preprocessCompilerArgs(java.lang.String[] compilerArgs)
preprocessCompilerArgs in class DefaultRmicAdaptercompilerArgs - the original compiler arguments
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||