Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter
org.apache.tools.ant.taskdefs.rmic.WLRmic
public class WLRmic
extends DefaultRmicAdapter
Field Summary | |
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
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 |
Method Summary | |
boolean |
|
String |
|
String |
|
Methods inherited from class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter | |
getClasspath , getCompileClasspath , getMapper , getRmic , getSkelClassSuffix , getStubClassSuffix , getTieClassSuffix , logAndAddFilesToCompile , setRmic , setupRmicCommand , setupRmicCommand |
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 WLRMIC_CLASSNAME
The classname of the weblogic rmic
public static final String WL_RMI_SKEL_SUFFIX
The skeleton suffix
public static final String WL_RMI_STUB_SUFFIX
The stub suffix
public boolean execute() throws BuildException
Carry out the rmic compilation.
- Specified by:
- execute in interface RmicAdapter
- Returns:
- true if the compilation succeeded
- Throws:
BuildException
- on error
public String getSkelClassSuffix()
Get the suffix for the rmic skeleton classes
- Overrides:
- getSkelClassSuffix in interface DefaultRmicAdapter
- Returns:
- the skeleton suffix
public String getStubClassSuffix()
Get the suffix for the rmic stub classes
- Overrides:
- getStubClassSuffix in interface DefaultRmicAdapter
- Returns:
- the stub suffix