Class CompositeMetadataProvider

    • Constructor Detail

      • CompositeMetadataProvider

        public CompositeMetadataProvider​(String id,
                                         List<MetadataProvider> metadataProviders)
        Constructs a composite metadata provider by assigning it a list of provider instances that it shall read its metadata from.

        The id parameter will also by used as the Name attribute for the EntitiesDescriptor that will be returned by getMetadata().

        Parameters:
        id - the identifier for the provider (may not be changed later on)
        metadataProviders - a list of providers