| Package | Description | 
|---|---|
| org.apache.maven.plugin | |
| org.apache.maven.plugin.internal | 
| Modifier and Type | Method and Description | 
|---|---|
<T> T | 
MavenPluginManager.getConfiguredMojo(Class<T> mojoInterface,
                 MavenSession session,
                 MojoExecution mojoExecution)
Looks up the mojo for the specified mojo execution and populates its parameters from the configuration given by
 the mojo execution. 
 | 
void | 
MavenPluginManager.setupPluginRealm(PluginDescriptor pluginDescriptor,
                MavenSession session,
                ClassLoader parent,
                List<String> imports,
                DependencyFilter filter)
Sets up the class realm for the specified plugin. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T> T | 
DefaultMavenPluginManager.getConfiguredMojo(Class<T> mojoInterface,
                 MavenSession session,
                 MojoExecution mojoExecution)  | 
void | 
DefaultMavenPluginManager.setupPluginRealm(PluginDescriptor pluginDescriptor,
                MavenSession session,
                ClassLoader parent,
                List<String> imports,
                DependencyFilter filter)  | 
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.