org.jboss.dna.repository
Interface Configurator.SetDescription<ReturnType>

Type Parameters:
ReturnType - the interface returned from these methods
All Known Subinterfaces:
Configurator.ConfigRepositoryDetails<ReturnType>, Configurator.MimeTypeDetectorDetails<ReturnType>, Configurator.RepositoryDetails<ReturnType>, Configurator.SequencerDetails<ReturnType>
Enclosing class:
Configurator<BuilderType>

public static interface Configurator.SetDescription<ReturnType>

The interface used to set a description on a component.


Method Summary
 ReturnType describedAs(String description)
          Specify the description of this component.
 

Method Detail

describedAs

ReturnType describedAs(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


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