Uses of Interface
org.aoju.bus.setting.magic.IniProperty
Packages that use IniProperty
Package
Description
Setting模块主要针对Properties、ini、yaml等文件读写做封装
同时定义一套自己的配置文件规范,实现兼容性良好的配置工具
配置文件格式化封装
配置文件实现封装
-
Uses of IniProperty in org.aoju.bus.setting
Methods in org.aoju.bus.setting that return IniPropertyModifier and TypeMethodDescriptionBuilder.IniPropertyCreator.create(String key, String value, int line, IniComment comment) create a property by valueMethods in org.aoju.bus.setting that return types with arguments of type IniPropertyMethod parameters in org.aoju.bus.setting with type arguments of type IniPropertyModifier and TypeMethodDescriptionvoidReaders.setPropertyElementFormatterSupplier(Supplier<ElementFormatter<IniProperty>> propertyElementFormatterSupplier) -
Uses of IniProperty in org.aoju.bus.setting.format
Fields in org.aoju.bus.setting.format with type parameters of type IniPropertyModifier and TypeFieldDescriptionprotected final ElementFormatter<IniProperty> DefaultFormatter.propertyElementFormatterMethods in org.aoju.bus.setting.format that return IniPropertyModifier and TypeMethodDescription此方法不会检查值,因此您应该首先PropertyFormatter.check(String)但是,不检查并不一定会报告错误,但可能会导致违规 -
Uses of IniProperty in org.aoju.bus.setting.magic
Classes in org.aoju.bus.setting.magic that implement IniPropertyModifier and TypeClassDescriptionclassIni file's parameters, likeproperty1=value1Methods in org.aoju.bus.setting.magic that return types with arguments of type IniPropertyModifier and TypeMethodDescriptionIniSection.getList()get IniProperty list. will copy a new list.IniSection.getList(Supplier<List<IniProperty>> listSupplier) get IniProperty list. will copy a new list.IniSectionImpl.getList()get IniProperty list. will copy a new list.IniSectionImpl.getList(Supplier<List<IniProperty>> listSupplier) get IniProperty list. will copy a new list.IniSectionImpl.getProxyList()if you want to get theIniPropertylist, useIniSectionImpl.getList()orIniSectionImpl.getList(Supplier).Method parameters in org.aoju.bus.setting.magic with type arguments of type IniPropertyModifier and TypeMethodDescriptionIniSection.getList(Supplier<List<IniProperty>> listSupplier) get IniProperty list. will copy a new list.IniSectionImpl.getList(Supplier<List<IniProperty>> listSupplier) get IniProperty list. will copy a new list.Constructor parameters in org.aoju.bus.setting.magic with type arguments of type IniPropertyModifierConstructorDescriptionIniSectionImpl(String value, String originalValue, int lineNumber, Supplier<List<IniProperty>> listSupplier) IniSectionImpl(String value, String originalValue, int lineNumber, IniComment comment, Supplier<List<IniProperty>> listSupplier)