Class StaticRibbonImportManager

java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.core.ui.StaticRibbonImportManager
All Implemented Interfaces:
RibbonImport, LogEnabled, PluginAware, Configurable
Direct Known Subclasses:
HierarchicalReferenceTablesRibbonImportManager

Static implementation for the ribbon import manager. The expected configuration is one or more "workspace" with a match attribute (default to ".*"), and a list of files to include : <workspace match=".*"> <file plugin="core-ui">ribbon/ribbon.xml</file> <file>ribbon/ribbon.xml</file> </workspace>