org.jboss.forge.maven.plugins
Interface Configuration
- All Superinterfaces:
- PluginElement
- All Known Implementing Classes:
- ConfigurationBuilder, ConfigurationImpl
public interface Configuration
- extends PluginElement
- Author:
- Paul Bakker
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.