Package net.glowstone.util.linkstone
Class LinkstonePluginScanner
java.lang.Object
net.glowstone.util.linkstone.LinkstonePluginScanner
-
Constructor Summary
ConstructorDescriptionLinkstonePluginScanner
(net.glowstone.linkstone.runtime.FieldSet fields, net.glowstone.linkstone.runtime.Boxes boxes) -
Method Summary
Modifier and TypeMethodDescriptionvoid
scanPlugins
(List<File> pluginJars) Look through a list of plugins jar files and store all fields annotated with aLField
annotation.
-
Constructor Details
-
LinkstonePluginScanner
public LinkstonePluginScanner(net.glowstone.linkstone.runtime.FieldSet fields, net.glowstone.linkstone.runtime.Boxes boxes)
-
-
Method Details
-
scanPlugins
Look through a list of plugins jar files and store all fields annotated with aLField
annotation.- Parameters:
pluginJars
- list of plugins jars to be scanned
-