| Modifier and Type | Method and Description |
|---|---|
static Option |
Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Option[] |
Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
IndexHtmlCreator.createIndexHtml(Map<Option,String> options) |
static byte[] |
IndexHtmlCreator.createIndexHtml(Map<String,String> urls,
String urlsPrimaryName,
Map<Option,String> options) |
Copyright © 2018–2021. All rights reserved.