Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
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.
PackageRmiMojo
execute(RmicConfig, List)
- Method in interface org.codehaus.mojo.rmic.
RmiCompiler
execute(RmicConfig, List)
- Method in class org.codehaus.mojo.rmic.
SunRmiCompiler
F
fileToURL(File)
- Static method in class org.codehaus.mojo.rmic.
SunRmiCompiler
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
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
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
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
isNoLocalStubs()
- Method in class org.codehaus.mojo.rmic.
AbstractRmiMojo
isNoLocalStubs()
- Method in interface org.codehaus.mojo.rmic.
RmicConfig
isNoValueMethods()
- Method in class org.codehaus.mojo.rmic.
AbstractRmiMojo
isNoValueMethods()
- Method in interface org.codehaus.mojo.rmic.
RmicConfig
isNowarn()
- Method in class org.codehaus.mojo.rmic.
AbstractRmiMojo
isNowarn()
- Method in interface org.codehaus.mojo.rmic.
RmicConfig
isVerbose()
- Method in class org.codehaus.mojo.rmic.
AbstractRmiMojo
isVerbose()
- Method in interface org.codehaus.mojo.rmic.
RmicConfig
N
NoSuchRmiCompilerException
- Exception in
org.codehaus.mojo.rmic
NoSuchRmiCompilerException(String)
- Constructor for exception org.codehaus.mojo.rmic.
NoSuchRmiCompilerException
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
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
RmiCompilerException(String, Throwable)
- Constructor for exception org.codehaus.mojo.rmic.
RmiCompilerException
RmiCompilerManager
- Interface in
org.codehaus.mojo.rmic
ROLE
- Static variable in interface org.codehaus.mojo.rmic.
RmiCompiler
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
F
G
I
N
O
P
R
S
T
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011
Codehaus
. All Rights Reserved.