public static RmicAdapter | getRmic(String rmicType, Task task) Based on the parameter passed in, this method creates the necessary
factory desired.
The current mapping for rmic names are as follows:
- sun = SUN's rmic
- kaffe = Kaffe's rmic
- a fully quallified classname = the name of a rmic
adapter
- weblogic = weblogic compiler
- forking = Sun's RMIC by forking a new JVM
Parameters: rmicType - either the name of the desired rmic, or thefull classname of the rmic's adapter. Parameters: task - a task to log through. |