Interface VersionHistory

All Known Implementing Classes:
PluginActivator

public interface VersionHistory
This interface is used to provide the version history of a plugin.
  • Method Summary

    Modifier and Type
    Method
    Description
    Read version history in given format.
  • Method Details

    • getHistory

      PluginHistory getHistory() throws IOException
      Read version history in given format.
      Returns:
      Version history in text format. This text is rendered as pre-formatted text in a HTML page.
      Throws:
      IOException