A B C D E F G H I K L M N O P R S T V W 
All Classes All Packages

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.
AbstractRmiMojo(AbstractRmiMojo.DependenciesFacade) - Constructor for class org.codehaus.mojo.rmic.AbstractRmiMojo
Creates the abstract class using the specified implementation of the dependencies.
AbstractRmiMojo.DependenciesFacade - Interface in org.codehaus.mojo.rmic
An interface for dependencies on the file system and related mojo base classes.
AbstractRmiMojo.DependenciesFacadeImpl - Class in org.codehaus.mojo.rmic
Standard file system and mojo dependencies.
append(StringBuilder, String, int) - Method in class org.codehaus.mojo.rmic.HelpMojo
Append a description to the buffer by respecting the indentSize and lineLength parameters.
appendIfTrue(StringBuffer, boolean, String) - Method in class org.codehaus.mojo.rmic.Source
 

B

build() - Method in class org.codehaus.mojo.rmic.HelpMojo
 
buildClasspath(List) - Method in class org.codehaus.mojo.rmic.SunRmiCompiler
 

C

classesDirectory - Variable in class org.codehaus.mojo.rmic.RmicMojo
Directory tree where the compiled Remote classes are located.
classifier - Variable in class org.codehaus.mojo.rmic.PackageRmiMojo
Classifier to append to the jar.
classLoader - Variable in class org.codehaus.mojo.rmic.SunRmiCompiler.ClassLoaderFacadeImpl
 
classLoaderFacade - Static variable in class org.codehaus.mojo.rmic.SunRmiCompiler
 
ClassLoaderFacadeImpl() - Constructor for class org.codehaus.mojo.rmic.SunRmiCompiler.ClassLoaderFacadeImpl
 
compilerId - Variable in class org.codehaus.mojo.rmic.AbstractRmiMojo
The id of the rmi compiler to use.
createOneElementSet(Object) - Static method in class org.codehaus.mojo.rmic.Source
 
createScanner(Set, Set) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
 
createSourceInclusionScanner(int, Set, Set) - Method in interface org.codehaus.mojo.rmic.AbstractRmiMojo.DependenciesFacade
 
createSourceInclusionScanner(int, Set, Set) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo.DependenciesFacadeImpl
 

D

DEFAULT_LINE_LENGTH - Static variable in class org.codehaus.mojo.rmic.HelpMojo
 
defineUrlClassLoader(URL[]) - Method in interface org.codehaus.mojo.rmic.AbstractRmiMojo.DependenciesFacade
 
defineUrlClassLoader(URL[]) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo.DependenciesFacadeImpl
 
dependencies - Variable in class org.codehaus.mojo.rmic.AbstractRmiMojo
The interface between ths class and the rest of the world - unit tests replace the default implementation.
DEPENDENCIES_FACADE - Static variable in class org.codehaus.mojo.rmic.AbstractRmiMojo
The default implementation of the dependencies.
DependenciesFacadeImpl() - Constructor for class org.codehaus.mojo.rmic.AbstractRmiMojo.DependenciesFacadeImpl
 
detail - Variable in class org.codehaus.mojo.rmic.HelpMojo
If true, display all settable properties for each goal.
doExecute(Source) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
 

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.PackageRmiMojo
The file patterns to exclude from the jar.
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
executeMain(Class, String[]) - Method in class org.codehaus.mojo.rmic.SunRmiCompiler
 

F

fileExists(File) - Method in interface org.codehaus.mojo.rmic.AbstractRmiMojo.DependenciesFacade
 
fileExists(File) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo.DependenciesFacadeImpl
 
fileToClassName(String) - Static method in class org.codehaus.mojo.rmic.AbstractRmiMojo
 
finalName - Variable in class org.codehaus.mojo.rmic.PackageRmiMojo
The base name of the generated jar.
findNamedChild(Node, String) - Method in class org.codehaus.mojo.rmic.HelpMojo
 
findSingleChild(Node, String) - Method in class org.codehaus.mojo.rmic.HelpMojo
 

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.
getClassName(File) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
 
getCompilerId() - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
 
getExcludes() - Method in class org.codehaus.mojo.rmic.Source
 
getExcludes(Source) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
 
getId() - Method in exception org.codehaus.mojo.rmic.NoSuchRmiCompilerException
 
getIncludes() - Method in class org.codehaus.mojo.rmic.Source
 
