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

Method Summary
 java.io.File getOutputDirectory()
           
 java.util.List getRmicClasspathElements()
           
 java.lang.String getVersion()
           
 boolean isIdl()
           
 boolean isIiop()
           
 boolean isKeep()
           
 boolean isNoLocalStubs()
           
 boolean isNoValueMethods()
           
 boolean isNowarn()
           
 boolean isVerbose()
           
 

Method Detail

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.