Uses of Class
org.apache.maven.artifact.repository.metadata.v4.Plugin
Packages that use Plugin
Package
Description
-
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.artifact.repository.metadata.v4
Methods in org.apache.maven.artifact.repository.metadata.v4 that return PluginModifier and TypeMethodDescriptionPlugin.Builder.build()
static Plugin
Plugin.newInstance()
Creates a newPlugin
instance.static Plugin
Plugin.newInstance
(boolean withDefaults) Creates a newPlugin
instance using default values or not.Plugin.withArtifactId
(String artifactId) Creates a newPlugin
instance using the specified artifactId.Creates a newPlugin
instance using the specified name.Plugin.withPrefix
(String prefix) Creates a newPlugin
instance using the specified prefix.Methods in org.apache.maven.artifact.repository.metadata.v4 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.artifact.repository.metadata.v4 with parameters of type PluginModifier and TypeMethodDescriptionstatic Plugin.Builder
Plugin.newBuilder
(Plugin from) Creates a newPlugin
builder instance using the specified object as a basis.static Plugin.Builder
Plugin.newBuilder
(Plugin from, boolean forceCopy) Creates a newPlugin
builder instance using the specified object as a basis.Method parameters in org.apache.maven.artifact.repository.metadata.v4 with type arguments of type PluginModifier and TypeMethodDescriptionMetadata.Builder.plugins
(Collection<Plugin> plugins) Metadata.withPlugins
(Collection<Plugin> plugins) Creates a newMetadata
instance using the specified plugins.