getIndentLevel(String) - Static method in class org.codehaus.mojo.rmic.HelpMojo
Gets the indentation level of the specified line.
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.
getPropertyFromExpression(String) - Method in class org.codehaus.mojo.rmic.HelpMojo
 
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
getSingleChild(Node, String) - Method in class org.codehaus.mojo.rmic.HelpMojo
 
getSources() - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
Get the list of sub-configurations.
getUrls() - Method in interface org.codehaus.mojo.rmic.SunRmiCompiler.ClassLoaderFacade
 
getUrls() - Method in class org.codehaus.mojo.rmic.SunRmiCompiler.ClassLoaderFacadeImpl
 
getValue(Node, String) - Method in class org.codehaus.mojo.rmic.HelpMojo
 
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
 
goal - Variable in class org.codehaus.mojo.rmic.HelpMojo
The name of the goal for which to show help.

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

id - Variable in exception org.codehaus.mojo.rmic.NoSuchRmiCompilerException
The id of the compiler
idl - Variable in class org.codehaus.mojo.rmic.AbstractRmiMojo
Create IDL.
idl - Variable in class org.codehaus.mojo.rmic.Source
Create IDL.
iiop - Variable in class org.codehaus.mojo.rmic.AbstractRmiMojo
Create stubs for IIOP.
iiop - Variable in class org.codehaus.mojo.rmic.Source
Create stubs for IIOP.
INCLUDE_ALL - Static variable in class org.codehaus.mojo.rmic.Source
 
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.PackageRmiMojo
The file patterns to include in the jar.
includes - Variable in class org.codehaus.mojo.rmic.Source
A list of inclusions when searching for classes to compile.
indentSize - Variable in class org.codehaus.mojo.rmic.HelpMojo
The number of spaces per indentation level, should be positive.
isEmpty(Collection) - Static method in class org.codehaus.mojo.rmic.Source
 
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
 
isNotEmpty(String) - Static method in class org.codehaus.mojo.rmic.HelpMojo
 
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
 
isRemoteRmiClass(Class) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
 
isSetOrDefault(Boolean, boolean) - Static 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
 

K

keep - Variable in class org.codehaus.mojo.rmic.AbstractRmiMojo
Do not delete intermediate generated source files.
keep - Variable in class org.codehaus.mojo.rmic.Source
Do not delete intermediate generated source files.

L

lineLength - Variable in class org.codehaus.mojo.rmic.HelpMojo
The maximum length of a display line, should be positive.
loadClass(String) - Method in interface org.codehaus.mojo.rmic.AbstractRmiMojo.DependenciesFacade
 
loadClass(String) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo.DependenciesFacadeImpl
 
loadClass(String) - Method in interface org.codehaus.mojo.rmic.SunRmiCompiler.ClassLoaderFacade
 
loadClass(String) - Method in class org.codehaus.mojo.rmic.SunRmiCompiler.ClassLoaderFacadeImpl
 
loader - Static variable in class org.codehaus.mojo.rmic.AbstractRmiMojo.DependenciesFacadeImpl
 
loadRmicClass() - Method in class org.codehaus.mojo.rmic.SunRmiCompiler
 
logClasspath(Log, URL[]) - Method in class org.codehaus.mojo.rmic.SunRmiCompiler
 
logger - Variable in class org.codehaus.mojo.rmic.SunRmiCompiler
 

M

mojo - Variable in class org.codehaus.mojo.rmic.Source
 

N

noLocalStubs - Variable in class org.codehaus.mojo.rmic.AbstractRmiMojo
Do not create stubs optimized for same process.
noLocalStubs - Variable in class org.codehaus.mojo.rmic.Source
Do not create stubs optimized for same process.
NoSuchRmiCompilerException - Exception in org.codehaus.mojo.rmic
 
NoSuchRmiCompilerException(String) - Constructor for exception org.codehaus.mojo.rmic.NoSuchRmiCompilerException
Basic constructor
noValueMethods - Variable in class org.codehaus.mojo.rmic.AbstractRmiMojo
Do not generate methods for valuetypes.
noValueMethods - Variable in class org.codehaus.mojo.rmic.Source
Do not generate methods for valuetypes.
nowarn - Variable in class org.codehaus.mojo.rmic.AbstractRmiMojo
Turn off rmic warnings.
nowarn - Variable in class org.codehaus.mojo.rmic.Source
Turn off rmic warnings.

O

