public class LogLevel extends ConsoleSetting<String>
Constructor and Description |
---|
LogLevel()
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
get()
Get the current value for this setting
|
String |
getHelpLong()
Get long description
|
String |
getName()
Get the name of the command
|
void |
set(String value)
Set the value for this setting
|
void |
setFromString(String value)
Set the value for this setting from a string
|
clear, getAsString, getHelpShort, getInitValue, getType
public static final String NAME
public String getHelpLong()
ConsoleSetting
getHelpLong
in interface Help
getHelpLong
in class ConsoleSetting<String>
public String getName()
Help
public String get()
Setting
public void set(String value) throws IllegalArgumentException
Setting
set
in interface Setting<String>
set
in class ConsoleSetting<String>
IllegalArgumentException
public void setFromString(String value) throws IllegalArgumentException
ConsoleSetting
setFromString
in class ConsoleSetting<String>
value
- string valueIllegalArgumentException
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.