Package | Description |
---|---|
org.kunlab.kpm.enums.pluginloader | |
org.kunlab.kpm.interfaces.installer.loader | |
org.kunlab.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.