Interface ResourceInstaller
- All Known Implementing Classes:
LanguageResourceInstaller
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
Install resources listed in auto_install.txt to the plugin data directory
-
Method Details
-
autoInstall
void autoInstall()Install resources listed in auto_install.txt to the plugin data directory
-