Class BasicPluginPolicyFilter

    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void deployPlugin​(Plugin plugin, java.lang.String archiveName)
      Called after given plugin deployement to execute specific actions
      boolean init​(Plugin plugin)
      Initialize the component with the given plugin configuration
      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 class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Comparable

        compareTo