public class MetadataProcessorRegistry extends SimpleContributionRegistry<MetadataProcessorDescriptor>
MetadataProcessorDescriptor descriptors.ContributionFragmentRegistry.Fragment<T>, ContributionFragmentRegistry.FragmentList<T>currentContribscontribs| 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, isSupportingMergeaddContribution, addFragment, getContribution, getFragments, removeContribution, removeContribution, removeFragmentpublic MetadataProcessorRegistry()
public String getContributionId(MetadataProcessorDescriptor metadataProcessorDescriptor)
ContributionFragmentRegistrygetContributionId 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 © 2016 Nuxeo SA. All rights reserved.