|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DebugOptions
Used to get debug options settings.
This interface is not intended to be implemented by clients.
Method Summary | |
---|---|
boolean |
getBooleanOption(java.lang.String option,
boolean defaultValue)
Returns the identified option as a boolean value. |
int |
getIntegerOption(java.lang.String option,
int defaultValue)
Returns the identified option as an int value. |
java.lang.String |
getOption(java.lang.String option)
Returns the identified option. |
java.lang.String |
getOption(java.lang.String option,
java.lang.String defaultValue)
Returns the identified option. |
void |
setOption(java.lang.String option,
java.lang.String value)
Sets the identified option to the identified value. |
Method Detail |
---|
boolean getBooleanOption(java.lang.String option, boolean defaultValue)
org.eclipse.core.runtime/debug
option
- the name of the option to lookupdefaultValue
- the value to return if no such option is found
java.lang.String getOption(java.lang.String option)
null
is returned if no such option is found. Options are specified
in the general form <Bundle-SymbolicName>/<option-path>.
For example, org.eclipse.core.runtime/debug
option
- the name of the option to lookup
null
java.lang.String getOption(java.lang.String option, java.lang.String defaultValue)
org.eclipse.core.runtime/debug
option
- the name of the option to lookupdefaultValue
- the value to return if no such option is found
int getIntegerOption(java.lang.String option, int defaultValue)
org.eclipse.core.runtime/debug
option
- the name of the option to lookupdefaultValue
- the value to return if no such option is found
void setOption(java.lang.String option, java.lang.String value)
option
- the name of the option to setvalue
- the value of the option to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |