Interface | Description |
---|---|
RmicAdapter |
The interface that all rmic adapters must adhere to.
|
Class | Description |
---|---|
DefaultRmicAdapter |
This is the default implementation for the RmicAdapter interface.
|
ForkingSunRmic |
This is an extension of the sun rmic compiler, which forks rather than
executes it inline.
|
KaffeRmic |
The implementation of the rmic for Kaffe
|
RmicAdapterFactory |
Creates the necessary rmic adapter, given basic criteria.
|
SunRmic |
The implementation of the rmic for SUN's JDK.
|
WLRmic |
The implementation of the rmic for WebLogic
|
XNewRmic |
Run rmic in a new process with -Xnew set.
|