org.apache.beehive.netui.script.common.bundle
Class BundleNode

Object
  extended by BundleNode

public abstract class BundleNode
extends Object


Constructor Summary
BundleNode()
           
 
Method Summary
abstract  boolean containsKey(String key)
           
abstract  Enumeration getKeys()
           
abstract  String getString(String key)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleNode

public BundleNode()
Method Detail

containsKey

public abstract boolean containsKey(String key)

getString

public abstract String getString(String key)

getKeys

public abstract Enumeration getKeys()