Class ClasspathPluginResourceLocatorService
- java.lang.Object
-
- org.spongepowered.plugin.builtin.jvm.locator.JVMPluginResourceLocatorService
-
- org.spongepowered.plugin.builtin.jvm.locator.ClasspathPluginResourceLocatorService
-
- All Implemented Interfaces:
PluginResourceLocatorService<JVMPluginResource>
public final class ClasspathPluginResourceLocatorService extends JVMPluginResourceLocatorService
-
-
Constructor Summary
Constructors Constructor Description ClasspathPluginResourceLocatorService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<JVMPluginResource>
locatePluginResources(Environment environment)
String
name()
-
Methods inherited from class org.spongepowered.plugin.builtin.jvm.locator.JVMPluginResourceLocatorService
isValidManifest
-
-
-
-
Method Detail
-
locatePluginResources
public Set<JVMPluginResource> locatePluginResources(Environment environment)
-
-