public class DefineState extends Object
DefineState(Map<String,String> initialDefines)
void
define(String symbol, String value)
String
getValue(String symbol)
boolean
isDefined(String symbol)
undefine(String symbol)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DefineState(Map<String,String> initialDefines)
public void define(String symbol, String value)
public boolean isDefined(String symbol)
public String getValue(String symbol)
public void undefine(String symbol)
Apache CXF