|
JAC project AOPSYS CEDRIC & LIP6 labs |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jac.aspects.gui.WrappableMap
This class is a mere wrapper which delegates all methods to a real Map. It allows you to have wrappable maps.
Constructor Summary | |
WrappableMap(Map delegate)
|
Method Summary | |
void |
clear()
|
static String[] |
getCategories(WrappableMap wmap)
|
protected Map |
getDelegate()
|
static Integer[] |
getLevels(WrappableMap wmap)
|
void |
put(String key,
Integer value)
Calls put on delegate for every key already in delegate which matches key. |
Object |
remove(String key)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WrappableMap(Map delegate)
Method Detail |
protected Map getDelegate()
public void put(String key, Integer value) throws REException
put("gui.*",0)
will turn off all gui traces.
key
- regexp keyvalue
- trace level
REException
public void clear()
public Object remove(String key)
public static String[] getCategories(WrappableMap wmap)
public static Integer[] getLevels(WrappableMap wmap)
|
Contact JAC development team: Renaud Pawlak Lionel Seinturier Laurent Martelli |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |