Uses of Interface
org.codehaus.mojo.rmic.RmicConfig

Uses of RmicConfig in org.codehaus.mojo.rmic
 

Classes in org.codehaus.mojo.rmic that implement RmicConfig
 class AbstractRmiMojo
          Generic super class of rmi compiler mojos.
 class RmicMojo
          Compiles rmi stubs and skeleton classes from a remote implementation class.
 class TestRmicMojo
          Compiles rmi stubs and skeleton classes from a remote implementation class.
 

Methods in org.codehaus.mojo.rmic with parameters of type RmicConfig
 void SunRmiCompiler.execute(RmicConfig rmiConfig, java.util.List classesToCompile)
          Execute the compiler
 void RmiCompiler.execute(RmicConfig rmiConfig, java.util.List classesToCompile)
          Run the rmi compilation against the compiled classes.
 



Copyright © 2006-2010 Codehaus. All Rights Reserved.