Package net.glowstone.util.linkstone
Class LinkstonePluginScanner
java.lang.Object
net.glowstone.util.linkstone.LinkstonePluginScanner
- 
Constructor Summary
ConstructorsConstructorDescriptionLinkstonePluginScanner(net.glowstone.linkstone.runtime.FieldSet fields, net.glowstone.linkstone.runtime.Boxes boxes)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidscanPlugins(List<File> pluginJars) Look through a list of plugins jar files and store all fields annotated with aLFieldannotation. 
- 
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 aLFieldannotation.- Parameters:
 pluginJars- list of plugins jars to be scanned
 
 -