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
Modifier and TypeMethodDescriptionGet the list of files to import, associated with the workspace pattern to match
-
Method Details
-
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
-