Uses of Class
org.apache.maven.api.model.PluginContainer
-
Uses of PluginContainer in org.apache.maven.api.model
Subclasses of PluginContainer in org.apache.maven.api.modelModifier and TypeClassDescriptionclassThe<build>element contains informations required to build the project.classBuild configuration in a profile.classContains the plugins management informations for the project.classSection for management of default plugin information for use in a group of POMs.Methods in org.apache.maven.api.model that return PluginContainerModifier and TypeMethodDescriptionPluginContainer.Builder.build()static PluginContainerPluginContainer.newInstance()Creates a newPluginContainerinstance.static PluginContainerPluginContainer.newInstance(boolean withDefaults) Creates a newPluginContainerinstance using default values or not.PluginContainer.withPlugins(Collection<Plugin> plugins) Creates a newPluginContainerinstance using the specified plugins.Methods in org.apache.maven.api.model with parameters of type PluginContainerModifier and TypeMethodDescriptionstatic PluginContainer.BuilderPluginContainer.newBuilder(PluginContainer from) Creates a newPluginContainerbuilder instance using the specified object as a basis.static PluginContainer.BuilderPluginContainer.newBuilder(PluginContainer from, boolean forceCopy) Creates a newPluginContainerbuilder instance using the specified object as a basis.