Interface RequiredPluginValidator

All Known Implementing Classes:
DefaultRequiredPluginValidator

public interface RequiredPluginValidator
  • Method Summary

    Modifier and Type
    Method
    Description
    Validates that the plugins that have been marked as required by the host application are enabled.
  • Method Details

    • validate

      Collection<String> validate()
      Validates that the plugins that have been marked as required by the host application are enabled.
      Returns:
      a Collection of all plugin and module keys that did not validate.