Uses of Class
org.apache.maven.api.metadata.Plugin
Packages that use Plugin
Package
Description
Maven Repository Metadata model.
-
Uses of Plugin in org.apache.maven.api.metadata
Fields in org.apache.maven.api.metadata declared as PluginFields in org.apache.maven.api.metadata with type parameters of type PluginModifier and TypeFieldDescription(package private) Collection<Plugin> Metadata.Builder.pluginsMetadata.pluginsThe set of plugins when this directory represents a "groupId".Methods in org.apache.maven.api.metadata that return PluginModifier and TypeMethodDescriptionPlugin.Builder.build()static PluginPlugin.newInstance()Creates a newPlugininstance.static PluginPlugin.newInstance(boolean withDefaults) Creates a newPlugininstance using default values or not.Plugin.withArtifactId(String artifactId) Creates a newPlugininstance using the specified artifactId.Creates a newPlugininstance using the specified name.Plugin.withPrefix(String prefix) Creates a newPlugininstance using the specified prefix.Methods in org.apache.maven.api.metadata that return types with arguments of type PluginModifier and TypeMethodDescriptionMetadata.getPlugins()The set of plugins when this directory represents a "groupId".Methods in org.apache.maven.api.metadata with parameters of type PluginModifier and TypeMethodDescriptionstatic Plugin.BuilderPlugin.newBuilder(Plugin from) Creates a newPluginbuilder instance using the specified object as a basis.static Plugin.BuilderPlugin.newBuilder(Plugin from, boolean forceCopy) Creates a newPluginbuilder instance using the specified object as a basis.Method parameters in org.apache.maven.api.metadata with type arguments of type PluginModifier and TypeMethodDescriptionMetadata.Builder.plugins(Collection<Plugin> plugins) Metadata.withPlugins(Collection<Plugin> plugins) Creates a newMetadatainstance using the specified plugins.Constructors in org.apache.maven.api.metadata with parameters of type Plugin -
Uses of Plugin in org.apache.maven.artifact.repository.metadata
Methods in org.apache.maven.artifact.repository.metadata that return PluginMethods in org.apache.maven.artifact.repository.metadata that return types with arguments of type PluginMethod parameters in org.apache.maven.artifact.repository.metadata with type arguments of type PluginConstructors in org.apache.maven.artifact.repository.metadata with parameters of type Plugin -
Uses of Plugin in org.apache.maven.metadata.v4
Methods in org.apache.maven.metadata.v4 that return PluginModifier and TypeMethodDescriptionprivate PluginMetadataStaxReader.parsePlugin(XMLStreamReader parser, boolean strict) Methods in org.apache.maven.metadata.v4 with parameters of type PluginModifier and TypeMethodDescriptionprivate voidMetadataStaxWriter.writePlugin(String tagName, Plugin plugin, XMLStreamWriter serializer)