List of usage examples for org.springframework.ide.eclipse.boot.core BootActivator PLUGIN_ID
String PLUGIN_ID
To view the source code for org.springframework.ide.eclipse.boot.core BootActivator PLUGIN_ID.
Click Source Link
From source file:org.springframework.ide.eclipse.boot.core.BootPreferences.java
protected IEclipsePreferences getPrefs() { IEclipsePreferences prefs = InstanceScope.INSTANCE.getNode(BootActivator.PLUGIN_ID); return prefs; }