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 List<String> |
additionalClasspathElements |
protected Object |
classRealm |
protected org.apache.maven.project.MavenProject |
project |
protected Properties |
systemProperties
Extra System properties injected as a property collection.
|
| Constructor and Description |
|---|
ClassRealmMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addURL(URL url) |
void |
execute() |
org.apache.maven.project.MavenProject |
getProject() |
Properties |
getSystemProperties() |
protected org.apache.maven.project.MavenProject project
protected Object classRealm
protected Properties systemProperties
public org.apache.maven.project.MavenProject getProject()
public Properties getSystemProperties()
protected void addURL(URL url)
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2018. All rights reserved.