Package org.jboss.util.property
Interface PropertyReader
-
- All Known Implementing Classes:
DefaultPropertyReader,FilePropertyReader
public interface PropertyReaderIterface used to allow a PropertyMap to read property definitions in an implementation independent fashion.- Version:
- $Revision$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.MapreadProperties()Read a map of properties from this input source.
-
-
-
Method Detail
-
readProperties
java.util.Map readProperties() throws PropertyException, java.io.IOExceptionRead a map of properties from this input source.- Returns:
- Read properties map.
- Throws:
PropertyException- Failed to read properties.java.io.IOException- I/O error while reading properties.
-
-