Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.barteo.emulator.util
Class JadProperties  view JadProperties download JadProperties.java

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended bycom.barteo.emulator.util.JadProperties
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class JadProperties
extends java.util.Properties


Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
(package private) static java.lang.String MIDLET_PREFIX
           
(package private)  java.util.Vector midletEntries
           
 
Fields inherited from class java.util.Properties
defaults
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
JadProperties()
           
 
Method Summary
 void clear()
          Clears the hashtable so it has no keys.
 java.lang.String getConfiguration()
           
 int getJarSize()
           
 java.lang.String getJarURL()
           
 java.util.Vector getMidletEntries()
           
 java.lang.String getName()
           
 java.lang.String getProfile()
           
 java.lang.String getVendor()
           
 java.lang.String getVersion()
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MIDLET_PREFIX

static java.lang.String MIDLET_PREFIX

midletEntries

java.util.Vector midletEntries
Constructor Detail

JadProperties

public JadProperties()
Method Detail

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()