Uses of Class
org.apache.maven.plugin.descriptor.MojoDescriptor
Packages that use MojoDescriptor
Package
Description
-
Uses of MojoDescriptor in org.apache.maven.cli.event
Methods in org.apache.maven.cli.event with parameters of type MojoDescriptorModifier and TypeMethodDescriptionprivate void
ExecutionEventLogger.appendForkInfo
(org.apache.maven.shared.utils.logging.MessageBuilder buffer, MojoDescriptor md) -
Uses of MojoDescriptor in org.apache.maven.lifecycle
Methods in org.apache.maven.lifecycle that return MojoDescriptorModifier and TypeMethodDescription(package private) MojoDescriptor
DefaultLifecycleExecutor.getMojoDescriptor
(String task, MavenSession session, MavenProject project, String invokedVia, boolean canUsePrefix, boolean isOptionalMojo) Methods in org.apache.maven.lifecycle that return types with arguments of type MojoDescriptorModifier and TypeMethodDescriptionMavenExecutionPlan.getNonThreadSafeMojos()
Get set of mojos used but not marked @threadSafe -
Uses of MojoDescriptor in org.apache.maven.lifecycle.internal
Methods in org.apache.maven.lifecycle.internal that return MojoDescriptorModifier and TypeMethodDescriptionMojoDescriptorCreator.getMojoDescriptor
(String task, MavenSession session, MavenProject project) Methods in org.apache.maven.lifecycle.internal with parameters of type MojoDescriptorModifier and TypeMethodDescriptionstatic 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) Method parameters in org.apache.maven.lifecycle.internal with type arguments of type MojoDescriptorModifier and TypeMethodDescriptionprivate void
DefaultLifecycleExecutionPlanCalculator.calculateForkedExecutions
(MojoExecution mojoExecution, MavenSession session, MavenProject project, Collection<MojoDescriptor> alreadyForkedExecutions) private List<MojoExecution>
DefaultLifecycleExecutionPlanCalculator.calculateForkedGoal
(MojoExecution mojoExecution, MavenSession session, MavenProject project, Collection<MojoDescriptor> alreadyForkedExecutions) private List<MojoExecution>
DefaultLifecycleExecutionPlanCalculator.calculateForkedLifecycle
(MojoExecution mojoExecution, MavenSession session, MavenProject project, Collection<MojoDescriptor> alreadyForkedExecutions) -
Uses of MojoDescriptor in org.apache.maven.plugin
Fields in org.apache.maven.plugin declared as MojoDescriptorModifier and TypeFieldDescriptionprivate final MojoDescriptor
PluginParameterException.mojo
private MojoDescriptor
MojoExecution.mojoDescriptor
Methods in org.apache.maven.plugin that return MojoDescriptorModifier and TypeMethodDescriptionBuildPluginManager.getMojoDescriptor
(Plugin plugin, String goal, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) DefaultBuildPluginManager.getMojoDescriptor
(Plugin plugin, String goal, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) MavenPluginManager.getMojoDescriptor
(Plugin plugin, String goal, 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.MojoExecution.getMojoDescriptor()
PluginParameterException.getMojoDescriptor()
Methods in org.apache.maven.plugin with parameters of type MojoDescriptorModifier and TypeMethodDescriptionprivate static void
PluginParameterException.decomposeParameterIntoUserInstructions
(MojoDescriptor mojo, Parameter param, StringBuilder messageBuffer) void
MojoExecution.setMojoDescriptor
(MojoDescriptor mojoDescriptor) Method parameters in org.apache.maven.plugin with type arguments of type MojoDescriptorModifier and TypeMethodDescriptionprivate static List<org.codehaus.plexus.component.repository.ComponentDescriptor<?>>
DefaultPluginDescriptorCache.clone
(List<MojoDescriptor> mojos, PluginDescriptor pluginDescriptor) Constructors in org.apache.maven.plugin with parameters of type MojoDescriptorModifierConstructorDescriptionMojoExecution
(MojoDescriptor mojoDescriptor) MojoExecution
(MojoDescriptor mojoDescriptor, String executionId) MojoExecution
(MojoDescriptor mojoDescriptor, 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, String message, Throwable e) PluginContainerException
(MojoDescriptor mojoDescriptor, org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm, String message, org.codehaus.plexus.component.repository.exception.ComponentLookupException e) protected
PluginManagerException
(MojoDescriptor mojoDescriptor, String message, Throwable cause) PluginManagerException
(MojoDescriptor mojoDescriptor, String message, MavenProject project, org.codehaus.plexus.PlexusContainerException cause) protected
PluginManagerException
(MojoDescriptor mojoDescriptor, MavenProject project, String message) protected
PluginManagerException
(MojoDescriptor mojoDescriptor, MavenProject project, String message, Throwable cause) PluginManagerException
(MojoDescriptor mojoDescriptor, MavenProject project, String message, org.codehaus.plexus.classworlds.realm.NoSuchRealmException cause) PluginParameterException
(MojoDescriptor mojo, List<Parameter> parameters) -
Uses of MojoDescriptor in org.apache.maven.plugin.descriptor
Methods in org.apache.maven.plugin.descriptor that return MojoDescriptorModifier and TypeMethodDescriptionPluginDescriptorBuilder.buildComponentDescriptor
(org.codehaus.plexus.configuration.PlexusConfiguration c, PluginDescriptor pluginDescriptor) MojoDescriptor.clone()
Creates a shallow copy of this mojo descriptor.Methods in org.apache.maven.plugin.descriptor that return types with arguments of type MojoDescriptorMethods in org.apache.maven.plugin.descriptor with parameters of type MojoDescriptor -
Uses of MojoDescriptor in org.apache.maven.plugin.internal
Methods in org.apache.maven.plugin.internal that return MojoDescriptorModifier and TypeMethodDescriptionDefaultMavenPluginManager.getMojoDescriptor
(Plugin plugin, String goal, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) Methods in org.apache.maven.plugin.internal with parameters of type MojoDescriptorModifier and TypeMethodDescriptionprivate void
DefaultMavenPluginManager.populatePluginFields
(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) Constructors in org.apache.maven.plugin.internal with parameters of type MojoDescriptorModifierConstructorDescription(package private)
ValidatingConfigurationListener
(Object mojo, MojoDescriptor mojoDescriptor, org.codehaus.plexus.component.configurator.ConfigurationListener delegate)