metaglue
Class MGProperties

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--java.util.Properties
                    |
                    +--metaglue.MGProperties

public class MGProperties
extends Properties

See Also:
Serialized Form

Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
MGProperties(String packageList, String designation)
           
 
Method Summary
 void LoadPropertiesFile(String packageList, String designation)
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clear, 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
 

Constructor Detail

MGProperties

public MGProperties(String packageList,
                    String designation)
Method Detail

LoadPropertiesFile

public void LoadPropertiesFile(String packageList,
                               String designation)