public class RmicMojo extends AbstractRmiMojo
AbstractRmiMojo.DependenciesFacade, AbstractRmiMojo.DependenciesFacadeImpl
Modifier and Type | Field and Description |
---|---|
private java.io.File |
classesDirectory
Directory tree where the compiled Remote classes are located.
|
private java.io.File |
outputDirectory
Specifies where to place rmic generated class files.
|
protected java.util.List |
projectCompileClasspathElements
Compile classpath of the maven project.
|
compilerId, excludes, includes, project
Constructor and Description |
---|
RmicMojo() |
RmicMojo(AbstractRmiMojo.DependenciesFacade dependencies) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getClassesDirectory()
Get the directory where the project classes are located.
|
java.io.File |
getOutputDirectory()
Get the directory where rmic generated class files are written.
|
java.util.List |
getProjectClasspathElements()
Get the list of classpath elements for the project.
|
execute, generateUrlCompileClasspath, getCompilerId, getRemoteClasses, getRmicClasspathElements, getSources, getVersion, isIdl, isIiop, isKeep, isNoLocalStubs, isNoValueMethods, isNowarn, isPoa, isVerbose
private java.io.File outputDirectory
private java.io.File classesDirectory
protected java.util.List projectCompileClasspathElements
public RmicMojo()
public RmicMojo(AbstractRmiMojo.DependenciesFacade dependencies)
public java.io.File getOutputDirectory()
getOutputDirectory
in class AbstractRmiMojo
public java.io.File getClassesDirectory()
getClassesDirectory
in class AbstractRmiMojo
public java.util.List getProjectClasspathElements()
getProjectClasspathElements
in class AbstractRmiMojo