public abstract class AbstractConfigurationModel extends Object implements ConfigurationModel
ConfigurationModel interface.
It will call the doGetParser() and doGetTokenizers() methods only when a change
to the configuration has been made.| Constructor and Description |
|---|
AbstractConfigurationModel() |
| Modifier and Type | Method and Description |
|---|---|
abstract Parser |
doGetParser()
Gets a parser instance reflecting the current configuration state.
|
abstract List<org.sonar.colorizer.Tokenizer> |
doGetTokenizers()
Gets tokenizers reflecting the current configuration state.
|
Charset |
getCharset()
Gets the charset reflecting the current configuration state.
|
Parser |
getParser()
Gets a parser instance reflecting the current configuration state.
|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPropertiespublic void setUpdatedFlag()
ConfigurationModelsetUpdatedFlag in interface ConfigurationModelpublic Charset getCharset()
getCharset in interface ConfigurationModelpublic Parser getParser()
ConfigurationModelgetParser in interface ConfigurationModelpublic List<org.sonar.colorizer.Tokenizer> getTokenizers()
ConfigurationModelgetTokenizers in interface ConfigurationModelpublic abstract Parser doGetParser()
public abstract List<org.sonar.colorizer.Tokenizer> doGetTokenizers()
Copyright © 2010–2015 SonarSource. All rights reserved.