| Package | Description |
|---|---|
| org.jboss.forge.maven.plugins |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationElementBuilder |
class |
ConfigurationElementImpl |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationElement |
ConfigurationElementImpl.getChildByContent(String content) |
ConfigurationElement |
ConfigurationElementBuilder.getChildByContent(String content) |
ConfigurationElement |
ConfigurationElement.getChildByContent(String content)
Returns the child element that contains the given content.
|
ConfigurationElement |
ConfigurationElementImpl.getChildByContent(String content,
boolean directChildsOnly) |
ConfigurationElement |
ConfigurationElementBuilder.getChildByContent(String content,
boolean directChildsOnly) |
ConfigurationElement |
ConfigurationElement.getChildByContent(String content,
boolean directChildsOnly)
Returns the child element that contains the given content.
|
ConfigurationElement |
ConfigurationElementImpl.getChildByName(String name) |
ConfigurationElement |
ConfigurationElementBuilder.getChildByName(String name) |
ConfigurationElement |
ConfigurationElement.getChildByName(String name)
Checks if the child element that has the given name exists.
|
ConfigurationElement |
ConfigurationElementImpl.getChildByName(String name,
boolean directChildsOnly) |
ConfigurationElement |
ConfigurationElementBuilder.getChildByName(String name,
boolean directChildsOnly) |
ConfigurationElement |
ConfigurationElement.getChildByName(String name,
boolean directChildsOnly)
Returns the child element that has the given name exists.
|
ConfigurationElement |
ConfigurationImpl.getConfigurationElement(String configElement) |
ConfigurationElement |
ConfigurationBuilder.getConfigurationElement(String element) |
ConfigurationElement |
Configuration.getConfigurationElement(String element)
Get the specified
ConfigurationElement, if it exists; otherwise, return null. |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationElement> |
ConfigurationImpl.listConfigurationElements() |
List<ConfigurationElement> |
ConfigurationBuilder.listConfigurationElements() |
List<ConfigurationElement> |
Configuration.listConfigurationElements()
List all
ConfigurationElements contained in this Configuration. |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
ConfigurationImpl.addConfigurationElement(ConfigurationElement element) |
Configuration |
ConfigurationBuilder.addConfigurationElement(ConfigurationElement element) |
Configuration |
Configuration.addConfigurationElement(ConfigurationElement element)
Add a
ConfigurationElement to this Configuration. |
static ConfigurationElementBuilder |
ConfigurationElementBuilder.createFromExisting(ConfigurationElement element) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.