Example usage for org.springframework.ide.eclipse.boot.core SpringBootCore getDefault

List of usage examples for org.springframework.ide.eclipse.boot.core SpringBootCore getDefault

Introduction

In this page you can find the example usage for org.springframework.ide.eclipse.boot.core SpringBootCore getDefault.

Prototype

public static SpringBootCore getDefault() 

Source Link

Document

Gets the default instance.

Usage

From source file:org.springframework.ide.eclipse.boot.ui.EnableDisableBootDevtools.java

/**
 * Constructor that eclipse calls when it instantiates the delegate
 */
public EnableDisableBootDevtools() {
    this(SpringBootCore.getDefault());
}