Module org.spongepowered.plugin.spi
Package org.spongepowered.plugin
Interface PluginResourceLocatorService<P extends PluginResource>
- Type Parameters:
P
- The resource type
- All Known Subinterfaces:
JVMPluginResourceLocatorService
- All Known Implementing Classes:
ClasspathPluginResourceLocatorService
,DirectoryPluginResourceLocatorService
,EnvironmentPluginResourceLocatorService
public interface PluginResourceLocatorService<P extends PluginResource>
A service used to find
resources
to be processed by
language services
or other implementation constructs.
No class loading should occur at this time.
Implementors of this class are required to have a no-args constructor.
-
Method Summary