Forge - Maven API 2.0.0.Alpha3

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
          Builds a Configuration object
 class ConfigurationElementBuilder
           
 class ConfigurationElementImpl
           
 class ConfigurationImpl
           
 class MavenPluginAdapter
          A plugin adapter for Plugin and MavenPlugin
 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 - Maven API 2.0.0.Alpha3

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.