Class NotLoadedPlugin


  • public class NotLoadedPlugin
    extends Object
    Information about plugin that were not loaded for some reason
    • Constructor Detail

      • NotLoadedPlugin

        public NotLoadedPlugin​(@NotNull
                               PluginInfo plugin,
                               @NotNull
                               String reason)
    • Method Detail

      • getPlugin

        @NotNull
        public PluginInfo getPlugin()
      • getReason

        @NotNull
        public String getReason()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object