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

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

public static interface Configurator.SetName<ReturnType>

The interface used to set a human readable name on a component.


Method Summary
 ReturnType named(String description)
          Specify the human-readable name for this component.
 

Method Detail

named

ReturnType named(String description)
Specify the human-readable name for 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.