Uses of Record Class
org.tquadrat.foundation.inifile.INIFile.Entry
Packages that use INIFile.Entry
Package
Description
The module INIFile provides an API to Windows-style
configuration files, the so called 'INI' files, from the extension
'
.ini
' of these files.The implementation classes for
INIFile
.-
Uses of INIFile.Entry in org.tquadrat.foundation.inifile
Methods in org.tquadrat.foundation.inifile that return types with arguments of type INIFile.EntryMethods in org.tquadrat.foundation.inifile with parameters of type INIFile.EntryModifier and TypeMethodDescriptionint
INIFile.Entry.compareTo
(INIFile.Entry o) default void
INIFile.loadEntries
(INIFile.Entry... entries) Loads the entries for the INI file.Method parameters in org.tquadrat.foundation.inifile with type arguments of type INIFile.EntryModifier and TypeMethodDescriptiondefault void
INIFile.loadEntries
(Collection<INIFile.Entry> entries) Loads the entries for the INI file. -
Uses of INIFile.Entry in org.tquadrat.foundation.inifile.internal
Methods in org.tquadrat.foundation.inifile.internal that return types with arguments of type INIFile.EntryModifier and TypeMethodDescriptionfinal Collection
<INIFile.Entry> INIFileImpl.listEntries()
Returns all entries of the INI file.