public static enum BrowserLiveReload.Backend extends Enum<BrowserLiveReload.Backend>
| Enum Constant and Description |
|---|
HOTSWAP_AGENT |
JREBEL |
SPRING_BOOT_DEVTOOLS |
| Modifier and Type | Method and Description |
|---|---|
static BrowserLiveReload.Backend |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrowserLiveReload.Backend[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrowserLiveReload.Backend HOTSWAP_AGENT
public static final BrowserLiveReload.Backend JREBEL
public static final BrowserLiveReload.Backend SPRING_BOOT_DEVTOOLS
public static BrowserLiveReload.Backend[] values()
for (BrowserLiveReload.Backend c : BrowserLiveReload.Backend.values()) System.out.println(c);
public static BrowserLiveReload.Backend valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2023. All rights reserved.