Uses of Interface
org.miaixz.bus.setting.metric.ini.IniElement
Packages that use IniElement
Package
Description
Setting模块主要针对Properties文件读写做封装,同时定义一套自己的配置文件规范,实现兼容性良好的配置工具。
配置文件格式化封装
ini配置文件实现封装
-
Uses of IniElement in org.miaixz.bus.setting
Methods in org.miaixz.bus.setting that return IniElement -
Uses of IniElement in org.miaixz.bus.setting.format
Classes in org.miaixz.bus.setting.format with type parameters of type IniElementModifier and TypeClassDescriptionclassAbstractFormatter<E extends IniElement>将字符串值的格式设置为IniElement除了CommentElementFormatter之外,所有元素格式化程序都还需要注释元素格式化程序interfaceElementFormatter<E extends IniElement>将字符串值格式设置为IniElementMethods in org.miaixz.bus.setting.format that return IniElementModifier and TypeMethodDescriptionDefaultFormatter.formatLine(String raw) format line as element. -
Uses of IniElement in org.miaixz.bus.setting.metric.ini
Subinterfaces of IniElement in org.miaixz.bus.setting.metric.iniModifier and TypeInterfaceDescriptioninterfaceIni file's comment.interfaceIni file's parameters, likeproperty1=value1interfaceIni file's SectionClasses in org.miaixz.bus.setting.metric.ini that implement IniElementModifier and TypeClassDescriptionclassan abstract class forIniElement.classIni file's comment.classIni file's parameters, likeproperty1=value1classIni file's SectionMethod parameters in org.miaixz.bus.setting.metric.ini with type arguments of type IniElementConstructor parameters in org.miaixz.bus.setting.metric.ini with type arguments of type IniElementModifierConstructorDescriptionINI(Supplier<List<IniElement>> listSupplier) IniSetting(Collection<? extends IniElement> c)