Module org.spongepowered.plugin.spi
Class EnvironmentPluginResourceLocatorService
java.lang.Object
org.spongepowered.plugin.builtin.jvm.locator.EnvironmentPluginResourceLocatorService
- All Implemented Interfaces:
JVMPluginResourceLocatorService,PluginResourceLocatorService<JVMPluginResource>
public final class EnvironmentPluginResourceLocatorService
extends Object
implements JVMPluginResourceLocatorService
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EnvironmentPluginResourceLocatorService
public EnvironmentPluginResourceLocatorService()
-
-
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
-