Interface MapAddonDescriptionLoader

All Superinterfaces:
AddonDescriptionLoader
All Known Implementing Classes:
InputStreamAddonDescriptionLoader, PropertiesAddonDescriptionLoader

public interface MapAddonDescriptionLoader extends AddonDescriptionLoader
The simplified AddonDescriptionLoader that loads the AddonDescription from the information map of the jar file. The map should have:
  • name: the name of the addon
  • version: the version of the addon
  • main: the main class of the addon