Class JVMPluginResourceLocatorService
- java.lang.Object
-
- org.spongepowered.plugin.builtin.jvm.locator.JVMPluginResourceLocatorService
-
- All Implemented Interfaces:
PluginResourceLocatorService<JVMPluginResource>
- Direct Known Subclasses:
ClasspathPluginResourceLocatorService
,DirectoryPluginResourceLocatorService
public abstract class JVMPluginResourceLocatorService extends Object implements PluginResourceLocatorService<JVMPluginResource>
-
-
Constructor Summary
Constructors Constructor Description JVMPluginResourceLocatorService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isValidManifest(Environment environment, Manifest manifest)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.spongepowered.plugin.PluginResourceLocatorService
locatePluginResources, name
-
-
-
-
Method Detail
-
isValidManifest
public boolean isValidManifest(Environment environment, Manifest manifest)
-
-