public class MetadataProcessorRegistry extends SimpleContributionRegistry<MetadataProcessorDescriptor>
MetadataProcessorDescriptor
descriptors.ContributionFragmentRegistry.Fragment<T>, ContributionFragmentRegistry.FragmentList<T>
currentContribs
contribs
Constructor and Description |
---|
MetadataProcessorRegistry() |
Modifier and Type | Method and Description |
---|---|
String |
getContributionId(MetadataProcessorDescriptor metadataProcessorDescriptor)
Returns the contribution ID given the contribution object
|
BinaryMetadataProcessor |
getProcessor(String processorId) |
void |
merge(MetadataProcessorDescriptor metadataProcessorDescriptor,
MetadataProcessorDescriptor metadataProcessorDescriptor2)
Not supported.
|
clone, contributionRemoved, contributionUpdated, getCurrentContribution, isSupportingMerge
addContribution, addFragment, getContribution, getFragments, removeContribution, removeContribution, removeFragment, toMap
public MetadataProcessorRegistry()
public String getContributionId(MetadataProcessorDescriptor metadataProcessorDescriptor)
ContributionFragmentRegistry
getContributionId
in class ContributionFragmentRegistry<MetadataProcessorDescriptor>
public void merge(MetadataProcessorDescriptor metadataProcessorDescriptor, MetadataProcessorDescriptor metadataProcessorDescriptor2)
merge
in class SimpleContributionRegistry<MetadataProcessorDescriptor>
metadataProcessorDescriptor
- the object to copy over the 'dst' objectmetadataProcessorDescriptor2
- this object is modifiedpublic BinaryMetadataProcessor getProcessor(String processorId)
Copyright © 2018 Nuxeo. All rights reserved.