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. componentsField 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 voidMojo. addComponent(Component component)Method addComponent.voidMojo. 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 voidMojo. 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 ComponentPluginMetadataXpp3Reader. 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 voidPluginMetadataXpp3Writer. writeComponent(Component component, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeComponent.
-