Interface ResourceManager

All Known Subinterfaces:
SectionResourceManager
All Known Implementing Classes:
LanguageResourceManager

public interface ResourceManager
An interface that describes a resource manager that is responsible for installing resources from the plugin jar file to the plugin data directory, as well as loading and reloading the installed files at startup or issuance of the reload command.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Reload resource into a bukkit Configuration object
  • Method Details

    • reload

      boolean reload()
      Reload resource into a bukkit Configuration object
      Returns:
      true if successful, false if not