Uses of Class
org.apache.maven.plugin.descriptor.MojoDescriptor
-
-
Uses of MojoDescriptor in org.apache.maven.cli.event
Methods in org.apache.maven.cli.event with parameters of type MojoDescriptor Modifier and Type Method Description private voidExecutionEventLogger. 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 MojoDescriptor Modifier and Type Method Description (package private) MojoDescriptorDefaultLifecycleExecutor. getMojoDescriptor(java.lang.String task, MavenSession session, MavenProject project, java.lang.String invokedVia, boolean canUsePrefix, boolean isOptionalMojo)Methods in org.apache.maven.lifecycle that return types with arguments of type MojoDescriptor Modifier and Type Method Description java.util.Set<MojoDescriptor>MavenExecutionPlan. 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 MojoDescriptor Modifier and Type Method Description MojoDescriptorMojoDescriptorCreator. getMojoDescriptor(java.lang.String task, MavenSession session, MavenProject project)Methods in org.apache.maven.lifecycle.internal with parameters of type MojoDescriptor Modifier and Type Method Description static org.codehaus.plexus.util.xml.Xpp3DomMojoDescriptorCreator. convert(MojoDescriptor mojoDescriptor)voidMojoExecutor. ensureDependenciesAreResolved(MojoDescriptor mojoDescriptor, MavenSession session, DependencyContext dependencyContext)private ArtifactFilterMojoExecutor. getArtifactFilter(MojoDescriptor mojoDescriptor)private org.codehaus.plexus.util.xml.Xpp3DomDefaultLifecycleExecutionPlanCalculator. getMojoConfiguration(MojoDescriptor mojoDescriptor)Method parameters in org.apache.maven.lifecycle.internal with type arguments of type MojoDescriptor Modifier and Type Method Description private voidDefaultLifecycleExecutionPlanCalculator. 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) -
Uses of MojoDescriptor in org.apache.maven.plugin
Fields in org.apache.maven.plugin declared as MojoDescriptor Modifier and Type Field Description private MojoDescriptorPluginParameterException. mojoprivate MojoDescriptorMojoExecution. mojoDescriptorMethods in org.apache.maven.plugin that return MojoDescriptor Modifier and Type Method Description MojoDescriptorBuildPluginManager. getMojoDescriptor(Plugin plugin, java.lang.String goal, java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session)MojoDescriptorDefaultBuildPluginManager. getMojoDescriptor(Plugin plugin, java.lang.String goal, java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session)MojoDescriptorMavenPluginManager. 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.MojoDescriptorMojoExecution. getMojoDescriptor()MojoDescriptorPluginParameterException. getMojoDescriptor()Methods in org.apache.maven.plugin with parameters of type MojoDescriptor Modifier and Type Method Description private static voidPluginParameterException. decomposeParameterIntoUserInstructions(MojoDescriptor mojo, Parameter param, java.lang.StringBuilder messageBuffer)voidMojoExecution. setMojoDescriptor(MojoDescriptor mojoDescriptor)Method parameters in org.apache.maven.plugin with type arguments of type MojoDescriptor Modifier and Type Method Description private static java.util.List<org.codehaus.plexus.component.repository.ComponentDescriptor<?>>DefaultPluginDescriptorCache. clone(java.util.List<MojoDescriptor> mojos, PluginDescriptor pluginDescriptor)Constructors in org.apache.maven.plugin with parameters of type MojoDescriptor Constructor 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, java.lang.Throwable e)PluginContainerException(MojoDescriptor mojoDescriptor, org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm, java.lang.String message, org.codehaus.plexus.component.repository.exception.ComponentLookupException e)PluginManagerException(MojoDescriptor mojoDescriptor, 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, MavenProject project, java.lang.String message)PluginManagerException(MojoDescriptor mojoDescriptor, MavenProject project, java.lang.String message, java.lang.Throwable cause)PluginManagerException(MojoDescriptor mojoDescriptor, MavenProject project, java.lang.String message, org.codehaus.plexus.classworlds.realm.NoSuchRealmException cause)PluginParameterException(MojoDescriptor mojo, java.util.List<Parameter> parameters) -
Uses of MojoDescriptor in org.apache.maven.plugin.descriptor
Methods in org.apache.maven.plugin.descriptor that return MojoDescriptor Modifier and Type Method Description MojoDescriptorPluginDescriptorBuilder. buildComponentDescriptor(org.codehaus.plexus.configuration.PlexusConfiguration c, PluginDescriptor pluginDescriptor)MojoDescriptorMojoDescriptor. clone()Creates a shallow copy of this mojo descriptor.MojoDescriptorPluginDescriptor. getMojo(java.lang.String goal)Methods in org.apache.maven.plugin.descriptor that return types with arguments of type MojoDescriptor Modifier and Type Method Description java.util.List<MojoDescriptor>PluginDescriptor. getMojos()Methods in org.apache.maven.plugin.descriptor with parameters of type MojoDescriptor Modifier and Type Method Description voidPluginDescriptor. addMojo(MojoDescriptor mojoDescriptor) -
Uses of MojoDescriptor in org.apache.maven.plugin.internal
Methods in org.apache.maven.plugin.internal that return MojoDescriptor Modifier and Type Method Description MojoDescriptorDefaultMavenPluginManager. getMojoDescriptor(Plugin plugin, java.lang.String goal, java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session)Methods in org.apache.maven.plugin.internal with parameters of type MojoDescriptor Modifier and Type Method Description private voidDefaultMavenPluginManager. 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 voidDefaultMavenPluginManager. 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 MojoDescriptor Constructor Description ValidatingConfigurationListener(java.lang.Object mojo, MojoDescriptor mojoDescriptor, org.codehaus.plexus.component.configurator.ConfigurationListener delegate)
-