Uses of Enum Class
io.fluxzero.devserver.FrontendConfig.Mode
-
Uses of FrontendConfig.Mode in io.fluxzero.devserver
Subclasses with type arguments of type FrontendConfig.Mode in io.fluxzero.devserverMethods in io.fluxzero.devserver that return FrontendConfig.ModeModifier and TypeMethodDescriptionFrontendConfig.mode()Returns the value of themoderecord component.static FrontendConfig.ModeReturns the enum constant of this class with the specified name.static FrontendConfig.Mode[]FrontendConfig.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.fluxzero.devserver with parameters of type FrontendConfig.ModeModifierConstructorDescriptionFrontendConfig(FrontendConfig.Mode mode, String command, String url) FrontendConfig(FrontendConfig.Mode mode, String command, String url, String directory, String setupCommand, List<String> backendPaths) Creates an instance of aFrontendConfigrecord class.FrontendConfig(FrontendConfig.Mode mode, String command, String url, List<String> backendPaths)