Interface PluginQuery

All Known Implementing Classes:
SimplePluginQuery

public interface PluginQuery
API for querying and filtering available plugins.
Version:
1.0
Author:
matt
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a simple substring-matching query.
    boolean
    If true then only return the latest (highest) version available for any given plugin.
  • Method Details

    • isLatestVersionOnly

      boolean isLatestVersionOnly()
      If true then only return the latest (highest) version available for any given plugin.
      Returns:
      boolean
    • getSimpleQuery

      String getSimpleQuery()
      Get a simple substring-matching query. This is the query as provided by a user. The application can apply this query in whatever method is most appropriate to return appropriate results.
      Returns:
      a simple query string