net.groboclown.util.jplugin.v1
Class ClassAttributes

java.lang.Object
  |
  +--net.groboclown.util.jplugin.v1.ClassAttributes

public class ClassAttributes
extends Object


Inner Class Summary
(package private)  class ClassAttributes.NoCaseStr
           
 
Field Summary
private  Hashtable h
           
 
Constructor Summary
ClassAttributes()
           
 
Method Summary
 void addAttributes(ClassAttributes ca)
          Adds one set of attributes to the current list of attributes.
 boolean contains(String name)
           
 String get(String name)
           
 Enumeration getNames()
           
 void put(String name, String value)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

h

private Hashtable h
Constructor Detail

ClassAttributes

public ClassAttributes()
Method Detail

addAttributes

public void addAttributes(ClassAttributes ca)
Adds one set of attributes to the current list of attributes. If attributes overlap, then they are joined with a "; ".

contains

public boolean contains(String name)

put

public void put(String name,
                String value)

get

public String get(String name)

getNames

public Enumeration getNames()


Written under the LGPL