public interface MonitoringConsolePageConfig
| Modifier and Type | Method and Description |
|---|---|
default boolean |
existsPage(String name)
Check if a page exists
|
String |
getPage(String name)
Access the JSON definition of the named page.
|
Iterable<String> |
listPages() |
void |
putPage(String name,
String pageJson)
Adds a page in JSON form to the configuration.
|
default void |
removePage(String name)
Removes a page from the configuration.
|
String getPage(String name)
name - name of the page to accessNoSuchElementExceptiondefault boolean existsPage(String name)
name - page name to checkvoid putPage(String name, String pageJson)
name - name of the pagepageJson - page configurationdefault void removePage(String name)
name - watch nameCopyright © 2020. All rights reserved.