com.funambol.util
Class AppProperties
java.lang.Object
com.funambol.util.AppProperties
public class AppProperties
- extends java.lang.Object
This class provides a mechanism to read attributes stored in a property file.
Constructor Summary |
AppProperties(java.lang.Object app)
Construct an AppProperties. |
Method Summary |
java.lang.String |
get(java.lang.String property)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USER_ATTR
public static final java.lang.String USER_ATTR
- See Also:
- Constant Field Values
URL_ATTR
public static final java.lang.String URL_ATTR
- See Also:
- Constant Field Values
PASSWORD_ATTR
public static final java.lang.String PASSWORD_ATTR
- See Also:
- Constant Field Values
AppProperties
public AppProperties(java.lang.Object app)
- Construct an AppProperties.
- Parameters:
app
- not used in this implementation.
get
public java.lang.String get(java.lang.String property)
Copyright © 2001-2009 Funambol.