public interface FileLinesContext
save() several times.
 
 Instances of this interface can be obtained using FileLinesContextFactory.
 
 This interface is not intended to be implemented by clients.
| Modifier and Type | Method and Description | 
|---|---|
| Integer | getIntValue(String metricKey,
           int line)Deprecated. 
 since 5.0 sensors should not read data | 
| String | getStringValue(String metricKey,
              int line)Deprecated. 
 since 5.0 sensors should not read data | 
| void | save()Saves unsaved values. | 
| void | setIntValue(String metricKey,
           int line,
           int value) | 
| void | setStringValue(String metricKey,
              int line,
              String value) | 
void setIntValue(String metricKey, int line, int value)
UnsupportedOperationException - on attempt to update already saved data@Deprecated Integer getIntValue(String metricKey, int line)
void setStringValue(String metricKey, int line, String value)
UnsupportedOperationException - on attempt to update already saved data@Deprecated String getStringValue(String metricKey, int line)
void save()
Copyright © 2009–2016 SonarSource. All rights reserved.