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
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