Uses of Class
org.apache.maven.api.plugin.descriptor.MojoDescriptor
Packages that use MojoDescriptor
Package
Description
Maven Plugin descriptor model.
-
Uses of MojoDescriptor in org.apache.maven.api
Methods in org.apache.maven.api that return MojoDescriptor -
Uses of MojoDescriptor in org.apache.maven.api.plugin.descriptor
Methods in org.apache.maven.api.plugin.descriptor that return MojoDescriptorModifier and TypeMethodDescriptionMojoDescriptor.Builder.build()
static MojoDescriptor
MojoDescriptor.newInstance()
Creates a newMojoDescriptor
instance.static MojoDescriptor
MojoDescriptor.newInstance
(boolean withDefaults) Creates a newMojoDescriptor
instance using default values or not.MojoDescriptor.withAggregator
(boolean aggregator) Creates a newMojoDescriptor
instance using the specified aggregator.MojoDescriptor.withConfigurator
(String configurator) Creates a newMojoDescriptor
instance using the specified configurator.MojoDescriptor.withDependencyCollection
(String dependencyCollection) Creates a newMojoDescriptor
instance using the specified dependencyCollection.MojoDescriptor.withDependencyResolution
(String dependencyResolution) Creates a newMojoDescriptor
instance using the specified dependencyResolution.MojoDescriptor.withDeprecated
(String deprecated) Creates a newMojoDescriptor
instance using the specified deprecated.MojoDescriptor.withDescription
(String description) Creates a newMojoDescriptor
instance using the specified description.MojoDescriptor.withDirectInvocationOnly
(boolean directInvocationOnly) Creates a newMojoDescriptor
instance using the specified directInvocationOnly.MojoDescriptor.withExecuteGoal
(String executeGoal) Creates a newMojoDescriptor
instance using the specified executeGoal.MojoDescriptor.withExecuteLifecycle
(String executeLifecycle) Creates a newMojoDescriptor
instance using the specified executeLifecycle.MojoDescriptor.withExecutePhase
(String executePhase) Creates a newMojoDescriptor
instance using the specified executePhase.MojoDescriptor.withFullGoalName
(String fullGoalName) Creates a newMojoDescriptor
instance using the specified fullGoalName.Creates a newMojoDescriptor
instance using the specified goal.Creates a newMojoDescriptor
instance using the specified id.MojoDescriptor.withImplementation
(String implementation) Creates a newMojoDescriptor
instance using the specified implementation.MojoDescriptor.withInheritedByDefault
(boolean inheritedByDefault) Creates a newMojoDescriptor
instance using the specified inheritedByDefault.MojoDescriptor.withLanguage
(String language) Creates a newMojoDescriptor
instance using the specified language.MojoDescriptor.withOnlineRequired
(boolean onlineRequired) Creates a newMojoDescriptor
instance using the specified onlineRequired.MojoDescriptor.withParameters
(Collection<Parameter> parameters) Creates a newMojoDescriptor
instance using the specified parameters.Creates a newMojoDescriptor
instance using the specified phase.MojoDescriptor.withProjectRequired
(boolean projectRequired) Creates a newMojoDescriptor
instance using the specified projectRequired.Creates a newMojoDescriptor
instance using the specified since.Methods in org.apache.maven.api.plugin.descriptor that return types with arguments of type MojoDescriptorModifier and TypeMethodDescriptionPluginDescriptor.getMojos()
Description of each Mojo provided by the plugin.Methods in org.apache.maven.api.plugin.descriptor with parameters of type MojoDescriptorModifier and TypeMethodDescriptionstatic MojoDescriptor.Builder
MojoDescriptor.newBuilder
(MojoDescriptor from) Creates a newMojoDescriptor
builder instance using the specified object as a basis.static MojoDescriptor.Builder
MojoDescriptor.newBuilder
(MojoDescriptor from, boolean forceCopy) Creates a newMojoDescriptor
builder instance using the specified object as a basis.Method parameters in org.apache.maven.api.plugin.descriptor with type arguments of type MojoDescriptorModifier and TypeMethodDescriptionPluginDescriptor.Builder.mojos
(Collection<MojoDescriptor> mojos) PluginDescriptor.withMojos
(Collection<MojoDescriptor> mojos) Creates a newPluginDescriptor
instance using the specified mojos. -
Uses of MojoDescriptor in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl that return MojoDescriptor -
Uses of MojoDescriptor in org.apache.maven.lifecycle.internal
Methods in org.apache.maven.lifecycle.internal with parameters of type MojoDescriptorModifier and TypeMethodDescriptionstatic XmlNode
MojoDescriptorCreator.convert
(MojoDescriptor mojoDescriptor) -
Uses of MojoDescriptor in org.apache.maven.plugin.descriptor
Methods in org.apache.maven.plugin.descriptor that return MojoDescriptorConstructors in org.apache.maven.plugin.descriptor with parameters of type MojoDescriptor