Interface ComponentUpdater<T>

  • Type Parameters:
    T - the component type

    @Deprecated
    public interface ComponentUpdater<T>
    Deprecated.
    Use new importers.
    Type to handle updates to a component when an import gets more information about it after it has been created.
    • Method Detail

      • update

        void update​(T component,
                    Map<String,​Attribute> attributes)
        Deprecated.
        Update component with the extra attributes.
        Parameters:
        component - to update
        attributes - to add to the component