站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

Configurable (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


org.jboss.util.property
Interface Configurable


public interface Configurable

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

Version:
$Revision: 1.1 $
Author:
Jason Dillon

Method Summary
 void configure(PropertyMap props)
          Configure this object with the given properties.
 

Method Detail

configure

public void configure(PropertyMap props)
Configure this object with the given properties.

Parameters:
props - Properties to configure from.


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.