Skip navigation links
A C E G H I N O P R S T 

A

AbstractRmiMojo - Class in org.codehaus.mojo.rmic
Generic super class of rmi compiler mojos.
AbstractRmiMojo() - Constructor for class org.codehaus.mojo.rmic.AbstractRmiMojo
Creates the abstract class using a production implementation of the dependencies.

C

compilerId - Variable in class org.codehaus.mojo.rmic.AbstractRmiMojo
The id of the rmi compiler to use.

E

excludes - Variable in class org.codehaus.mojo.rmic.AbstractRmiMojo
A list of exclusions when searching for classes to compile.
excludes - Variable in class org.codehaus.mojo.rmic.Source
A list of exclusions when searching for classes to compile.
execute() - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
Main mojo execution.
execute() - Method in class org.codehaus.mojo.rmic.HelpMojo
execute() - Method in class org.codehaus.mojo.rmic.PackageRmiMojo
Execute the plugin
execute(AbstractRmiMojo, RmicConfig, List) - Method in interface org.codehaus.mojo.rmic.RmiCompiler
Run the rmi compilation against the compiled classes.
execute(AbstractRmiMojo, RmicConfig, List) - Method in class org.codehaus.mojo.rmic.SunRmiCompiler
Execute the compiler

G

generateUrlCompileClasspath() - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
Returns a list of URL objects that represent the classpath elements.
getClassesDirectory() - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
Get the directory where Remote impl classes are located.
getClassesDirectory() - Method in class org.codehaus.mojo.rmic.RmicMojo
Get the directory where the project classes are located.
getClassesDirectory() - Method in class org.codehaus.mojo.rmic.TestRmicMojo
Get the directory where the project classes are located.
getCompilerId() - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
 
getId() - Method in exception org.codehaus.mojo.rmic.NoSuchRmiCompilerException
 
getLog() - Method in interface org.codehaus.mojo.rmic.RmiCompiler
Returns the defined log.
getLog() - Method in class org.codehaus.mojo.rmic.SunRmiCompiler
 
getOutputDirectory() - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
Get the directory where rmic generated class files are written.
getOutputDirectory() - Method in class org.codehaus.mojo.rmic.RmicMojo
Get the directory where rmic generated class files are written.
getOutputDirectory() - Method in class org.codehaus.mojo.rmic.TestRmicMojo
Get the directory where rmic generated class files are written.
getProjectClasspathElements() - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
Get the list of elements to add to the classpath of rmic
getProjectClasspathElements() - Method in class org.codehaus.mojo.rmic.RmicMojo
Get the list of classpath elements for the project.
getProjectClasspathElements() - Method in class org.codehaus.mojo.rmic.TestRmicMojo
Get the list of classpath elements for the project.
getRemoteClasses(Source) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
Search the input directory for classes to compile.
getRmicClasspathElements() - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
Get the list of elements to add to the classpath of rmic
getVersion() - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
 
getVersion() - Method in interface org.codehaus.mojo.rmic.RmicConfig
 
getVersion() - Method in class org.codehaus.mojo.rmic.Source
 

H

HelpMojo - Class in org.codehaus.mojo.rmic
Display help information on rmic-maven-plugin.
Call mvn rmic:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class org.codehaus.mojo.rmic.HelpMojo
 

I

includes - Variable in class org.codehaus.mojo.rmic.AbstractRmiMojo
A list of inclusions when searching for classes to compile.
includes - Variable in class org.codehaus.mojo.rmic.Source
A list of inclusions when searching for classes to compile.
isIdl() - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
 
isIdl() - Method in interface org.codehaus.mojo.rmic.RmicConfig
 
isIdl() - Method in class org.codehaus.mojo.rmic.Source
 
isIiop() - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
 
isIiop() - Method in interface org.codehaus.mojo.rmic.RmicConfig
 
isIiop() - Method in class org.codehaus.mojo.rmic.Source
 
isKeep() - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
 
isKeep() - Method in interface org.codehaus.mojo.rmic.RmicConfig
Keep intermediate files
isKeep() - Method in class org.codehaus.mojo.rmic.Source
 
isNoLocalStubs() - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
 
