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
 File getOutputDirectory()
           
 List getRmicClasspathElements()
           
 String getVersion()
           
 boolean isIdl()
           
 boolean isIiop()
           
 boolean isKeep()
           
 boolean isNoLocalStubs()
           
 boolean isNoValueMethods()
           
 boolean isNowarn()
           
 boolean isVerbose()
           
 

Method Detail

getOutputDirectory

File getOutputDirectory()

getRmicClasspathElements

List getRmicClasspathElements()

getVersion

String getVersion()

isIiop

boolean isIiop()

isIdl

boolean isIdl()

isKeep

boolean isKeep()

isNowarn

boolean isNowarn()

isVerbose

boolean isVerbose()

isNoLocalStubs

boolean isNoLocalStubs()

isNoValueMethods

boolean isNoValueMethods()


Copyright © 2011 Codehaus. All Rights Reserved.