Java org.springframework.boot.devtools.restart Restarter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.devtools.restart Restarter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.devtools.restart Restarter.

The text is from its open source code.

Field

Restarterinstance

Constructor

Method

voidaddClassLoaderFiles(ClassLoaderFiles classLoaderFiles)
Add additional ClassLoaderFiles to be included in the next restart.
voidaddUrls(Collection urls)
Add additional URLs to be includes in the next restart.
voiddisable()
Initialize and disable restart support.
URL[]getInitialUrls()
Return the initial set of URLs as configured by the RestartInitializer .
RestartergetInstance()
Return the active Restarter instance.
voidinitialize(String[] args, boolean forceReferenceCleanup, RestartInitializer initializer, boolean restartOnInitialize)
Initialize restart support for the current application.
voidrestart()
Restart the running application.