Uses of Class
org.apache.maven.tools.plugin.extractor.model.Component
Packages that use Component
-
Uses of Component in org.apache.maven.tools.plugin.extractor.model
Methods in org.apache.maven.tools.plugin.extractor.model that return types with arguments of type ComponentMethods in org.apache.maven.tools.plugin.extractor.model with parameters of type ComponentModifier and TypeMethodDescriptionvoidMojo.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 ComponentModifier and TypeMethodDescriptionvoidMojo.setComponents(List<Component> components) Set list of plexus components required by this mojo.