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

Type Parameters:
ReturnType -
All Superinterfaces:
Configurator.And<ReturnType>, Configurator.SetDescription<Configurator.ConfigRepositoryDetails<ReturnType>>, Configurator.SetProperties<Configurator.ConfigRepositoryDetails<ReturnType>>
Enclosing class:
Configurator<BuilderType>

public static interface Configurator.ConfigRepositoryDetails<ReturnType>
extends Configurator.SetDescription<Configurator.ConfigRepositoryDetails<ReturnType>>, Configurator.SetProperties<Configurator.ConfigRepositoryDetails<ReturnType>>, Configurator.And<ReturnType>

Interface used to define the configuration repository.


Method Summary
 Configurator.ConfigRepositoryDetails<ReturnType> under(String path)
          Specify the path under which the configuration content is to be found.
 
Methods inherited from interface org.jboss.dna.repository.Configurator.SetDescription
describedAs
 
Methods inherited from interface org.jboss.dna.repository.Configurator.SetProperties
with
 
Methods inherited from interface org.jboss.dna.repository.Configurator.And
and
 

Method Detail

under

Configurator.ConfigRepositoryDetails<ReturnType> under(String path)
Specify the path under which the configuration content is to be found. This path is assumed to be "/" by default.

Parameters:
path - the path to the configuration content in the configuration source; may not be null
Returns:
this instance for method chaining purposes; never null


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