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

Type Parameters:
ReturnType - the interface returned after the property has been set.
All Known Subinterfaces:
Configurator.ConfigRepositoryDetails<ReturnType>, Configurator.MimeTypeDetectorDetails<ReturnType>, Configurator.RepositoryDetails<ReturnType>
Enclosing class:
Configurator<BuilderType>

public static interface Configurator.SetProperties<ReturnType>

Interface for configuring the JavaBean-style properties of an object.

Author:
Randall Hauch

Method Summary
 Configurator.PropertySetter<ReturnType> with(String beanPropertyName)
          Specify the name of the JavaBean-style property that is to be set.
 

Method Detail

with

Configurator.PropertySetter<ReturnType> with(String beanPropertyName)
Specify the name of the JavaBean-style property that is to be set. The value may be set using the interface returned by this method.

Parameters:
beanPropertyName - the name of the JavaBean-style property (e.g., "retryLimit")
Returns:
the interface used to set the value for the property; never null


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