org.jboss.dna.repository
Interface DnaConfiguration.Returnable<ReturnType>

Type Parameters:
ReturnType - the interface returned from these methods
All Known Subinterfaces:
DnaConfiguration.MimeTypeDetectorDefinition<ReturnType>, DnaConfiguration.RepositorySourceDefinition<ReturnType>, DnaConfiguration.SequencerDefinition<ReturnType>, JcrConfiguration.RepositoryDefinition<ReturnType>
Enclosing class:
DnaConfiguration

public static interface DnaConfiguration.Returnable<ReturnType>

Interface that defines the ability to obtain the configuration component.


Method Summary
 ReturnType and()
          Return the configuration component.
 

Method Detail

and

ReturnType and()
Return the configuration component.

Returns:
the configuration component; never null


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