org.deltava.dao.file
Class GetProperties
java.lang.Object
org.deltava.dao.file.DAO
org.deltava.dao.file.GetProperties
public class GetProperties
- extends DAO
A Data Access Object to read properties files.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Luke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetProperties
public GetProperties(InputStream is)
- Initializes the Data Access Object.
- Parameters:
is - the InputStream to read from
read
public Properties read()
throws DAOException
- Loads the Properties.
- Returns:
- a Properties object
- Throws:
DAOException - if an I/O error occurs
Copyright © 2004-2009 Global Virtual Airlines Group. All Rights Reserved.