
|
WLRmic (Apache Ant API)
org.apache.tools.ant.taskdefs.rmic
Class WLRmic
java.lang.Object
|
+--org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter
|
+--org.apache.tools.ant.taskdefs.rmic.WLRmic
- All Implemented Interfaces:
- RmicAdapter
- public class WLRmic
- extends DefaultRmicAdapter
The implementation of the rmic for WebLogic
- Since:
- Ant 1.4
- Author:
- Takashi Okamoto
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WLRmic
public WLRmic()
execute
public boolean execute()
throws BuildException
- Description copied from interface:
RmicAdapter
- Executes the task.
- Returns:
- has the compilation been successful
BuildException
getStubClassSuffix
public java.lang.String getStubClassSuffix()
- Get the suffix for the rmic stub classes
- Overrides:
getStubClassSuffix in class DefaultRmicAdapter
getSkelClassSuffix
public java.lang.String getSkelClassSuffix()
- Get the suffix for the rmic skeleton classes
- Overrides:
getSkelClassSuffix in class DefaultRmicAdapter
Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.
|