org.jboss.arquillian.impl
Interface ConfigurationBuilder

All Known Implementing Classes:
XmlConfigurationBuilder

public interface ConfigurationBuilder

Builds a Configuration object.

Version:
$Revision: $
Author:
German Escobar

Method Summary
 Configuration build()
          Builds the Configuration object.
 

Method Detail

build

Configuration build()
                    throws ConfigurationException
Builds the Configuration object.

Returns:
a not-null Configuration object.
Throws:
ConfigurationException - if there is a problem building the configuration object


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.