Uses of Class
bot.config.BotConfig.Section

Packages that use BotConfig.Section
bot.config   
 

Uses of BotConfig.Section in bot.config
 

Fields in bot.config declared as BotConfig.Section
private static BotConfig.Section BotConfig.section
           
 

Methods in bot.config that return BotConfig.Section
private static BotConfig.Section BotConfig.initSection(java.lang.String line)
          Initializes a section
static BotConfig.Section BotConfig.Section.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BotConfig.Section[] BotConfig.Section.values()
          Returns an array containing the constants of this enum type, in the order they are declared.