org.jboss.forge.maven.plugins
Interface Configuration

All Superinterfaces:
PluginElement
All Known Implementing Classes:
ConfigurationBuilder, ConfigurationImpl

public interface Configuration
extends PluginElement

Author:
Paul Bakker

Method Summary
 Configuration addConfigurationElement(ConfigurationElement element)
           
 ConfigurationElement getConfigurationElement(String element)
           
 boolean hasConfigurationElement(String element)
           
 List<ConfigurationElement> listConfigurationElements()
           
 void removeConfigurationElement(String elementName)
           
 

Method Detail

hasConfigurationElement

boolean hasConfigurationElement(String element)

getConfigurationElement

ConfigurationElement getConfigurationElement(String element)

listConfigurationElements

List<ConfigurationElement> listConfigurationElements()

addConfigurationElement

Configuration addConfigurationElement(ConfigurationElement element)

removeConfigurationElement

void removeConfigurationElement(String elementName)


Copyright © 2011 Seam Framework. All Rights Reserved.