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

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

Introduction

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

Prototype

String PLUGIN_ID

To view the source code for org.springframework.ide.eclipse.boot.core BootActivator PLUGIN_ID.

Click Source Link

Usage

From source file:org.springframework.ide.eclipse.boot.core.BootPreferences.java

protected IEclipsePreferences getPrefs() {
    IEclipsePreferences prefs = InstanceScope.INSTANCE.getNode(BootActivator.PLUGIN_ID);
    return prefs;
}