Uses of Class
org.apache.maven.tools.plugin.extractor.model.Component
-
Packages that use Component Package Description org.apache.maven.tools.plugin.extractor.model -
-
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 Component Modifier and Type Method Description 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(List<Component> components)Set list of plexus components required by this mojo.
-