public class AliasUpdater extends AbstractInstaller<UpdateArgument,UpdateErrorCause,UpdateTasks>
UpdateTasks.DOWNLOADING_SOURCES
- ソースファイルをダウンロードする。UpdateTasks.UPDATING_ALIASES
- エイリアスのアップデートを行う。progress, registry, signalHandler
Constructor and Description |
---|
AliasUpdater(@NotNull KPMRegistry registry,
@NotNull SignalHandleManager signalHandler) |
Modifier and Type | Method and Description |
---|---|
InstallResult<UpdateTasks> |
execute(@NotNull UpdateArgument argument)
インストーラを実行します。
このメソッドを直接呼び出すことは推奨されておらず、
AbstractInstaller.run(InstallerArgument) を使用してください。 |
error, error, isPluginIgnored, postSignal, run, safeDelete, submitter, success, success
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getProgress, getRegistry
public AliasUpdater(@NotNull @NotNull KPMRegistry registry, @NotNull @NotNull SignalHandleManager signalHandler) throws IOException
IOException
public InstallResult<UpdateTasks> execute(@NotNull @NotNull UpdateArgument argument) throws TaskFailedException
AbstractInstaller
AbstractInstaller.run(InstallerArgument)
を使用してください。execute
in class AbstractInstaller<UpdateArgument,UpdateErrorCause,UpdateTasks>
argument
- インストーラに渡す引数TaskFailedException
- インストールの途中でタスクが失敗した場合AbstractInstaller.run(InstallerArgument)
Copyright © 2023. All rights reserved.