Package org.ametys.plugins.forms.ribbon
Class FormRibbonImportManager
- java.lang.Object
 - 
- org.ametys.plugins.forms.ribbon.FormRibbonImportManager
 
 
- 
- All Implemented Interfaces:
 RibbonImport
public class FormRibbonImportManager extends Object implements RibbonImport
Import manager for the dynamic generated ribbon.xml of the form plugin 
- 
- 
Constructor Summary
Constructors Constructor Description FormRibbonImportManager() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<List<String>,Pattern>getImports()Get the list of files to import, associated with the workspace pattern to match 
 - 
 
- 
- 
Constructor Detail
- 
FormRibbonImportManager
public FormRibbonImportManager()
 
 - 
 
- 
Method Detail
- 
getImports
public Map<List<String>,Pattern> getImports()
Description copied from interface:RibbonImportGet the list of files to import, associated with the workspace pattern to match- Specified by:
 getImportsin interfaceRibbonImport- Returns:
 - The list of files
 
 
 - 
 
 -