|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adfnmc.util.JADFile
public class JADFile
Represents a parsed JAD file as a Hashtable mapping keys to values. A standard MIDlet already has built-in support for the JAD file. You can simply call MIDlet.getAppProperty to retrieve the value associated with a given key specified in the corresponding JAD file. A BlackBerry UiApplication has no such analog, so we attempt to emulate this functionality by adding the JAD file as a resource in the JAR, and then providing this class to parse it.
Method Summary | |
---|---|
java.lang.String |
getProperty(java.lang.String key)
Gets a value associated with the specified key, or null if that key does not exist. |
Iterator |
keys()
Returns an enumeration that lets the caller iterate over all the keys in this collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getProperty(java.lang.String key)
getProperty
in interface PropertyBag
key
-
public Iterator keys()
keys
in interface PropertyBag
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |