Example usage for org.springframework.ide.eclipse.boot.wizard BootWizardActivator getDefault

List of usage examples for org.springframework.ide.eclipse.boot.wizard BootWizardActivator getDefault

Introduction

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

Prototype

public static BootWizardActivator getDefault() 

Source Link

Usage

From source file:org.springframework.ide.eclipse.boot.wizard.NewSpringBootWizardModel.java

public NewSpringBootWizardModel() throws Exception {
    this(BootActivator.getUrlConnectionFactory(), BootWizardActivator.getDefault().getPreferenceStore());
}