org.modeshape.repository
Interface ModeShapeConfiguration.Returnable<ReturnType>

Type Parameters:
ReturnType - the interface returned from these methods
All Known Subinterfaces:
JcrConfiguration.RepositoryDefinition<ReturnType>, ModeShapeConfiguration.MimeTypeDetectorDefinition<ReturnType>, ModeShapeConfiguration.RepositorySourceDefinition<ReturnType>, ModeShapeConfiguration.SequencerDefinition<ReturnType>
All Known Implementing Classes:
JcrConfiguration.RepositoryBuilder, ModeShapeConfiguration.BaseReturnable, ModeShapeConfiguration.GraphComponentBuilder, ModeShapeConfiguration.GraphReturnable, ModeShapeConfiguration.MimeTypeDetectorBuilder, ModeShapeConfiguration.SequencerBuilder, ModeShapeConfiguration.SourceBuilder
Enclosing class:
ModeShapeConfiguration

public static interface ModeShapeConfiguration.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-2010 JBoss, a division of Red Hat. All Rights Reserved.