Uses of Class
org.apache.maven.api.plugin.descriptor.Resolution
Packages that use Resolution
-
Uses of Resolution in org.apache.maven.api.plugin.descriptor
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