org.apache.tools.ant.taskdefs.rmic

Class WLRmic

Implemented Interfaces:
RmicAdapter

public class WLRmic
extends DefaultRmicAdapter

The implementation of the rmic for WebLogic

Since:
Ant 1.4

Method Summary

boolean
execute()
String
getSkelClassSuffix()
Get the suffix for the rmic skeleton classes
String
getStubClassSuffix()
Get the suffix for the rmic stub classes

Methods inherited from class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter

getClasspath, getCompileClasspath, getMapper, getRmic, getSkelClassSuffix, getStubClassSuffix, getTieClassSuffix, logAndAddFilesToCompile, setRmic, setupRmicCommand, setupRmicCommand

Method Details

execute

public boolean execute()
            throws BuildException
Specified by:
execute in interface RmicAdapter


getSkelClassSuffix

public String getSkelClassSuffix()
Get the suffix for the rmic skeleton classes
Overrides:
getSkelClassSuffix in interface DefaultRmicAdapter


getStubClassSuffix

public String getStubClassSuffix()
Get the suffix for the rmic stub classes
Overrides:
getStubClassSuffix in interface DefaultRmicAdapter


Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.