org.codehaus.mojo.rmic - package org.codehaus.mojo.rmic
 
outputDirectory - Variable in class org.codehaus.mojo.rmic.PackageRmiMojo
This directory contains the output of rmic (where the Stub classes are located).
outputDirectory - Variable in class org.codehaus.mojo.rmic.RmicMojo
Specifies where to place rmic generated class files.

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
 
PLUGIN_HELP_PATH - Static variable in class org.codehaus.mojo.rmic.HelpMojo
 
poa - Variable in class org.codehaus.mojo.rmic.AbstractRmiMojo
Enable poa generation.
poa - Variable in class org.codehaus.mojo.rmic.Source
Enable poa generation.
prependUrls(URL[]) - Method in interface org.codehaus.mojo.rmic.SunRmiCompiler.ClassLoaderFacade
 
prependUrls(URL[]) - Method in class org.codehaus.mojo.rmic.SunRmiCompiler.ClassLoaderFacadeImpl
 
project - Variable in class org.codehaus.mojo.rmic.AbstractRmiMojo
The maven project.
project - Variable in class org.codehaus.mojo.rmic.PackageRmiMojo
 
projectCompileClasspathElements - Variable in class org.codehaus.mojo.rmic.RmicMojo
Compile classpath of the maven project.
projectHelper - Variable in class org.codehaus.mojo.rmic.PackageRmiMojo
The maven project helper.
projectTestClasspathElements - Variable in class org.codehaus.mojo.rmic.TestRmicMojo
Compile classpath of the maven project.

R

repeat(String, int) - Static method in class org.codehaus.mojo.rmic.HelpMojo
Repeat a String n times to form a new string.
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

setClassLoaderFacade(SunRmiCompiler.ClassLoaderFacade) - Static method in class org.codehaus.mojo.rmic.SunRmiCompiler
Specifies the implementation of the classloader facade to use
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
 
setRmiMojo(AbstractRmiMojo) - 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
 
sources - Variable in class org.codehaus.mojo.rmic.AbstractRmiMojo
A List of Source configurations to compile.
staleMillis - Variable in class org.codehaus.mojo.rmic.AbstractRmiMojo
Time in milliseconds between automatic recompilations.
STUB_CLASS_PATTERN - Static variable in class org.codehaus.mojo.rmic.AbstractRmiMojo
 
SunRmiCompiler - Class in org.codehaus.mojo.rmic
 
SunRmiCompiler() - Constructor for class org.codehaus.mojo.rmic.SunRmiCompiler
 
SunRmiCompiler.ClassLoaderFacade - Interface in org.codehaus.mojo.rmic
An interface for dependencies on classloading - enables unit testing.
SunRmiCompiler.ClassLoaderFacadeImpl - Class in org.codehaus.mojo.rmic
The production implementation of the classloader dependencies.

T

target - Variable in class org.codehaus.mojo.rmic.PackageRmiMojo
The directory to which the generated jar should be written.
testClassesDirectory - Variable in class org.codehaus.mojo.rmic.TestRmicMojo
Directory tree where the compiled Remote classes are located.
testOutputDirectory - Variable in class org.codehaus.mojo.rmic.TestRmicMojo
Specifies where to place rmic generated class files.
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
 
toLines(String, int, int, int) - Static method in class org.codehaus.mojo.rmic.HelpMojo
Splits the specified text into lines of convenient display length.
toLines(List<String>, String, int, int) - Static method in class org.codehaus.mojo.rmic.HelpMojo
Adds the specified line to the output sequence, performing line wrapping if necessary.
toString() - Method in class org.codehaus.mojo.rmic.Source
 

V

verbose - Variable in class org.codehaus.mojo.rmic.AbstractRmiMojo
Enable verbose output.
verbose - Variable in class org.codehaus.mojo.rmic.Source
Enable verbose output.
version - Variable in class org.codehaus.mojo.rmic.AbstractRmiMojo
The version of the rmi protocol to which the stubs should be compiled.
version - Variable in class org.codehaus.mojo.rmic.Source
The version of the rmi protocol to which the stubs should be compiled.

W

writeGoal(StringBuilder, String, Element) - Method in class org.codehaus.mojo.rmic.HelpMojo
 
writeParameter(StringBuilder, Node, Node) - Method in class org.codehaus.mojo.rmic.HelpMojo
 
A B C D E F G H I K L M N O P R S T V W 
All Classes All Packages