Class DefaultPluginValidationData

    • Constructor Detail

      • DefaultPluginValidationData

        public DefaultPluginValidationData​(PluginRuntime runtime,
                                           Properties properties,
                                           Locale locale)
        Creates a new plugin validation data instance with the given data.
        Parameters:
        runtime - Runtime of the plugin, usually a temporary runtime as the plugin should not be put into service if validation fails.
        properties - Current set of properties representing the configuration of the plugin.
        locale - Current locale for locale-sensitive operations, such as for constructing localized error messages.