Uses of Record Class
com.github.joschi.jadconfig.documentation.printers.ConfigurationSection
Packages that use ConfigurationSection
-
Uses of ConfigurationSection in com.github.joschi.jadconfig.documentation.printers
Methods in com.github.joschi.jadconfig.documentation.printers that return types with arguments of type ConfigurationSectionModifier and TypeMethodDescriptionConfigurationSection.sections()Returns the value of thesectionsrecord component.Method parameters in com.github.joschi.jadconfig.documentation.printers with type arguments of type ConfigurationSectionModifier and TypeMethodDescriptionvoidConfigFileDocsPrinter.write(List<ConfigurationSection> configurationSections) voidCsvDocsPrinter.write(List<ConfigurationSection> sections) voidDocsPrinter.write(List<ConfigurationSection> sections) Constructor parameters in com.github.joschi.jadconfig.documentation.printers with type arguments of type ConfigurationSectionModifierConstructorDescriptionConfigurationSection(String heading, String description, List<ConfigurationSection> sections, List<ConfigurationEntry> entries) Creates an instance of aConfigurationSectionrecord class.