org.modeshape.repository
Interface ModeShapeConfiguration.HasName

All Known Subinterfaces:
ModeShapeConfiguration.RepositorySourceDefinition<ReturnType>
All Known Implementing Classes:
ModeShapeConfiguration.SourceBuilder
Enclosing class:
ModeShapeConfiguration

public static interface ModeShapeConfiguration.HasName

Interface for a component that has a name.


Method Summary
 String getName()
          Get the name.
 

Method Detail

getName

String getName()
Get the name.

Returns:
the name; never null


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