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