org.codehaus.mojo.rmic
Interface RmicConfig
- All Known Implementing Classes:
- AbstractRmiMojo, RmicMojo, TestRmicMojo
public interface RmicConfig
Interface containing required methods for retrieving information
necessary for rmi compilation to take place.
- Version:
- $Id: RmicConfig.java 6324 2008-02-20 00:26:31Z pgier $
- Author:
- pgier
getOutputDirectory
java.io.File getOutputDirectory()
getRmicClasspathElements
java.util.List getRmicClasspathElements()
getVersion
java.lang.String getVersion()
isIiop
boolean isIiop()
isIdl
boolean isIdl()
isKeep
boolean isKeep()
isNowarn
boolean isNowarn()
isVerbose
boolean isVerbose()
isNoLocalStubs
boolean isNoLocalStubs()
isNoValueMethods
boolean isNoValueMethods()
Copyright © 2009. All Rights Reserved.