agentland.resource
Class Context

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--java.util.Properties
                    |
                    +--agentland.resource.Context

public class Context
extends Properties

See Also:
Serialized Form

Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
Context()
           
Context(String name)
           
 
Method Summary
 String toString()
           
 
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, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Context

public Context()

Context

public Context(String name)
Method Detail

toString

public String toString()
Overrides:
toString in class Hashtable