|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.mojo.rmic.SunRmiCompiler
public class SunRmiCompiler
Field Summary | |
---|---|
static java.lang.String |
RMIC_CLASSNAME
The name of the class to use for rmi compilation. |
Constructor Summary | |
---|---|
SunRmiCompiler()
|
Method Summary | |
---|---|
void |
execute(RmicConfig rmiConfig,
java.util.List classesToCompile)
Execute the compiler |
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RMIC_CLASSNAME
Constructor Detail |
---|
public SunRmiCompiler()
Method Detail |
---|
public void execute(RmicConfig rmiConfig, java.util.List classesToCompile) throws RmiCompilerException
execute
in interface RmiCompiler
rmiConfig
- The config objectclassesToCompile
- The list of classes to rmi compile
RmiCompilerException
- if there is a problem during compile
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |