| Package | Description | 
|---|---|
| net.kunmc.lab.kpm.enums.pluginloader | |
| net.kunmc.lab.kpm.interfaces.installer.loader | |
| net.kunmc.lab.kpm.task | 
| Modifier and Type | Method and Description | 
|---|---|
static PluginLoadResult | 
PluginLoadResult.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static PluginLoadResult[] | 
PluginLoadResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
PluginLoadResult | 
PluginLoadResult.withException(@NotNull Exception exception)  | 
| Modifier and Type | Method and Description | 
|---|---|
PluginLoadResult | 
PluginLoader.loadPlugin(@NotNull Path pluginPath)
プラグインを読み込みます。 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PluginLoadResult | 
PluginLoaderImpl.loadPlugin(@NotNull Path pluginPath)
プラグインを読み込みます。 
 | 
Copyright © 2023. All rights reserved.