@FunctionalInterface
public interface RestartInitializer
Restarter.DefaultRestartInitializer| Modifier and Type | Field and Description |
|---|---|
static RestartInitializer |
NONE
RestartInitializer that doesn't return any URLs. |
| Modifier and Type | Method and Description |
|---|---|
java.net.URL[] |
getInitialUrls(java.lang.Thread thread)
Return the initial set of URLs for the
Restarter or null if no
initial restart is required. |
static final RestartInitializer NONE
RestartInitializer that doesn't return any URLs.java.net.URL[] getInitialUrls(java.lang.Thread thread)
Restarter or null if no
initial restart is required.thread - the source threadnull