当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 common API Documentation 英文版文档
PropertyReader (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档
org.jboss.util.property
Interface PropertyReader
- All Known Implementing Classes:
- FilePropertyReader
- public interface PropertyReader
Iterface used to allow a PropertyMap to read property definitions
in an implementation independent fashion.
- Version:
- $Revision: 1.3 $
- Author:
- Jason Dillon
readProperties
public Map readProperties()
throws PropertyException,
IOException
- Read a map of properties from this input source.
- Returns:
- Read properties map.
- Throws:
PropertyException
- Failed to read properties.
IOException
- I/O error while reading properties.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.