Uses of Enum Class
edu.wisc.game.web.LaunchRulesBase.Mode
Packages that use LaunchRulesBase.Mode
Package
Description
The RESTful web API
Back-end classes for some auxiliary JSP pages
-
Uses of LaunchRulesBase.Mode in edu.wisc.game.rest
Methods in edu.wisc.game.rest with parameters of type LaunchRulesBase.ModeModifier and TypeMethodDescriptionstatic File
Files.getLaunchFileA
(LaunchRulesBase.Mode mode) The control file for the repeat-user launch pagestatic File
Files.getLaunchFileB
(LaunchRulesBase.Mode mode) -
Uses of LaunchRulesBase.Mode in edu.wisc.game.web
Methods in edu.wisc.game.web that return LaunchRulesBase.ModeModifier and TypeMethodDescriptionstatic LaunchRulesBase.Mode
Returns the enum constant of this class with the specified name.static LaunchRulesBase.Mode[]
LaunchRulesBase.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.wisc.game.web with parameters of type LaunchRulesBase.ModeModifier and TypeMethodDescriptionprotected void
LaunchRulesBase.buildTable
(String[] modsShort, String[] modsLong, String[] hm, LaunchRulesBase.Mode z, String chosenRuleSet) Builds Part A and Part B tablesConstructors in edu.wisc.game.web with parameters of type LaunchRulesBase.ModeModifierConstructorDescriptionLaunchRules
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, LaunchRulesBase.Mode mode) Generates the table for the APP or CGS launch page.