public interface ConfigurationModel
AbstractConfigurationModel instead of implementing this interface.| Modifier and Type | Method and Description |
|---|---|
Charset |
getCharset()
Gets the character set reflecting the current configuration state.
|
Parser |
getParser()
Gets a parser instance reflecting the current configuration state.
|
List<ConfigurationProperty> |
getProperties()
Gets the properties to be shown, in the same order, in the Configuration tab.
|
List<org.sonar.colorizer.Tokenizer> |
getTokenizers()
Gets tokenizers reflecting the current configuration state.
|
void |
setUpdatedFlag()
This method is called each time a configuration property's value is changed.
|
List<ConfigurationProperty> getProperties()
void setUpdatedFlag()
Charset getCharset()
Parser getParser()
List<org.sonar.colorizer.Tokenizer> getTokenizers()
Copyright © 2010–2015 SonarSource. All rights reserved.