Uses of Class
org.apache.maven.api.plugin.descriptor.MojoDescriptor
Package
Description
Maven Plugin descriptor model.
-
Uses of MojoDescriptor in org.apache.maven.api
-
Uses of MojoDescriptor in org.apache.maven.api.plugin.descriptor
Modifier 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.Modifier and TypeMethodDescriptionPluginDescriptor.getMojos()
Description of each Mojo provided by the plugin.Modifier 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.Modifier 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
-
Uses of MojoDescriptor in org.apache.maven.lifecycle.internal
Modifier and TypeMethodDescriptionstatic XmlNode
MojoDescriptorCreator.convert
(MojoDescriptor mojoDescriptor) -
Uses of MojoDescriptor in org.apache.maven.plugin.descriptor