Package org.ametys.core.ui
Interface RibbonImport
- 
- All Known Implementing Classes:
 FormRibbonImportManager,HierarchicalReferenceTablesRibbonImportManager,StaticRibbonImportManager
public interface RibbonImport
This extension point handle the ribbon imports. 
- 
- 
Method Summary
All Methods Instance Methods Abstract 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 
 - 
 
- 
- 
Method Detail
- 
getImports
Map<List<String>,Pattern> getImports()
Get the list of files to import, associated with the workspace pattern to match- Returns:
 - The list of files
 
 
 - 
 
 -