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 |
|---|---|
void |
save()
Saves unsaved values.
|
void |
setIntValue(java.lang.String metricKey,
int line,
int value) |
void |
setStringValue(java.lang.String metricKey,
int line,
java.lang.String value) |
void setIntValue(java.lang.String metricKey,
int line,
int value)
java.lang.UnsupportedOperationException - on attempt to update already saved datavoid setStringValue(java.lang.String metricKey,
int line,
java.lang.String value)
java.lang.UnsupportedOperationException - on attempt to update already saved datavoid save()