Uses of Interface
org.ini4j.spi.IniHandler
-
Packages that use IniHandler Package Description org.ini4j [ini4j] main packageorg.ini4j.spi [ini4j] service provider package -
-
Uses of IniHandler in org.ini4j
Methods in org.ini4j that return IniHandler Modifier and Type Method Description protected IniHandlerIni. newBuilder()protected IniHandlerReg. newBuilder()Methods in org.ini4j with parameters of type IniHandler Modifier and Type Method Description protected voidIni. store(IniHandler formatter, Profile.Section section)protected voidIni. store(IniHandler formatter, Profile.Section section, String option, int index) -
Uses of IniHandler in org.ini4j.spi
Classes in org.ini4j.spi that implement IniHandler Modifier and Type Class Description classIniBuilderclassIniFormatterclassRegBuilderMethods in org.ini4j.spi with parameters of type IniHandler Modifier and Type Method Description voidIniParser. parse(InputStream input, IniHandler handler)voidIniParser. parse(Reader input, IniHandler handler)voidIniParser. parse(URL input, IniHandler handler)
-