Package org.spongepowered.plugin
Interface PluginResourceLocatorService<P extends PluginResource>
-
- Type Parameters:
P- The resource type
- All Known Implementing Classes:
ClasspathPluginResourceLocatorService,DirectoryPluginResourceLocatorService,JVMPluginResourceLocatorService
public interface PluginResourceLocatorService<P extends PluginResource>A service used to findresourcesto be processed bylanguage servicesor 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<P>locatePluginResources(Environment environment)Stringname()
-