java.lang.Object
java.util.Dictionary
java.util.Hashtable
java.util.Properties
com.barteo.emulator.util.JadProperties
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map, java.io.Serializable
- public class JadProperties
- extends java.util.Properties
| Nested classes inherited from class java.util.Hashtable |
|
| Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
| Fields inherited from class java.util.Hashtable |
|
| Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML |
| Methods inherited from class java.util.Hashtable |
clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
MIDLET_PREFIX
static java.lang.String MIDLET_PREFIX
midletEntries
java.util.Vector midletEntries
JadProperties
public JadProperties()
clear
public void clear()
- Description copied from class:
java.util.Hashtable
- Clears the hashtable so it has no keys. This is O(1).
getName
public java.lang.String getName()
getVersion
public java.lang.String getVersion()
getVendor
public java.lang.String getVendor()
getProfile
public java.lang.String getProfile()
getConfiguration
public java.lang.String getConfiguration()
getJarURL
public java.lang.String getJarURL()
getJarSize
public int getJarSize()
getMidletEntries
public java.util.Vector getMidletEntries()