org.modeshape.repository
Interface ModeShapeConfiguration.SetDescription<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.GraphComponentBuilder, ModeShapeConfiguration.GraphReturnable, ModeShapeConfiguration.MimeTypeDetectorBuilder, ModeShapeConfiguration.SequencerBuilder, ModeShapeConfiguration.SourceBuilder
Enclosing class:
ModeShapeConfiguration

public static interface ModeShapeConfiguration.SetDescription<ReturnType>

The interface used to set a description on a component.


Method Summary
 String getDescription()
          Get the description of this component.
 ReturnType setDescription(String description)
          Specify the description of this component.
 

Method Detail

setDescription

ReturnType setDescription(String description)
Specify the description of this component.

Parameters:
description - the description; may be null or empty
Returns:
the next component to continue configuration; never null

getDescription

String getDescription()
Get the description of this component.

Returns:
the description, or null if there is no description


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