org.jboss.dna.repository
Interface Configurator.Builder<ReturnType>

Type Parameters:
ReturnType - the type of component that this configuration builds
All Known Implementing Classes:
DnaConfiguration, JcrConfiguration
Enclosing class:
Configurator<BuilderType>

public static interface Configurator.Builder<ReturnType>

Interface used to build the configured component.


Method Summary
 ReturnType build()
          Complete this configuration and create the corresponding engine.
 

Method Detail

build

ReturnType build()
                 throws DnaConfigurationException
Complete this configuration and create the corresponding engine.

Returns:
the new engine configured by this instance
Throws:
DnaConfigurationException - if the engine cannot be created from this configuration.


Copyright © 2008-Present JBoss a division of Red Hat. All Rights Reserved.