|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.rmic.AbstractRmiMojo
org.codehaus.mojo.rmic.TestRmicMojo
public class TestRmicMojo
Compiles rmi stubs and skeleton classes from a remote implementation class. By default runs against files in the test-classes directory.
Field Summary | |
---|---|
protected java.util.List |
projectTestClasspathElements
Compile classpath of the maven project. |
Fields inherited from class org.codehaus.mojo.rmic.AbstractRmiMojo |
---|
compilerId, excludes, includes, project |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
TestRmicMojo()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.codehaus.mojo.rmic.AbstractRmiMojo |
---|
execute, generateUrlCompileClasspath, getCompilerId, getRmicClasspathElements, getVersion, isIdl, isIiop, isKeep, isNoLocalStubs, isNoValueMethods, isNowarn, isVerbose, scanForRemoteClasses |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
---|
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List projectTestClasspathElements
Constructor Detail |
---|
public TestRmicMojo()
Method Detail |
---|
public java.io.File getOutputDirectory()
getOutputDirectory
in interface RmicConfig
getOutputDirectory
in class AbstractRmiMojo
public java.io.File getClassesDirectory()
getClassesDirectory
in class AbstractRmiMojo
public java.util.List getProjectClasspathElements()
getProjectClasspathElements
in class AbstractRmiMojo
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |