Package org.jboss.util.property
Interface Configurable
-
public interface ConfigurableAn 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 voidconfigure(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.
-
-