Class PluginLoadedResult<T extends Plugin>

  • Type Parameters:
    T - the type of the Plugin implementation.

    public class PluginLoadedResult<T extends Plugin>
    extends java.lang.Object
    Represents the result of a loading action.
    • Constructor Summary

      Constructors 
      Constructor Description
      PluginLoadedResult​(T plugin, java.lang.Throwable throwable)  
    • Constructor Detail

      • PluginLoadedResult

        public PluginLoadedResult​(T plugin,
                                  java.lang.Throwable throwable)
    • Method Detail

      • getPlugin

        public T getPlugin()
      • getThrowable

        public java.lang.Throwable getThrowable()
      • succeeded

        public boolean succeeded()