JBoss Common Classes 2.2.17.GA

org.jboss.util.property
Interface Configurable


public interface Configurable

An interface that allows for dynamic configuration of instance objects with properties.

Version:
$Revision: 1958 $
Author:
Jason Dillon

Method Summary
 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.

JBoss Common Classes 2.2.17.GA

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.