Class PluginBase

    • Constructor Detail

      • PluginBase

        public PluginBase()
    • Method Detail

      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • getName

        @NotNull
        public final String getName()
        Description copied from interface: Plugin
        Returns the name of the plugin.

        This should return the bare name of the plugin and should be used for comparison.

        Specified by:
        getName in interface Plugin
        Returns:
        name of the plugin