isNoLocalStubs() - Method in interface org.codehaus.mojo.rmic.RmicConfig
Do not create stubs optimized for same process.
isNoLocalStubs() - Method in class org.codehaus.mojo.rmic.Source
 
isNoValueMethods() - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
 
isNoValueMethods() - Method in interface org.codehaus.mojo.rmic.RmicConfig
Do not create methods for valuetypes.
isNoValueMethods() - Method in class org.codehaus.mojo.rmic.Source
 
isNowarn() - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
 
isNowarn() - Method in interface org.codehaus.mojo.rmic.RmicConfig
Turn off warnings
isNowarn() - Method in class org.codehaus.mojo.rmic.Source
 
isPoa() - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
 
isPoa() - Method in interface org.codehaus.mojo.rmic.RmicConfig
 
isPoa() - Method in class org.codehaus.mojo.rmic.Source
 
isVerbose() - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
 
isVerbose() - Method in interface org.codehaus.mojo.rmic.RmicConfig
Output messages about compilation
isVerbose() - Method in class org.codehaus.mojo.rmic.Source
 

N

NoSuchRmiCompilerException - Exception in org.codehaus.mojo.rmic
 
NoSuchRmiCompilerException(String) - Constructor for exception org.codehaus.mojo.rmic.NoSuchRmiCompilerException
Basic constructor

O

org.codehaus.mojo.rmic - package org.codehaus.mojo.rmic
 

P

PackageRmiMojo - Class in org.codehaus.mojo.rmic
Creates a jar containing the rmic generated classes.
PackageRmiMojo() - Constructor for class org.codehaus.mojo.rmic.PackageRmiMojo
 
project - Variable in class org.codehaus.mojo.rmic.AbstractRmiMojo
The maven project.
projectCompileClasspathElements - Variable in class org.codehaus.mojo.rmic.RmicMojo
Compile classpath of the maven project.
projectTestClasspathElements - Variable in class org.codehaus.mojo.rmic.TestRmicMojo
Compile classpath of the maven project.

R

RMIC_CLASSNAME - Static variable in class org.codehaus.mojo.rmic.SunRmiCompiler
The name of the class to use for rmi compilation.
RmicConfig - Interface in org.codehaus.mojo.rmic
Interface containing required methods for retrieving information necessary for rmi compilation to take place.
RmicMojo - Class in org.codehaus.mojo.rmic
Compiles rmi stubs and skeleton classes from a remote implementation class.
RmicMojo() - Constructor for class org.codehaus.mojo.rmic.RmicMojo
 
RmicMojo(AbstractRmiMojo.DependenciesFacade) - Constructor for class org.codehaus.mojo.rmic.RmicMojo
 
RmiCompiler - Interface in org.codehaus.mojo.rmic
 
RmiCompilerException - Exception in org.codehaus.mojo.rmic
 
RmiCompilerException(String) - Constructor for exception org.codehaus.mojo.rmic.RmiCompilerException
Basic constructor
RmiCompilerException(String, Throwable) - Constructor for exception org.codehaus.mojo.rmic.RmiCompilerException
 

S

setLog(Log) - Method in interface org.codehaus.mojo.rmic.RmiCompiler
Defines the logger to use.
setLog(Log) - Method in class org.codehaus.mojo.rmic.SunRmiCompiler
 
Source - Class in org.codehaus.mojo.rmic
Represents a group of class files to be processed by rmic, along with the desired options.
Source() - Constructor for class org.codehaus.mojo.rmic.Source
 
SunRmiCompiler - Class in org.codehaus.mojo.rmic
 
SunRmiCompiler() - Constructor for class org.codehaus.mojo.rmic.SunRmiCompiler
 

T

TestRmicMojo - Class in org.codehaus.mojo.rmic
Compiles rmi stubs and skeleton classes from a remote implementation class.
TestRmicMojo() - Constructor for class org.codehaus.mojo.rmic.TestRmicMojo
 
toString() - Method in class org.codehaus.mojo.rmic.Source
 
A C E G H I N O P R S T 
Skip navigation links

Copyright © 2006–2021 MojoHaus. All rights reserved.