Uses of Class
org.apache.lucene.luke.app.desktop.util.inifile.OptionMap
-
Packages that use OptionMap Package Description org.apache.lucene.luke.app.desktop.util.inifile Ini file parser / writer -
-
Uses of OptionMap in org.apache.lucene.luke.app.desktop.util.inifile
Methods in org.apache.lucene.luke.app.desktop.util.inifile that return types with arguments of type OptionMap Modifier and Type Method Description Map<String,OptionMap>IniFileReader. readSections(Path path)Map<String,OptionMap>SimpleIniFileReader. readSections(Path path)Method parameters in org.apache.lucene.luke.app.desktop.util.inifile with type arguments of type OptionMap Modifier and Type Method Description voidIniFileWriter. writeSections(Path path, Map<String,OptionMap> sections)voidSimpleIniFileWriter. writeSections(Path path, Map<String,OptionMap> sections)
-