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 IniHandler
Ini. newBuilder()
protected IniHandler
Reg. newBuilder()
Methods in org.ini4j with parameters of type IniHandler Modifier and Type Method Description protected void
Ini. store(IniHandler formatter, Profile.Section section)
protected void
Ini. store(IniHandler formatter, Profile.Section section, java.lang.String option, int index)
-
Uses of IniHandler in org.ini4j.spi
Classes in org.ini4j.spi that implement IniHandler Modifier and Type Class Description class
IniBuilder
class
IniFormatter
class
RegBuilder
Methods in org.ini4j.spi with parameters of type IniHandler Modifier and Type Method Description void
IniParser. parse(java.io.InputStream input, IniHandler handler)
void
IniParser. parse(java.io.Reader input, IniHandler handler)
void
IniParser. parse(java.net.URL input, IniHandler handler)
-