Modifier and Type | Method and Description |
---|---|
private void |
ExecutionEventLogger.appendForkInfo(org.apache.maven.shared.utils.logging.MessageBuilder buffer,
MojoDescriptor md) |
Modifier and Type | Method and Description |
---|---|
(package private) MojoDescriptor |
DefaultLifecycleExecutor.getMojoDescriptor(java.lang.String task,
MavenSession session,
MavenProject project,
java.lang.String invokedVia,
boolean canUsePrefix,
boolean isOptionalMojo) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<MojoDescriptor> |
MavenExecutionPlan.getNonThreadSafeMojos()
Get set of mojos used but not marked @threadSafe
|
Modifier and Type | Method and Description |
---|---|
MojoDescriptor |
MojoDescriptorCreator.getMojoDescriptor(java.lang.String task,
MavenSession session,
MavenProject project) |
Modifier and Type | Method and Description |
---|---|
static org.codehaus.plexus.util.xml.Xpp3Dom |
MojoDescriptorCreator.convert(MojoDescriptor mojoDescriptor) |
void |
MojoExecutor.ensureDependenciesAreResolved(MojoDescriptor mojoDescriptor,
MavenSession session,
DependencyContext dependencyContext) |
private ArtifactFilter |
MojoExecutor.getArtifactFilter(MojoDescriptor mojoDescriptor) |
private org.codehaus.plexus.util.xml.Xpp3Dom |
DefaultLifecycleExecutionPlanCalculator.getMojoConfiguration(MojoDescriptor mojoDescriptor) |
Modifier and Type | Method and Description |
---|---|
private void |
DefaultLifecycleExecutionPlanCalculator.calculateForkedExecutions(MojoExecution mojoExecution,
MavenSession session,
MavenProject project,
java.util.Collection<MojoDescriptor> alreadyForkedExecutions) |
private java.util.List<MojoExecution> |
DefaultLifecycleExecutionPlanCalculator.calculateForkedGoal(MojoExecution mojoExecution,
MavenSession session,
MavenProject project,
java.util.Collection<MojoDescriptor> alreadyForkedExecutions) |
private java.util.List<MojoExecution> |
DefaultLifecycleExecutionPlanCalculator.calculateForkedLifecycle(MojoExecution mojoExecution,
MavenSession session,
MavenProject project,
java.util.Collection<MojoDescriptor> alreadyForkedExecutions) |
Modifier and Type | Field and Description |
---|---|
private MojoDescriptor |
PluginParameterException.mojo |
private MojoDescriptor |
MojoExecution.mojoDescriptor |
Modifier and Type | Method and Description |
---|---|
MojoDescriptor |
MojoExecution.getMojoDescriptor() |
MojoDescriptor |
PluginParameterException.getMojoDescriptor() |
MojoDescriptor |
MavenPluginManager.getMojoDescriptor(Plugin plugin,
java.lang.String goal,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session)
Retrieves the descriptor for the specified plugin goal from the plugin's main artifact.
|
MojoDescriptor |
BuildPluginManager.getMojoDescriptor(Plugin plugin,
java.lang.String goal,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session) |
MojoDescriptor |
DefaultBuildPluginManager.getMojoDescriptor(Plugin plugin,
java.lang.String goal,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session) |
Modifier and Type | Method and Description |
---|---|
private static void |
PluginParameterException.decomposeParameterIntoUserInstructions(MojoDescriptor mojo,
Parameter param,
java.lang.StringBuilder messageBuffer) |
void |
MojoExecution.setMojoDescriptor(MojoDescriptor mojoDescriptor) |
Modifier and Type | Method and Description |
---|---|
private static java.util.List<org.codehaus.plexus.component.repository.ComponentDescriptor<?>> |
DefaultPluginDescriptorCache.clone(java.util.List<MojoDescriptor> mojos,
PluginDescriptor pluginDescriptor) |
Constructor and Description |
---|
MojoExecution(MojoDescriptor mojoDescriptor) |
MojoExecution(MojoDescriptor mojoDescriptor,
java.lang.String executionId) |
MojoExecution(MojoDescriptor mojoDescriptor,
java.lang.String executionId,
MojoExecution.Source source) |
MojoExecution(MojoDescriptor mojoDescriptor,
org.codehaus.plexus.util.xml.Xpp3Dom configuration) |
PluginContainerException(MojoDescriptor mojoDescriptor,
org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm,
java.lang.String message,
org.codehaus.plexus.component.repository.exception.ComponentLookupException e) |
PluginContainerException(MojoDescriptor mojoDescriptor,
org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm,
java.lang.String message,
java.lang.Throwable e) |
PluginManagerException(MojoDescriptor mojoDescriptor,
MavenProject project,
java.lang.String message) |
PluginManagerException(MojoDescriptor mojoDescriptor,
MavenProject project,
java.lang.String message,
org.codehaus.plexus.classworlds.realm.NoSuchRealmException cause) |
PluginManagerException(MojoDescriptor mojoDescriptor,
MavenProject project,
java.lang.String message,
java.lang.Throwable cause) |
PluginManagerException(MojoDescriptor mojoDescriptor,
java.lang.String message,
MavenProject project,
org.codehaus.plexus.PlexusContainerException cause) |
PluginManagerException(MojoDescriptor mojoDescriptor,
java.lang.String message,
java.lang.Throwable cause) |
PluginParameterException(MojoDescriptor mojo,
java.util.List<Parameter> parameters) |
Modifier and Type | Method and Description |
---|---|
MojoDescriptor |
PluginDescriptorBuilder.buildComponentDescriptor(org.codehaus.plexus.configuration.PlexusConfiguration c,
PluginDescriptor pluginDescriptor) |
MojoDescriptor |
MojoDescriptor.clone()
Creates a shallow copy of this mojo descriptor.
|
MojoDescriptor |
PluginDescriptor.getMojo(java.lang.String goal) |
Modifier and Type | Method and Description |
---|---|
java.util.List<MojoDescriptor> |
PluginDescriptor.getMojos() |
Modifier and Type | Method and Description |
---|---|
void |
PluginDescriptor.addMojo(MojoDescriptor mojoDescriptor) |
Modifier and Type | Method and Description |
---|---|
MojoDescriptor |
DefaultMavenPluginManager.getMojoDescriptor(Plugin plugin,
java.lang.String goal,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session) |
Modifier and Type | Method and Description |
---|---|
private void |
DefaultMavenPluginManager.populatePluginFields(java.lang.Object mojo,
MojoDescriptor mojoDescriptor,
org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm,
org.codehaus.plexus.configuration.PlexusConfiguration configuration,
org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator expressionEvaluator) |
private void |
DefaultMavenPluginManager.validateParameters(MojoDescriptor mojoDescriptor,
org.codehaus.plexus.configuration.PlexusConfiguration configuration,
org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator expressionEvaluator) |
Constructor and Description |
---|
ValidatingConfigurationListener(java.lang.Object mojo,
MojoDescriptor mojoDescriptor,
org.codehaus.plexus.component.configurator.ConfigurationListener delegate) |