Class P

All Implemented Interfaces:
RegistryContext

public class P extends Plugin
  • Field Details

  • Constructor Details

    • P

      public P()
  • Method Details

    • getInstance

      public static P getInstance()
    • startup

      public void startup()
      Description copied from class: Plugin
      This method is invoked when the plugin is activated, i.e., when the first class defined by the plugin is loaded (except for the Plugin class itself). The default implementation executes all executable items in the directory /hooks/startup/name, where name is the name of the plugin.

      The method Plugin.initialize() has been invoked before. Only if this invocation has returned true, the plugin may be activated.

      Overrides:
      startup in class Plugin