Module org.spongepowered.plugin.spi
Class ClasspathPluginResourceLocatorService
java.lang.Object
org.spongepowered.plugin.builtin.jvm.locator.ClasspathPluginResourceLocatorService
- All Implemented Interfaces:
 JVMPluginResourceLocatorService,PluginResourceLocatorService<JVMPluginResource>
public final class ClasspathPluginResourceLocatorService
extends Object
implements JVMPluginResourceLocatorService
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
ClasspathPluginResourceLocatorService
public ClasspathPluginResourceLocatorService() 
 - 
 - 
Method Details
- 
name
- Specified by:
 namein interfacePluginResourceLocatorService<JVMPluginResource>- Returns:
 - The 
name 
 - 
locatePluginResources
- Specified by:
 locatePluginResourcesin interfacePluginResourceLocatorService<JVMPluginResource>- Parameters:
 environment- The environment- Returns:
 - The 
resourcesas an unmodifiableSet 
 
 -