All Known Implementing Classes:
YamlLanguageResourceInstaller, YamlSoundResourceInstaller

public interface ResourceInstaller
An interface that describes classes that are responsible for installing resources from the jar to the plugin data directory.
  • Field Details

    • WHITESPACE

      static final Pattern WHITESPACE
    • TWO_OR_MORE_DOTS

      static final Pattern TWO_OR_MORE_DOTS
    • LEADING_SLASHES

      static final Pattern LEADING_SLASHES
    • TWO_OR_MORE_SLASHES

      static final Pattern TWO_OR_MORE_SLASHES
  • Method Details