Uses of Class
org.miaixz.bus.setting.metric.ini.INI
Packages that use INI
-
Uses of INI in org.miaixz.bus.setting.metric.ini
Methods in org.miaixz.bus.setting.metric.ini that return INIModifier and TypeMethodDescriptionINI.commentCreator(IniCommentCreator iniCommentCreator) 设置评论创建者功能INI.plus(List<IniElement> elements) Plus iniElement listPlus other builderINI.plusComment(String value) INI.plusProperties(Properties properties) Plus propertiesINI.plusProperties(Properties properties, String commentValue) Plus propertiesINI.plusProperties(Properties properties, IniComment comment) Plus propertiesINI.plusProperty(String key, String value) Plus a propertyINI.plusProperty(String key, String value, String commentValue) Plus a propertyINI.plusProperty(String key, String value, IniComment comment) Plus a propertyINI.plusSection(String value) Plus a sectionINI.plusSection(String value, String commentValue) Plus a section with commentINI.plusSection(String value, IniComment comment) Plus a section with commentINI.propertyCreator(IniPropertyCreator iniPropertyCreator) 设置属性创建器功能INI.sectionCreator(IniSectionCreator iniSectionCreator) 设置分区创建者功能INI.skipLine(int length) 跳过线,向行添加空值Methods in org.miaixz.bus.setting.metric.ini with parameters of type INI