|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.arquillian.impl.XmlConfigurationBuilder
public class XmlConfigurationBuilder

An implementation of ConfigurationBuilder that loads the configuration
from the arquillian.xml file located in the root of the classpath. If not found,
it just returns an empty Configuration object.
| Constructor Summary | |
|---|---|
XmlConfigurationBuilder()
Constructor. |
|
XmlConfigurationBuilder(String resourcePath)
Constructor. |
|
XmlConfigurationBuilder(String resourcePath,
ServiceLoader serviceLoader)
Constructor. |
|
| Method Summary | |
|---|---|
Configuration |
build()
Builds the Configuration object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlConfigurationBuilder()
public XmlConfigurationBuilder(String resourcePath)
resourcePath - the path to the XML configuration file.
public XmlConfigurationBuilder(String resourcePath,
ServiceLoader serviceLoader)
resourcePath - the path to the XML configuration file.serviceLoader - the ServiceLoader implementation to use.| Method Detail |
|---|
public Configuration build()
throws ConfigurationException
ConfigurationBuilderConfiguration object.
build in interface ConfigurationBuilderConfiguration object.
ConfigurationException - if there is a problem building the configuration object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||