Forge - Parent 1.0.7-SNAPSHOT

Uses of Interface
org.jboss.forge.maven.plugins.PluginElement

Packages that use PluginElement
org.jboss.forge.maven.plugins   
 

Uses of PluginElement in org.jboss.forge.maven.plugins
 

Subinterfaces of PluginElement in org.jboss.forge.maven.plugins
 interface Configuration
          A Maven plugin Configuration object.
 interface ConfigurationElement
           
 interface MavenPlugin
          Represents a Maven plugin
 

Classes in org.jboss.forge.maven.plugins that implement PluginElement
 class ConfigurationBuilder
           
 class ConfigurationElementBuilder
           
 class ConfigurationElementImpl
           
 class ConfigurationImpl
           
 class MavenPluginAdapter
           
 class MavenPluginBuilder
           
 class MavenPluginImpl
           
 

Methods in org.jboss.forge.maven.plugins that return types with arguments of type PluginElement
 List<PluginElement> ConfigurationElementImpl.getChildren()
           
 List<PluginElement> ConfigurationElementBuilder.getChildren()
           
 List<PluginElement> ConfigurationElement.getChildren()
           
 

Methods in org.jboss.forge.maven.plugins with parameters of type PluginElement
 void ConfigurationElementImpl.addChild(PluginElement element)
           
 ConfigurationElementBuilder ConfigurationElementBuilder.addChild(PluginElement element)
           
 

Method parameters in org.jboss.forge.maven.plugins with type arguments of type PluginElement
 void ConfigurationElementImpl.setChildren(List<PluginElement> children)
           
 


Forge - Parent 1.0.7-SNAPSHOT

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.