Interface EclipseSimuLizarExtensionModule
-
@Module(includes=BasicSimuLizarExtensionModule.class) public interface EclipseSimuLizarExtensionModule
-
-
Field Summary
Fields Modifier and Type Field Description static String
SIMULIZAREXTENSION_EXTENSION_ATTRIBUTE
static String
SIMULIZAREXTENSION_EXTENSION_POINT_ID
-
Method Summary
Static Methods Modifier and Type Method Description static Set<SimuLizarExtensionFactory<?>>
provideExtensionFactories(SimuLizarCoreComponent component)
-
-
-
Field Detail
-
SIMULIZAREXTENSION_EXTENSION_POINT_ID
static final String SIMULIZAREXTENSION_EXTENSION_POINT_ID
- See Also:
- Constant Field Values
-
SIMULIZAREXTENSION_EXTENSION_ATTRIBUTE
static final String SIMULIZAREXTENSION_EXTENSION_ATTRIBUTE
- See Also:
- Constant Field Values
-
-
Method Detail
-
provideExtensionFactories
@Provides @ElementsIntoSet static Set<SimuLizarExtensionFactory<?>> provideExtensionFactories(SimuLizarCoreComponent component)
-
-