Interface ResourceInstaller
- 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.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioninstall()Install resources listed in auto_install.txt to the plugin data directory
-
Field Details
-
WHITESPACE
-
TWO_OR_MORE_DOTS
-
LEADING_SLASHES
-
TWO_OR_MORE_SLASHES
-
-
Method Details
-
install
ResourceInstaller.InstallerStatus install()Install resources listed in auto_install.txt to the plugin data directory
-