net.groboclown.util.jplugin.v1
Class ClassAttributes
java.lang.Object
|
+--net.groboclown.util.jplugin.v1.ClassAttributes
- public class ClassAttributes
- extends Object
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
h
private Hashtable h
ClassAttributes
public ClassAttributes()
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