Module watamebot

Class UntrustedPluginLoader<T>

java.lang.Object
net.foxgenesis.watame.plugin.UntrustedPluginLoader<T>

@Deprecated(forRemoval=true) public class UntrustedPluginLoader<T> extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • UntrustedPluginLoader

      public UntrustedPluginLoader(Class<T> pluginClass)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Create a new UntrustedPluginLoader instance using the provided service class.
      Parameters:
      pluginClass - - service class used to load plugins
      Throws:
      NullPointerException - if pluginClass is null
  • Method Details