org.apache.tools.ant.taskdefs.rmic
public class WLRmic extends DefaultRmicAdapter
Since: Ant 1.4
| Field Summary | |
|---|---|
| static String | COMPILER_NAME
the name of this adapter for users to select |
| static String | ERROR_NO_WLRMIC_ON_CLASSPATH The error string to use if not able to find the weblogic rmic |
| static String | ERROR_WLRMIC_FAILED The error string to use if not able to start the weblogic rmic |
| static String | WLRMIC_CLASSNAME The classname of the weblogic rmic |
| static String | WL_RMI_SKEL_SUFFIX The skeleton suffix |
| static String | WL_RMI_STUB_SUFFIX The stub suffix |
| Method Summary | |
|---|---|
| boolean | execute()
Carry out the rmic compilation. |
| String | getSkelClassSuffix()
Get the suffix for the rmic skeleton classes |
| String | getStubClassSuffix()
Get the suffix for the rmic stub classes |
Returns: true if the compilation succeeded
Throws: BuildException on error
Returns: the skeleton suffix
Returns: the stub suffix