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