org.eclipse.net4j.util.om
Interface OMBundle.DebugSupport
- Enclosing interface:
- OMBundle
public static interface OMBundle.DebugSupport
- Author:
- Eike Stepper
isDebugging
boolean isDebugging()
setDebugging
void setDebugging(boolean debugging)
getDebugOption
String getDebugOption(String option)
setDebugOption
void setDebugOption(String option,
String value)
getDebugOption
String getDebugOption(String option,
String defaultValue)
getDebugOption
boolean getDebugOption(String option,
boolean defaultValue)
setDebugOption
void setDebugOption(String option,
boolean value)
getDebugOption
int getDebugOption(String option,
int defaultValue)
setDebugOption
void setDebugOption(String option,
int value)
Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.