Package org.aoju.bus.setting.format
Interface ElementFormatter<E extends IniElement>
- All Known Implementing Classes:
AbstractFormatter,CommentFormatter,PropertyFormatter,SectionFormatter
public interface ElementFormatter<E extends IniElement>
将字符串值格式设置为
IniElement- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
-
Method Details
-
check
-
format
this method will not check value, so you shouldcheck(String)first. However, not checking will not necessarily report an error, but may result in non-compliance.- Parameters:
value- a String valueline- line number- Returns:
ElementFormatter, can not be null.
-