public abstract class ClassRealmMojo
extends org.apache.maven.plugin.AbstractMojo
additionalClasspathElements List parameter,
as well as system properties using the {@link ClassRealmMojo.systemProperties systemProperties)
Properties collection parameter.| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
additionalClasspathElements |
protected java.lang.Object |
classRealm |
protected org.apache.maven.project.MavenProject |
project |
protected java.util.Properties |
systemProperties
Extra System properties injected as a property collection.
|
| Constructor and Description |
|---|
ClassRealmMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addURL(java.net.URL url) |
void |
execute() |
org.apache.maven.project.MavenProject |
getProject() |
java.util.Properties |
getSystemProperties() |
protected org.apache.maven.project.MavenProject project
protected java.lang.Object classRealm
protected java.util.List<java.lang.String> additionalClasspathElements
protected java.util.Properties systemProperties
public org.apache.maven.project.MavenProject getProject()
public java.util.Properties getSystemProperties()
protected void addURL(java.net.URL url)
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2015. All Rights Reserved.