Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
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
C
compilerId
- Variable in class org.codehaus.mojo.rmic.
AbstractRmiMojo
The id of the rmi compiler to use.
D
DefaultRmiCompilerManager
- Class in
org.codehaus.mojo.rmic
DefaultRmiCompilerManager()
- Constructor for class org.codehaus.mojo.rmic.
DefaultRmiCompilerManager
E
excludes
- Variable in class org.codehaus.mojo.rmic.
AbstractRmiMojo
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(RmicConfig, List)
- Method in interface org.codehaus.mojo.rmic.
RmiCompiler
Run the rmi compilation against the compiled classes.
execute(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
getOutputDirectory()
- Method in class org.codehaus.mojo.rmic.
AbstractRmiMojo
Get the directory where rmic generated class files are written.
getOutputDirectory()
- Method in interface org.codehaus.mojo.rmic.
RmicConfig
The directory to put the output
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.
getRmicClasspathElements()
- Method in class org.codehaus.mojo.rmic.
AbstractRmiMojo
Get the list of elements to add to the classpath of rmic
getRmicClasspathElements()
- Method in interface org.codehaus.mojo.rmic.
RmicConfig
getRmiCompiler(String)
- Method in class org.codehaus.mojo.rmic.
DefaultRmiCompilerManager
Default compiler factory.
getRmiCompiler(String)
- Method in interface org.codehaus.mojo.rmic.
RmiCompilerManager
getVersion()
- Method in class org.codehaus.mojo.rmic.
AbstractRmiMojo
getVersion()
- Method in interface org.codehaus.mojo.rmic.
RmicConfig
H
HelpMojo
- Class in
org.codehaus.mojo.rmic
Display help information on rmic-maven-plugin.
Call
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.
isIdl()
- Method in class org.codehaus.mojo.rmic.
AbstractRmiMojo
isIdl()
- Method in interface org.codehaus.mojo.rmic.
RmicConfig
isIiop()
- Method in class org.codehaus.mojo.rmic.
AbstractRmiMojo
isIiop()
- Method in interface org.codehaus.mojo.rmic.
RmicConfig
isKeep()
- Method in class org.codehaus.mojo.rmic.
AbstractRmiMojo
isKeep()
- Method in interface org.codehaus.mojo.rmic.
RmicConfig
Keep intermediate files
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.
isNoValueMethods()
- Method in class org.codehaus.mojo.rmic.
AbstractRmiMojo
isNoValueMethods()
- Method in interface org.codehaus.mojo.rmic.
RmicConfig
Do not create methods for valuetypes.
isNowarn()
- Method in class org.codehaus.mojo.rmic.
AbstractRmiMojo
isNowarn()
- Method in interface org.codehaus.mojo.rmic.
RmicConfig
Turn off warnings
isVerbose()
- Method in class org.codehaus.mojo.rmic.
AbstractRmiMojo
isVerbose()
- Method in interface org.codehaus.mojo.rmic.
RmicConfig
Output messages about compilation
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
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
RmiCompilerManager
- Interface in
org.codehaus.mojo.rmic
S
scanForRemoteClasses()
- Method in class org.codehaus.mojo.rmic.
AbstractRmiMojo
Search the input directory for classes to compile.
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
A
C
D
E
G
H
I
N
O
P
R
S
T
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2006-2014
Codehaus
. All Rights Reserved.