mc_plugin_helper.file_manager.local module#
Module for LocalFileManager class.
- class LocalFileManager[source]#
Bases:
mc_plugin_helper.file_manager.abstract.AbstractFileManagerFile manager for local files.
- open_jar(jar_file)[source]#
Open specified jar.
- Parameters
jar_file (
str) – Path to plugin in jar.- Return type
bytes- Returns
Raw text from plugin.yml.
- get_all_files(path)[source]#
List with all files in path.
- Parameters
path (
str) – Path to folder for list of all files.- Return type
List[str]- Returns
List with all files in folder.
- _abc_impl = <_abc._abc_data object>#