|
Eclipse JDT Release 3.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jdt.ui.cleanup.CleanUpOptions
public class CleanUpOptions
Allows to set and retrieve clean up settings for given options keys.
Field Summary | |
---|---|
static String |
FALSE
False value |
static String |
TRUE
True value |
Constructor Summary | |
---|---|
|
CleanUpOptions()
Creates a new instance. |
protected |
CleanUpOptions(Map options)
Creates a new CleanUpOptions instance with the given options. |
Method Summary | |
---|---|
Set |
getKeys()
Returns an unmodifiable set of all known keys. |
String |
getValue(String key)
Returns the value for the given key. |
boolean |
isEnabled(String key)
Tells whether the option with the given key is enabled. |
void |
setOption(String key,
String value)
Sets the option for the given key to the given value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String TRUE
public static final String FALSE
Constructor Detail |
---|
protected CleanUpOptions(Map options)
options
- map that maps clean ups keys (String
) to a non-null
string valuepublic CleanUpOptions()
Method Detail |
---|
public boolean isEnabled(String key)
key
is enabled.
key
- the name of the option
true
if enabled, false
if not enabled or unknown key
IllegalArgumentException
- if the key is null
CleanUpConstants
public String getValue(String key)
key
- the key of the value
IllegalArgumentException
- if the key is null or unknownpublic void setOption(String key, String value)
key
- the name of the option to setvalue
- the value of the option
IllegalArgumentException
- if the key is null
TRUE
,
FALSE
public Set getKeys()
|
Eclipse JDT Release 3.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |