Package org.eclipse.stardust.engine.core.compatibility.ui.preferences.spi

Interface Summary
IStaticConfigurationProvider An implementor of this interface can provide default preferences for one moduleId and multiple preferenceIds scoped by the moduleId.

To publish an implementor to the engine a file named by the interface's factory has to be created in the '/META-INF/services' folder of the jar.
In this case: org.eclipse.stardust.engine.core.compatibility.ui.preferences.spi.IStaticConfigurationProvider$Factory
This file needs to contain the qualified class name of the implementor of the factory interface.

This pattern follows the concept of the JDK6 ServiceLoader.
IStaticConfigurationProvider.Factory The factory interface for IStaticConfigurationProvider
 



Copyright © 2017 Eclipse Stardust. All Rights Reserved.