Interface ChangeAttributeFactory

    • Method Detail

      • create

        PluginDefinedInfo create​(ChangeData cd,
                                 DynamicOptions.BeanProvider beanProvider,
                                 String plugin)
        Deprecated.
        Create a plugin-provided info field.

        Typically, implementations will subclass PluginDefinedInfo to add additional fields.

        Parameters:
        cd - change.
        beanProvider - provider of DynamicBeans, which may be used for reading options.
        plugin - plugin name.
        Returns:
        the plugin's special change info.