public class ContentImporterExtensionPoint extends AbstractThreadSafeComponentExtensionPoint<ContentImporter>
ContentImporter
s.Modifier and Type | Class and Description |
---|---|
protected static class |
ContentImporterExtensionPoint.ContentImporterPriorityComparator
Compares importers by ascending priority
|
Modifier and Type | Field and Description |
---|---|
protected static ContentImporterExtensionPoint.ContentImporterPriorityComparator |
_IMPORTER_COMPARATOR
Compares importers by ascending priority.
|
protected List<ContentImporter> |
_importersByPriority
The importers, sorted by priority.
|
static String |
ROLE
Avalon Role
|
_cocoonManager, _context, _manager
Constructor and Description |
---|
ContentImporterExtensionPoint() |
Modifier and Type | Method and Description |
---|---|
List<ContentImporter> |
getImportersByPriority()
Get the importer IDs, sorted by ascending priority.
|
addComponent, addExtension, contextualize, dispose, getExtension, getExtensionsIds, hasExtension, initialize, initializeExtensions, service
getLogger, setLogger
protected static ContentImporterExtensionPoint.ContentImporterPriorityComparator _IMPORTER_COMPARATOR
protected List<ContentImporter> _importersByPriority
public ContentImporterExtensionPoint()
public List<ContentImporter> getImportersByPriority()