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