public class RmicMojo extends AbstractRmiMojo
Modifier and Type | Field and Description |
---|---|
protected List |
projectCompileClasspathElements
Compile classpath of the maven project.
|
compilerId, excludes, includes, project
Constructor and Description |
---|
RmicMojo() |
RmicMojo(org.codehaus.mojo.rmic.AbstractRmiMojo.DependenciesFacade dependencies) |
Modifier and Type | Method and Description |
---|---|
File |
getClassesDirectory()
Get the directory where the project classes are located.
|
File |
getOutputDirectory()
Get the directory where rmic generated class files are written.
|
List |
getProjectClasspathElements()
Get the list of classpath elements for the project.
|
execute, generateUrlCompileClasspath, getCompilerId, getRemoteClasses, getRmicClasspathElements, getVersion, isIdl, isIiop, isKeep, isNoLocalStubs, isNoValueMethods, isNowarn, isPoa, isVerbose
protected List projectCompileClasspathElements
public RmicMojo()
public RmicMojo(org.codehaus.mojo.rmic.AbstractRmiMojo.DependenciesFacade dependencies)
public File getOutputDirectory()
getOutputDirectory
in class AbstractRmiMojo
public File getClassesDirectory()
getClassesDirectory
in class AbstractRmiMojo
public List getProjectClasspathElements()
getProjectClasspathElements
in class AbstractRmiMojo
Copyright © 2006–2020 MojoHaus. All rights reserved.