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.
addClasspathEntry(String) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
addExclude(String) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
addInclude(String) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
addSourceLocation(String) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 

C

compiler - 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(RmiCompilerConfiguration) - Method in interface org.codehaus.mojo.rmic.RmiCompiler
Run the rmi compilation against the compiled classes.

G

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.
getClasspathEntries() - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
getExcludes() - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
getId() - Method in exception org.codehaus.mojo.rmic.NoSuchRmiCompilerException
 
getIncludes() - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
getLog() - Method in interface org.codehaus.mojo.rmic.RmiCompiler
Returns the defined log.
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.
getOutputLocation() - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
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.
getSourceFiles() - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
getSourceLocations() - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
getVersion() - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
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.RmiCompilerConfiguration
 
isIdl() - Method in class org.codehaus.mojo.rmic.Source
 
isIiop() - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
isIiop() - Method in class org.codehaus.mojo.rmic.Source
 
isKeep() - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
isKeep() - Method in class org.codehaus.mojo.rmic.Source
 
isNoLocalStubs() - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
isNoLocalStubs() - Method in class org.codehaus.mojo.rmic.Source
 
isNoValueMethods() - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
isNoValueMethods() - Method in class org.codehaus.mojo.rmic.Source
 
isNowarn() - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
isNowarn() - Method in class org.codehaus.mojo.rmic.Source
 
isPoa() - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
isPoa() - Method in class org.codehaus.mojo.rmic.Source
 
isVerbose() - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
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.

R

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
 
RmiCompilerConfiguration - Class in org.codehaus.mojo.rmic
Based on CompilerConfiguration, but since that class has too much javac-specific properties, create an custom version.
RmiCompilerConfiguration() - Constructor for class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
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

setClasspathEntries(List<String>) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
setExcludes(Set<String>) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
Specifies files to exclude from rmic processing
setExcludes(Set<String>) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
setExcludes(Set<String>) - Method in class org.codehaus.mojo.rmic.Source
 
setIdl(Boolean) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
Specifies whether the '-idl' option will be passed to the compiler.
setIdl(boolean) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
setIdl(Boolean) - Method in class org.codehaus.mojo.rmic.Source
 
setIiop(Boolean) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
Specifies whether the '-iiop' option will be passed to the compiler.
setIiop(boolean) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
setIiop(Boolean) - Method in class org.codehaus.mojo.rmic.Source
 
setIncludes(Set<String>) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
Specifies files to include in rmic processing
setIncludes(Set<String>) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
setIncludes(Set<String>) - Method in class org.codehaus.mojo.rmic.Source
 
setKeep(Boolean) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
Specifies whether the '-keep' option will be passed to the compiler.
setKeep(boolean) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
setKeep(Boolean) - Method in class org.codehaus.mojo.rmic.Source
 
setLog(Log) - Method in interface org.codehaus.mojo.rmic.RmiCompiler
Defines the logger to use.
setNoLocalStubs(Boolean) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
Specifies whether the '-nolocalstubs' option will be passed to the compiler.
setNoLocalStubs(boolean) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
setNoLocalStubs(Boolean) - Method in class org.codehaus.mojo.rmic.Source
 
setNoValueMethods(Boolean) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
Specifies whether the '-noValueMethods' option will be passed to the compiler.
setNoValueMethods(boolean) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
setNoValueMethods(Boolean) - Method in class org.codehaus.mojo.rmic.Source
 
setNowarn(Boolean) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
Specifies whether the '-warn' option will be passed to the compiler.
setNowarn(boolean) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
setNowarn(Boolean) - Method in class org.codehaus.mojo.rmic.Source
 
setOutputLocation(String) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
setPoa(Boolean) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
Specifies whether the '-poa' option will be passed to the compiler.
setPoa(boolean) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
setPoa(Boolean) - Method in class org.codehaus.mojo.rmic.Source
 
setSourceFiles(Set<File>) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
setSourceLocations(List<String>) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
setVerbose(Boolean) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
Specifies whether the '-verbose' option will be passed to the compiler.
setVerbose(boolean) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
setVerbose(Boolean) - Method in class org.codehaus.mojo.rmic.Source
 
setVersion(String) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
Specifies a version to be passed to the compiler.
setVersion(String) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
 
setVersion(String) - Method in class org.codehaus.mojo.rmic.Source
 
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
 

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 

Copyright © 2006–2017 MojoHaus. All rights reserved.