Interface PluginPolicyFilter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String REVISION  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void deployPlugin​(Plugin plugin, java.lang.String archiveName)
      Called after given plugin deployement to execute specific actions
      void setupPlugin​(Plugin plugin)
      Called after given plugin setup to execute specific actions
      void uninstallPlugin​(Plugin plugin)
      Called after given plugin uninstall to execute specific actions
      • Methods inherited from interface java.lang.Comparable

        compareTo
    • Method Detail

      • setupPlugin

        void setupPlugin​(Plugin plugin)
        Called after given plugin setup to execute specific actions
        Parameters:
        plugin - the setuped plugin
      • deployPlugin

        void deployPlugin​(Plugin plugin,
                          java.lang.String archiveName)
        Called after given plugin deployement to execute specific actions
        Parameters:
        plugin - the deployed plugin
        archiveName - the deployed archive name
      • uninstallPlugin

        void uninstallPlugin​(Plugin plugin)
        Called after given plugin uninstall to execute specific actions
        Parameters:
        plugin - the uninstaled plugin