public class TestRmicMojo extends AbstractRmiMojo
AbstractRmiMojo.DependenciesFacade, AbstractRmiMojo.DependenciesFacadeImpl
Modifier and Type | Field and Description |
---|---|
protected java.util.List |
projectTestClasspathElements
Compile classpath of the maven project.
|
private java.io.File |
testClassesDirectory
Directory tree where the compiled Remote classes are located.
|
private java.io.File |
testOutputDirectory
Specifies where to place rmic generated class files.
|
compilerId, excludes, includes, project
Constructor and Description |
---|
TestRmicMojo() |
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 testOutputDirectory
private java.io.File testClassesDirectory
protected java.util.List projectTestClasspathElements
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