Package org.ametys.odf.init
Class OdfRefTableDataExtensionPoint
- All Implemented Interfaces:
LogEnabled
,ExtensionPoint<OdfRefTableData>
,Disposable
,Initializable
,Component
,Contextualizable
,Serviceable
,ThreadSafe
public class OdfRefTableDataExtensionPoint
extends AbstractThreadSafeComponentPrioritizableExtensionPoint<OdfRefTableData>
The
OdfRefTableData
extension point to list all available CSV files to import.-
Field Summary
Fields inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
_cocoonManager, _context, _manager
-
Constructor Summary
-
Method Summary
Methods inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentPrioritizableExtensionPoint
getComparator, getExtensionsIds, initializeExtensions, sortPriorityAscending
Methods inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
addComponent, addExtension, contextualize, dispose, getExtension, hasExtension, initialize, service
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
ROLE
Avalon Role
-
-
Constructor Details
-
OdfRefTableDataExtensionPoint
public OdfRefTableDataExtensionPoint()
-
-
Method Details
-
getDataToImport
Data to import for all the extension pointsOdfRefTableData
. If we have the same content type id twice, only the first one is kept. There is a priorization, less is the priority number, more it is prior.- Returns:
- Path of CSV files to import by content type id.
-