org.jboss.dna.repository
Interface DnaConfiguration.SetDescription<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.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-2009 JBoss, a division of Red Hat. All Rights Reserved.