Interface PluginLoader<R extends PluginResource,​P extends PluginContainer>

  • Type Parameters:
    R - The resource type
    P - The container type
    All Known Implementing Classes:
    JVMPluginLoader

    public interface PluginLoader<R extends PluginResource,​P extends PluginContainer>
    A loader used to create and load plugins.

    Implementors of this class are required to have a no-args constructor