Example usage for org.springframework.ide.eclipse.boot.core BootActivator getUrlConnectionFactory

List of usage examples for org.springframework.ide.eclipse.boot.core BootActivator getUrlConnectionFactory

Introduction

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

Prototype

public static URLConnectionFactory getUrlConnectionFactory() 

Source Link

Usage

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

public NewSpringBootWizardModel(IPreferenceStore prefs) throws Exception {
    this(BootActivator.getUrlConnectionFactory(), prefs);
}

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

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