com.atlassian.plugin.metadata
Interface RequiredPluginValidator

All Known Implementing Classes:
DefaultRequiredPluginValidator

public interface RequiredPluginValidator


Method Summary
 Collection<String> validate()
          Validates that the plugins that have been marked as required by the host application are enabled.
 

Method Detail

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.


Copyright © 2014 Atlassian. All rights reserved.