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.resolutionsMethods in org.apache.maven.api.plugin.descriptor that return ResolutionModifier and TypeMethodDescriptionResolution.Builder.build()static ResolutionResolution.newInstance()Creates a newResolutioninstance.static ResolutionResolution.newInstance(boolean withDefaults) Creates a newResolutioninstance using default values or not.Creates a newResolutioninstance using the specified field.Resolution.withPathScope(String pathScope) Creates a newResolutioninstance using the specified pathScope.Resolution.withRequestType(String requestType) Creates a newResolutioninstance 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.BuilderResolution.newBuilder(Resolution from) Creates a newResolutionbuilder instance using the specified object as a basis.static Resolution.BuilderResolution.newBuilder(Resolution from, boolean forceCopy) Creates a newResolutionbuilder 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 newMojoDescriptorinstance 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 ResolutionPluginDescriptorStaxReader.parseResolution(XMLStreamReader parser, boolean strict, Deque<Object> context) Methods in org.apache.maven.plugin.descriptor.io with parameters of type ResolutionModifier and TypeMethodDescriptionprivate voidPluginDescriptorStaxWriter.writeResolution(String tagName, Resolution resolution, XMLStreamWriter serializer)