Uses of Class
org.apache.maven.tools.plugin.extractor.model.Component
-
Packages that use Component Package Description org.apache.maven.tools.plugin.extractor.model org.apache.maven.tools.plugin.extractor.model.io.xpp3 -
-
Uses of Component in org.apache.maven.tools.plugin.extractor.model
Fields in org.apache.maven.tools.plugin.extractor.model with type parameters of type Component Modifier and Type Field Description private java.util.List<Component>
Mojo. components
Field components.Methods in org.apache.maven.tools.plugin.extractor.model that return types with arguments of type Component Modifier and Type Method Description java.util.List<Component>
Mojo. getComponents()
Method getComponents.Methods in org.apache.maven.tools.plugin.extractor.model with parameters of type Component Modifier and Type Method Description void
Mojo. addComponent(Component component)
Method addComponent.void
Mojo. removeComponent(Component component)
Method removeComponent.Method parameters in org.apache.maven.tools.plugin.extractor.model with type arguments of type Component Modifier and Type Method Description void
Mojo. setComponents(java.util.List<Component> components)
Set list of plexus components required by this mojo. -
Uses of Component in org.apache.maven.tools.plugin.extractor.model.io.xpp3
Methods in org.apache.maven.tools.plugin.extractor.model.io.xpp3 that return Component Modifier and Type Method Description private Component
PluginMetadataXpp3Reader. parseComponent(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseComponent.Methods in org.apache.maven.tools.plugin.extractor.model.io.xpp3 with parameters of type Component Modifier and Type Method Description private void
PluginMetadataXpp3Writer. writeComponent(Component component, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeComponent.
-