public interface ElementFormatter<E extends IniElement>
IniElement| Modifier and Type | Method and Description |
|---|---|
boolean |
check(String value)
check this value.
|
E |
format(String value,
int line)
this method will not check value, so you should
check(String) first. |
boolean check(String value)
value - valueE format(String value, int line)
check(String) first.
However, not checking will not necessarily report an error, but may result in non-compliance.value - a String valueline - line numberE, can not be null.Copyright © 2022. All rights reserved.