Uses of Class
org.apache.maven.api.plugin.descriptor.Resolution
Packages that use Resolution
Package
Description
Maven Plugin descriptor model.
-
Uses of Resolution in org.apache.maven.api.plugin.descriptor
Fields in org.apache.maven.api.plugin.descriptor declared as ResolutionFields in org.apache.maven.api.plugin.descriptor with type parameters of type ResolutionModifier and TypeFieldDescription(package private) Collection
<Resolution> MojoDescriptor.Builder.resolutions
(package private) final List
<Resolution> MojoDescriptor.resolutions
Methods in org.apache.maven.api.plugin.descriptor that return ResolutionModifier and TypeMethodDescriptionResolution.Builder.build()
static Resolution
Resolution.newInstance()
Creates a newResolution
instance.static Resolution
Resolution.newInstance
(boolean withDefaults) Creates a newResolution
instance using default values or not.Creates a newResolution
instance using the specified field.Resolution.withPathScope
(String pathScope) Creates a newResolution
instance using the specified pathScope.Resolution.withRequestType
(String requestType) Creates a newResolution
instance using the specified requestType.Methods in org.apache.maven.api.plugin.descriptor that return types with arguments of type ResolutionMethods in org.apache.maven.api.plugin.descriptor with parameters of type ResolutionModifier and TypeMethodDescriptionstatic Resolution.Builder
Resolution.newBuilder
(Resolution from) Creates a newResolution
builder instance using the specified object as a basis.static Resolution.Builder
Resolution.newBuilder
(Resolution from, boolean forceCopy) Creates a newResolution
builder instance using the specified object as a basis.Method parameters in org.apache.maven.api.plugin.descriptor with type arguments of type ResolutionModifier and TypeMethodDescriptionMojoDescriptor.Builder.resolutions
(Collection<Resolution> resolutions) MojoDescriptor.withResolutions
(Collection<Resolution> resolutions) Creates a newMojoDescriptor
instance using the specified resolutions.Constructors in org.apache.maven.api.plugin.descriptor with parameters of type Resolution -
Uses of Resolution in org.apache.maven.plugin.descriptor.io
Methods in org.apache.maven.plugin.descriptor.io that return ResolutionModifier and TypeMethodDescriptionprivate Resolution
PluginDescriptorStaxReader.parseResolution
(XMLStreamReader parser, boolean strict, Deque<Object> context) Methods in org.apache.maven.plugin.descriptor.io with parameters of type ResolutionModifier and TypeMethodDescriptionprivate void
PluginDescriptorStaxWriter.writeResolution
(String tagName, Resolution resolution, XMLStreamWriter serializer)