Package org.jboss.util.property
Interface Configurable
-
public interface Configurable
An interface that allows for dynamic configuration of instance objects with properties.- Version:
- $Revision$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(PropertyMap props)
Configure this object with the given properties.
-
-
-
Method Detail
-
configure
void configure(PropertyMap props)
Configure this object with the given properties.- Parameters:
props
- Properties to configure from.
-
-