- GarbageCleanArgument - Class in org.kunlab.kpm.task.tasks.garbage.clean
-
不要なデータの削除を行うタスクの引数です。
- GarbageCleanArgument() - Constructor for class org.kunlab.kpm.task.tasks.garbage.clean.GarbageCleanArgument
-
- GarbageCleaner - Class in org.kunlab.kpm.installer.impls.clean
-
- GarbageCleaner(KPMRegistry, SignalHandleManager) - Constructor for class org.kunlab.kpm.installer.impls.clean.GarbageCleaner
-
- GarbageCleanErrorCause - Enum in org.kunlab.kpm.task.tasks.garbage.clean
-
不要なデータの削除エラーを表す列挙型です。
- GarbageCleanFinishedSignalHandler - Class in org.kunlab.kpm.signal.handlers.clean
-
- GarbageCleanFinishedSignalHandler(Terminal) - Constructor for class org.kunlab.kpm.signal.handlers.clean.GarbageCleanFinishedSignalHandler
-
- GarbageCleanResult - Class in org.kunlab.kpm.task.tasks.garbage.clean
-
不要なデータの削除を行うタスクの結果です。
- GarbageCleanResult(boolean, GarbageCleanState, GarbageCleanErrorCause, HashMap<Path, Boolean>) - Constructor for class org.kunlab.kpm.task.tasks.garbage.clean.GarbageCleanResult
-
- GarbageCleanSignalHandler - Class in org.kunlab.kpm.signal.handlers.clean
-
- GarbageCleanSignalHandler(Terminal) - Constructor for class org.kunlab.kpm.signal.handlers.clean.GarbageCleanSignalHandler
-
- GarbageCleanState - Enum in org.kunlab.kpm.task.tasks.garbage.clean
-
不要なデータの削除状態を表します。
- GarbageCleanSucceedResult - Class in org.kunlab.kpm.installer.impls.clean
-
不要なデータの削除に成功したことを表す結果です。
- GarbageCleanSucceedResult(InstallProgress<CleanTasks, ? extends PluginInstaller<? extends InstallerArgument, ? extends Enum<?>, CleanTasks>>, List<Path>, List<Path>) - Constructor for class org.kunlab.kpm.installer.impls.clean.GarbageCleanSucceedResult
-
- GarbageCleanTask - Class in org.kunlab.kpm.task.tasks.garbage.clean
-
不要なデータの削除を行うタスクです。
- GarbageCleanTask(PluginInstaller<? extends InstallerArgument, ? extends Enum<?>, ? extends Enum<?>>) - Constructor for class org.kunlab.kpm.task.tasks.garbage.clean.GarbageCleanTask
-
- GarbageDeleteSkippedSignal - Class in org.kunlab.kpm.task.tasks.garbage.clean.signal
-
不要なデータの削除がスキップされたことを示すシグナルです。
- GarbageDeleteSkippedSignal() - Constructor for class org.kunlab.kpm.task.tasks.garbage.clean.signal.GarbageDeleteSkippedSignal
-
- GarbageDeletingSignal - Class in org.kunlab.kpm.task.tasks.garbage.clean.signal
-
不要なデータの削除中であることを示すシグナルです。
- GarbageDeletingSignal() - Constructor for class org.kunlab.kpm.task.tasks.garbage.clean.signal.GarbageDeletingSignal
-
- GarbageDeletingSignal.Post - Class in org.kunlab.kpm.task.tasks.garbage.clean.signal
-
削除後に呼ばれるシグナルです。
- GarbageDeletingSignal.Pre - Class in org.kunlab.kpm.task.tasks.garbage.clean.signal
-
削除前に呼ばれるシグナルです。
- GarbageEnumeratedSignal - Class in org.kunlab.kpm.task.tasks.garbage.clean.signal
-
不要なデータが列挙されたことを示すシグナルです。
- GarbageEnumeratedSignal() - Constructor for class org.kunlab.kpm.task.tasks.garbage.clean.signal.GarbageEnumeratedSignal
-
- GarbageSearchArgument - Class in org.kunlab.kpm.task.tasks.garbage.search
-
不要なデータの検索を行うタスクの引数です。
- GarbageSearchArgument() - Constructor for class org.kunlab.kpm.task.tasks.garbage.search.GarbageSearchArgument
-
- GarbageSearchErrorCause - Enum in org.kunlab.kpm.task.tasks.garbage.search
-
不要なデータの検索のエラーを表す列挙型です。
- GarbageSearchingSignal - Class in org.kunlab.kpm.task.tasks.garbage.search.signals
-
不要なデータの検索を開始したことを示すシグナルです。
- GarbageSearchingSignal() - Constructor for class org.kunlab.kpm.task.tasks.garbage.search.signals.GarbageSearchingSignal
-
- GarbageSearchResult - Class in org.kunlab.kpm.task.tasks.garbage.search
-
不要なデータの検索を行うタスクの結果です。
- GarbageSearchResult(boolean, GarbageSearchState, GarbageSearchErrorCause, List<Path>) - Constructor for class org.kunlab.kpm.task.tasks.garbage.search.GarbageSearchResult
-
- GarbageSearchResult(GarbageSearchState, List<Path>) - Constructor for class org.kunlab.kpm.task.tasks.garbage.search.GarbageSearchResult
-
- GarbageSearchResult(boolean, GarbageSearchState, GarbageSearchErrorCause) - Constructor for class org.kunlab.kpm.task.tasks.garbage.search.GarbageSearchResult
-
- GarbageSearchState - Enum in org.kunlab.kpm.task.tasks.garbage.search
-
不要なデータの検索の状態を表します。
- GarbageSearchTask - Class in org.kunlab.kpm.task.tasks.garbage.search
-
不要なデータの検索を行うタスクです。
- GarbageSearchTask(PluginInstaller<? extends InstallerArgument, ? extends Enum<?>, ? extends Enum<?>>) - Constructor for class org.kunlab.kpm.task.tasks.garbage.search.GarbageSearchTask
-
- get() - Method in class org.kunlab.kpm.db.Transaction.QueryResult
-
行の内容をマップして返します。
- get(String, MsgArgs) - Static method in class org.kunlab.kpm.lang.LangProvider
-
- get(String) - Static method in class org.kunlab.kpm.lang.LangProvider
-
- get() - Method in interface org.kunlab.kpm.task.AbstractInstallTask.ThrowingSupplier
-
- getAccessibleConstructor(Class<?>, Class<?>...) - Static method in class org.kunlab.kpm.utils.ReflectionUtils
-
Returns the accessible constructor of a desired class with the given parameter types
- getAccessibleConstructor(String, ReflectionUtils.PackageType, Class<?>...) - Static method in class org.kunlab.kpm.utils.ReflectionUtils
-
Returns the accessible constructor of a desired class with the given parameter types
- getAccessibleField(Class<?>, boolean, String) - Static method in class org.kunlab.kpm.utils.ReflectionUtils
-
Returns an accessible field of the target class with the given name
- getAccessibleField(String, ReflectionUtils.PackageType, boolean, String) - Static method in class org.kunlab.kpm.utils.ReflectionUtils
-
Returns an accessible field of a desired class with the given name
- getAccessibleMethod(Class<?>, String, Class<?>...) - Static method in class org.kunlab.kpm.utils.ReflectionUtils
-
Returns an accessible method of a class with the given parameter types
- getAccessibleMethod(String, ReflectionUtils.PackageType, String, Class<?>...) - Static method in class org.kunlab.kpm.utils.ReflectionUtils
-
Returns an accessible method of a desired class with the given parameter types
- getActualDependencyName() - Method in class org.kunlab.kpm.task.tasks.dependencies.collector.signals.DependencyNameMismatchSignal
-
実際の依存関係の名前を取得します。
- getAlias() - Method in interface org.kunlab.kpm.interfaces.alias.Alias
-
エイリアスです。
- getAliasesCount() - Method in interface org.kunlab.kpm.interfaces.alias.AliasUpdater
-
- getAliasesDBPath() - Method in interface org.kunlab.kpm.interfaces.KPMEnvironment
-
エイリアスデータベースのパスです。
- getAliasProvider() - Method in interface org.kunlab.kpm.interfaces.KPMRegistry
-
エイリアスを管理するクラスです。
- getArguments() - Method in class org.kunlab.kpm.commands.CommandAutoRemove
-
- getArguments() - Method in class org.kunlab.kpm.commands.CommandClean
-
- getArguments() - Method in class org.kunlab.kpm.commands.CommandInfo
-
- getArguments() - Method in class org.kunlab.kpm.commands.CommandInstall
-
- getArguments() - Method in class org.kunlab.kpm.commands.CommandRegister
-
- getArguments() - Method in class org.kunlab.kpm.commands.CommandResolve
-
- getArguments() - Method in class org.kunlab.kpm.commands.CommandUninstall
-
- getArguments() - Method in class org.kunlab.kpm.commands.CommandUpdate
-
- getArguments() - Method in class org.kunlab.kpm.commands.CommandUpgrade
-
- getArguments() - Method in class org.kunlab.kpm.commands.CommandUpgradeKPM
-
- getArguments() - Method in class org.kunlab.kpm.commands.CommandVersion
-
- getArguments() - Method in class org.kunlab.kpm.commands.debug.CommandInstallDebug
-
- getArguments() - Method in class org.kunlab.kpm.commands.debug.CommandUninstallDebug
-
- getArguments() - Method in class org.kunlab.kpm.commands.debug.deptree.CommandMarkAsDependency
-
- getArguments() - Method in class org.kunlab.kpm.commands.debug.deptree.CommandPurge
-
- getArguments() - Method in class org.kunlab.kpm.commands.debug.deptree.CommandRelation
-
- getAsJson() - Method in class org.kunlab.kpm.http.HTTPResponse
-
レスポンスボディを JSON として取得します。
- getAsObject(Class<T>) - Method in class org.kunlab.kpm.http.HTTPResponse
-
レスポンスボディをオブジェクトとして取得します。
- getAsString() - Method in class org.kunlab.kpm.http.HTTPResponse
-
レスポンスボディを文字列として取得します。
- getAuthors(String) - Method in interface org.kunlab.kpm.interfaces.meta.PluginMetaProvider
-
プラグインの作者を取得します。
- getAuthors(String) - Method in class org.kunlab.kpm.meta.PluginMetaProviderImpl
-
- getAutoRemoveHandlers(Terminal) - Static method in class org.kunlab.kpm.signal.HeadSignalHandlers
-
- getBoolean(String) - Method in class org.kunlab.kpm.db.ResultRow
-
- getCause() - Method in interface org.kunlab.kpm.interfaces.resolver.result.ErrorResult
-
エラーのかんたんな理由です。
- getClass(String) - Method in enum org.kunlab.kpm.utils.ReflectionUtils.PackageType
-
Returns the class with the given name
- getCollectedDependencies() - Method in interface org.kunlab.kpm.interfaces.task.tasks.dependencies.collector.DependsCollectStatus
-
解決された依存関係をすべて取得します。
- getCollectedDependencies() - Method in class org.kunlab.kpm.task.tasks.dependencies.collector.DependsCollectStatusImpl
-
- getCollectFailedDependencies() - Method in interface org.kunlab.kpm.interfaces.task.tasks.dependencies.collector.DependsCollectStatus
-
解決に失敗した依存関係をすべて取得します。
- getCollectFailedDependencies() - Method in class org.kunlab.kpm.task.tasks.dependencies.collector.DependsCollectStatusImpl
-
- getCommandMap() - Method in class org.kunlab.kpm.task.CommandsPatcher
-
CommandMapを取得します。
- getCommonHandlers(Terminal) - Static method in class org.kunlab.kpm.signal.HeadSignalHandlers
-
共通ハンドラを返します.
- getComponent(String, MsgArgs) - Static method in class org.kunlab.kpm.lang.LangProvider
-
- getComponent(String) - Static method in class org.kunlab.kpm.lang.LangProvider
-
- getConstructor(Class<?>, Class<?>...) - Static method in class org.kunlab.kpm.utils.ReflectionUtils
-
Returns the constructor of a given class with the given parameter types
- getConstructor(String, ReflectionUtils.PackageType, Class<?>...) - Static method in class org.kunlab.kpm.utils.ReflectionUtils
-
Returns the constructor of a desired class with the given parameter types
- getCurrentTask() - Method in interface org.kunlab.kpm.interfaces.installer.InstallProgress
-
実行中のタスクを表します。
- getDataDirPath() - Method in interface org.kunlab.kpm.interfaces.KPMEnvironment
-
プラグインのデータディレクトリのパスです。
- getDate(String) - Method in class org.kunlab.kpm.db.ResultRow
-
- getDependedBy(String) - Method in interface org.kunlab.kpm.interfaces.meta.PluginMetaProvider
-
プラグインが依存(depend)されているプラグインのリストを取得します。
- getDependedBy(String) - Method in class org.kunlab.kpm.meta.PluginMetaProviderImpl
-
- getDependOn(String) - Method in interface org.kunlab.kpm.interfaces.meta.PluginMetaProvider
-
プラグインが依存(depend)しているプラグインのリストを取得します。
- getDependOn(String) - Method in class org.kunlab.kpm.meta.PluginMetaProviderImpl
-
- getDependsCollectStatus() - Method in interface org.kunlab.kpm.interfaces.installer.InstallProgress
-
依存関係の解決の状態を表します。
- getDescription() - Method in interface org.kunlab.kpm.interfaces.resolver.result.MarketplaceResult
-
掲載されている紹介文を返します。
- getDescription() - Method in class org.kunlab.kpm.resolver.impl.CurseBukkitSuccessResult
-
- getDescription() - Method in class org.kunlab.kpm.resolver.impl.GitHubSuccessResult
-
- getDouble(String) - Method in class org.kunlab.kpm.db.ResultRow
-
- getDownloadUrl() - Method in interface org.kunlab.kpm.interfaces.resolver.result.SuccessResult
-
プラグインのダウンロードリンクです。
- getEnvironment() - Method in interface org.kunlab.kpm.interfaces.KPMRegistry
-
KPM 環境を取得します。
- getErrorCause() - Method in interface org.kunlab.kpm.interfaces.task.TaskResult
-
タスクのエラー原因です。
タスクが成功した場合は null
です。
- getExcludes() - Method in interface org.kunlab.kpm.interfaces.KPMEnvironment
-
様々な操作から除外するプラグインの名前です。
通常は、削除やアップデートを行わないようにするために使用します。
- getField(Class<?>, boolean, String) - Static method in class org.kunlab.kpm.utils.ReflectionUtils
-
Returns a field of the target class with the given name
- getField(String, ReflectionUtils.PackageType, boolean, String) - Static method in class org.kunlab.kpm.utils.ReflectionUtils
-
Returns a field of a desired class with the given name
- getFile(Plugin) - Static method in class org.kunlab.kpm.utils.PluginUtil
-
- getFileName() - Method in interface org.kunlab.kpm.interfaces.resolver.result.SuccessResult
-
プラグインのファイル名です。
- getFloat(String) - Method in class org.kunlab.kpm.db.ResultRow
-
- getGarbageCleanHandlers(Terminal) - Static method in class org.kunlab.kpm.signal.HeadSignalHandlers
-
- getHash(Path, String) - Static method in class org.kunlab.kpm.Utils
-
- getHeader(String) - Method in class org.kunlab.kpm.http.HTTPResponse
-
ヘッダーを取得します。
ヘッダー名は大文字小文字を区別しません。
- getHelpOneLine() - Method in class org.kunlab.kpm.commands.CommandAutoRemove
-
- getHelpOneLine() - Method in class org.kunlab.kpm.commands.CommandClean
-
- getHelpOneLine() - Method in class org.kunlab.kpm.commands.CommandDebug
-
- getHelpOneLine() - Method in class org.kunlab.kpm.commands.CommandInfo
-
- getHelpOneLine() - Method in class org.kunlab.kpm.commands.CommandInstall
-
- getHelpOneLine() - Method in class org.kunlab.kpm.commands.CommandRegister
-
- getHelpOneLine() - Method in class org.kunlab.kpm.commands.CommandResolve
-
- getHelpOneLine() - Method in class org.kunlab.kpm.commands.CommandUninstall
-
- getHelpOneLine() - Method in class org.kunlab.kpm.commands.CommandUpdate
-
- getHelpOneLine() - Method in class org.kunlab.kpm.commands.CommandUpgrade
-
- getHelpOneLine() - Method in class org.kunlab.kpm.commands.CommandUpgradeKPM
-
- getHelpOneLine() - Method in class org.kunlab.kpm.commands.CommandVersion
-
- getHelpOneLine() - Method in class org.kunlab.kpm.commands.debug.CommandDepTreeDebug
-
- getHelpOneLine() - Method in class org.kunlab.kpm.commands.debug.CommandInstallDebug
-
- getHelpOneLine() - Method in class org.kunlab.kpm.commands.debug.CommandUninstallDebug
-
- getHelpOneLine() - Method in class org.kunlab.kpm.commands.debug.deptree.CommandMarkAsDependency
-
- getHelpOneLine() - Method in class org.kunlab.kpm.commands.debug.deptree.CommandPurge
-
- getHelpOneLine() - Method in class org.kunlab.kpm.commands.debug.deptree.CommandRelation
-
- getHookExecutor() - Method in interface org.kunlab.kpm.interfaces.KPMRegistry
-
フックを実行するクラスです。
- getHookListener(Class<? extends KPMHook>) - Method in class org.kunlab.kpm.hook.KPMHookRecipientBase
-
- getHookListener(Class<? extends KPMHook>) - Method in interface org.kunlab.kpm.interfaces.hook.KPMHookRecipient
-
KPMフックを受け取るメソッドを取得します。
- getHosts() - Method in interface org.kunlab.kpm.interfaces.resolver.URLResolver
-
このリゾルバが対応してるURLのホスト名を返します。
- getHosts() - Method in class org.kunlab.kpm.resolver.impl.CurseBukkitResolver
-
- getHosts() - Method in class org.kunlab.kpm.resolver.impl.github.GitHubURLResolver
-
- getHosts() - Method in class org.kunlab.kpm.resolver.impl.RawURLResolver
-
- getHosts() - Method in class org.kunlab.kpm.resolver.impl.SpigotMCResolver
-
- getHTTPMaxRedirects() - Method in interface org.kunlab.kpm.interfaces.KPMEnvironment
-
HTTP リクエストのリダイレクト回数です。
- getHTTPTimeout() - Method in interface org.kunlab.kpm.interfaces.KPMEnvironment
-
HTTP リクエストのタイムアウト時間です。
- getHTTPUserAgent() - Method in interface org.kunlab.kpm.interfaces.KPMEnvironment
-
HTTP リクエストのユーザーエージェントです。
- getInfo(Plugin) - Method in interface org.kunlab.kpm.interfaces.kpminfo.KPMInfoManager
-
プラグインのKPM情報ファイルを取得します。
- getInfo(String) - Method in interface org.kunlab.kpm.interfaces.kpminfo.KPMInfoManager
-
プラグインのKPM情報ファイルを取得します。
- getInfo(Plugin) - Method in class org.kunlab.kpm.kpminfo.KPMInfoManagerImpl
-
- getInfo(String) - Method in class org.kunlab.kpm.kpminfo.KPMInfoManagerImpl
-
- getInstallActionID() - Method in interface org.kunlab.kpm.interfaces.installer.InstallProgress
-
インストールに割り当てられた一意のIDです。
- getInstalled() - Method in class org.kunlab.kpm.installer.InstallResultImpl
-
- getInstalled() - Method in interface org.kunlab.kpm.interfaces.installer.InstallProgress
-
新規にインストールされたプラグインの名前です。
- getInstalled() - Method in interface org.kunlab.kpm.interfaces.installer.InstallResult
-
インストールされたプラグインの名前を取得します。
- getInstalledBy(String) - Method in interface org.kunlab.kpm.interfaces.meta.PluginMetaProvider
-
プラグインが誰によってインストールされたかを取得します。
- getInstalledBy(String) - Method in class org.kunlab.kpm.meta.PluginMetaProviderImpl
-
- getInstalledCount() - Method in class org.kunlab.kpm.installer.InstallResultImpl
-
- getInstalledCount() - Method in interface org.kunlab.kpm.interfaces.installer.InstallResult
-
インストールされたプラグインの数を取得します。
- getInstaller() - Method in interface org.kunlab.kpm.interfaces.installer.InstallProgress
-
インストーラです。
- getInstallHandlers(Terminal, boolean) - Static method in class org.kunlab.kpm.signal.HeadSignalHandlers
-
- getInstallHandlers(Terminal) - Static method in class org.kunlab.kpm.signal.HeadSignalHandlers
-
- getInstallId() - Method in interface org.kunlab.kpm.interfaces.task.tasks.dependencies.collector.DependsCollectStatus
-
割り当てられたインストールIDです。
- getInstallManager() - Method in interface org.kunlab.kpm.interfaces.KPMRegistry
-
インストールを管理するクラスです。
- getInstallTempDir() - Method in interface org.kunlab.kpm.interfaces.installer.InstallProgress
-
インストールに使用される仮ディレクトリです。
- getInt(String) - Method in class org.kunlab.kpm.db.ResultRow
-
- getKnownCommands() - Method in class org.kunlab.kpm.task.CommandsPatcher
-
知られているコマンドを取得します。
- getKpmInfoFile() - Method in interface org.kunlab.kpm.interfaces.task.tasks.dependencies.DependencyElement
-
依存関係のKPM情報ファイルです。
- getKpmInfoManager() - Method in interface org.kunlab.kpm.interfaces.KPMRegistry
-
プラグインのKPM情報ファイルを管理するクラスです。
- getKPMUpgraderHandlers(Terminal) - Static method in class org.kunlab.kpm.signal.HeadSignalHandlers
-
- getLoadBefore(String) - Method in interface org.kunlab.kpm.interfaces.meta.PluginMetaProvider
-
プラグインを依存(load_before)しているプラグインのリストを取得します。
load_before は特殊な依存で, 依存しているプラグインを先に読み込むようにします。
- getLoadBefore(String) - Method in class org.kunlab.kpm.meta.PluginMetaProviderImpl
-
- getLoadBeforeBy(String) - Method in interface org.kunlab.kpm.interfaces.meta.PluginMetaProvider
-
プラグインが依存(load_before)されているプラグインのリストを取得します。
load_before は特殊な依存で, 依存しているプラグインを先に読み込むようにします。
- getLoadBeforeBy(String) - Method in class org.kunlab.kpm.meta.PluginMetaProviderImpl
-
- getLogger() - Method in interface org.kunlab.kpm.interfaces.KPMEnvironment
-
KPMデーモンが使用するロガーです。
- getLogger() - Method in interface org.kunlab.kpm.interfaces.KPMRegistry
-
ロガーを取得します。
- getLong(String) - Method in class org.kunlab.kpm.db.ResultRow
-
- getMessage() - Method in interface org.kunlab.kpm.interfaces.resolver.result.ErrorResult
-
エラーの詳細な理由です。
- getMetadataDBPath() - Method in interface org.kunlab.kpm.interfaces.KPMEnvironment
-
プラグインメタデータデータベースのパスです。
- getMethod(Class<?>, String, Class<?>...) - Static method in class org.kunlab.kpm.utils.ReflectionUtils
-
Returns a method of a class with the given parameter types
- getMethod(String, ReflectionUtils.PackageType, String, Class<?>...) - Static method in class org.kunlab.kpm.utils.ReflectionUtils
-
Returns a method of a desired class with the given parameter types
- getName() - Method in class org.kunlab.kpm.commands.CommandDebug
-
- getName() - Method in class org.kunlab.kpm.commands.debug.CommandDepTreeDebug
-
- getName() - Method in interface org.kunlab.kpm.interfaces.alias.AliasSource
-
人間が読めるエイリアスの名前です。
- getObject(String) - Method in class org.kunlab.kpm.db.ResultRow
-
- getOrganizations() - Method in interface org.kunlab.kpm.interfaces.KPMEnvironment
-
プラグイン解決に使用するGitHubの組織名です。
- getOrLoadInfo(Plugin) - Method in interface org.kunlab.kpm.interfaces.kpminfo.KPMInfoManager
-
プラグインのKPM情報ファイルを取得するか読み込みます。
- getOrLoadInfo(Plugin) - Method in class org.kunlab.kpm.kpminfo.KPMInfoManagerImpl
-
- getPath() - Method in enum org.kunlab.kpm.utils.ReflectionUtils.PackageType
-
Returns the path of this package type
- getPending() - Method in class org.kunlab.kpm.installer.InstallResultImpl
-
- getPending() - Method in interface org.kunlab.kpm.interfaces.installer.InstallProgress
-
保留中としてマークされたプラグインの名前です。
- getPending() - Method in interface org.kunlab.kpm.interfaces.installer.InstallResult
-
保留中としてマークされたプラグインの名前を取得します。
- getPendingCount() - Method in class org.kunlab.kpm.installer.InstallResultImpl
-
- getPendingCount() - Method in interface org.kunlab.kpm.interfaces.installer.InstallResult
-
保留中としてマークされたプラグインの数を取得します。
- getPermission() - Method in class org.kunlab.kpm.commands.CommandAutoRemove
-
- getPermission() - Method in class org.kunlab.kpm.commands.CommandClean
-
- getPermission() - Method in class org.kunlab.kpm.commands.CommandDebug
-
- getPermission() - Method in class org.kunlab.kpm.commands.CommandInfo
-
- getPermission() - Method in class org.kunlab.kpm.commands.CommandInstall
-
- getPermission() - Method in class org.kunlab.kpm.commands.CommandRegister
-
- getPermission() - Method in class org.kunlab.kpm.commands.CommandResolve
-
- getPermission() - Method in class org.kunlab.kpm.commands.CommandUninstall
-
- getPermission() - Method in class org.kunlab.kpm.commands.CommandUpdate
-
- getPermission() - Method in class org.kunlab.kpm.commands.CommandUpgrade
-
- getPermission() - Method in class org.kunlab.kpm.commands.CommandUpgradeKPM
-
- getPermission() - Method in class org.kunlab.kpm.commands.CommandVersion
-
- getPermission() - Method in class org.kunlab.kpm.commands.debug.CommandDepTreeDebug
-
- getPermission() - Method in class org.kunlab.kpm.commands.debug.CommandInstallDebug
-
- getPermission() - Method in class org.kunlab.kpm.commands.debug.CommandUninstallDebug
-
- getPermission() - Method in class org.kunlab.kpm.commands.debug.deptree.CommandMarkAsDependency
-
- getPermission() - Method in class org.kunlab.kpm.commands.debug.deptree.CommandPurge
-
- getPermission() - Method in class org.kunlab.kpm.commands.debug.deptree.CommandRelation
-
- getPlugin() - Method in interface org.kunlab.kpm.interfaces.KPMEnvironment
-
KPMのプラグインです。
- getPluginDescription() - Method in interface org.kunlab.kpm.interfaces.task.tasks.dependencies.DependencyElement
-
依存関係のプラグイン情報ファイルです。
- getPluginLoader() - Method in interface org.kunlab.kpm.interfaces.KPMRegistry
-
プラグインをロード/アンロードするためのクラスです。
- getPluginMeta(String, boolean, boolean) - Method in interface org.kunlab.kpm.interfaces.meta.PluginMetaProvider
-
プラグインのメタデータを取得します。
- getPluginMeta(String) - Method in interface org.kunlab.kpm.interfaces.meta.PluginMetaProvider
-
プラグインのメタデータを取得します。
- getPluginMeta(String, boolean, boolean) - Method in class org.kunlab.kpm.meta.PluginMetaProviderImpl
-
- getPluginMeta(String) - Method in class org.kunlab.kpm.meta.PluginMetaProviderImpl
-
- getPluginMetaIterator() - Method in interface org.kunlab.kpm.interfaces.meta.PluginMetaProvider
-
PluginMeta のイテレータを取得します。
- getPluginMetaIterator() - Method in class org.kunlab.kpm.meta.PluginMetaProviderImpl
-
- getPluginMetaManager() - Method in interface org.kunlab.kpm.interfaces.KPMRegistry
-
プラグインのメタデータを管理するクラスです。
- getPluginName() - Method in interface org.kunlab.kpm.interfaces.task.tasks.dependencies.collector.DependsCollectStatus
-
依存関係解決の対象のプラグイン名です。
- getPluginName() - Method in interface org.kunlab.kpm.interfaces.task.tasks.dependencies.DependencyElement
-
依存関係の名前です。
- getPluginPath() - Method in interface org.kunlab.kpm.interfaces.task.tasks.dependencies.DependencyElement
-
依存関係プラグインがあるのパスです。
- getPluginResolver() - Method in interface org.kunlab.kpm.interfaces.KPMRegistry
-
プラグインクエリを解決するクラスです。
- getPluginsByAuthor(String) - Method in interface org.kunlab.kpm.interfaces.meta.PluginMetaProvider
-
プラグインの作者からプラグインのリストを取得します。
- getPluginsByAuthor(String) - Method in class org.kunlab.kpm.meta.PluginMetaProviderImpl
-
- getPluginString(Plugin) - Static method in class org.kunlab.kpm.utils.Utils
-
- getPluginString(PluginDescriptionFile) - Static method in class org.kunlab.kpm.utils.Utils
-
- getPrimitive(Class<?>) - Static method in enum org.kunlab.kpm.utils.ReflectionUtils.DataType
-
Returns the primitive class of the data type with the given reference class
- getPrimitive(Class<?>[]) - Static method in enum org.kunlab.kpm.utils.ReflectionUtils.DataType
-
Returns the primitive class array of the given class array
- getPrimitive(Object[]) - Static method in enum org.kunlab.kpm.utils.ReflectionUtils.DataType
-
Returns the primitive class array of the given object array
- getPrimitive() - Method in enum org.kunlab.kpm.utils.ReflectionUtils.DataType
-
Returns the primitive class of this data type
- getProgress() - Method in class org.kunlab.kpm.installer.InstallFailedInstallResult
-
- getProgress() - Method in interface org.kunlab.kpm.interfaces.installer.InstallResult
-
- getProgress() - Method in interface org.kunlab.kpm.interfaces.installer.PluginInstaller
-
- getProvider() - Method in interface org.kunlab.kpm.interfaces.meta.PluginMetaManager
-
- getQuery() - Method in interface org.kunlab.kpm.interfaces.alias.Alias
-
クエリです。
- getQuery() - Method in interface org.kunlab.kpm.interfaces.task.tasks.dependencies.DependencyElement
-
依存関係の解決に使用したクエリです。
- getQueryByAlias(String) - Method in class org.kunlab.kpm.alias.AliasProviderImpl
-
- getQueryByAlias(String) - Method in interface org.kunlab.kpm.interfaces.alias.AliasProvider
-
エイリアスからクエリを取得します。
- getReference(Class<?>) - Static method in enum org.kunlab.kpm.utils.ReflectionUtils.DataType
-
Returns the reference class of the data type with the given primitive class
- getReference(Class<?>[]) - Static method in enum org.kunlab.kpm.utils.ReflectionUtils.DataType
-
Returns the reference class array of the given class array
- getReference(Object[]) - Static method in enum org.kunlab.kpm.utils.ReflectionUtils.DataType
-
Returns the reference class array of the given object array
- getReference() - Method in enum org.kunlab.kpm.utils.ReflectionUtils.DataType
-
Returns the reference class of this data type
- getRegistry() - Method in interface org.kunlab.kpm.interfaces.hook.HookExecutor
-
- getRegistry() - Method in interface org.kunlab.kpm.interfaces.hook.HookRecipientList
-
- getRegistry() - Method in interface org.kunlab.kpm.interfaces.hook.KPMHookRecipient
-
KPMデーモンのインスタンスです。
- getRegistry() - Method in interface org.kunlab.kpm.interfaces.installer.PluginInstaller
-
- getRemoved() - Method in class org.kunlab.kpm.installer.InstallResultImpl
-
- getRemoved() - Method in interface org.kunlab.kpm.interfaces.installer.InstallProgress
-
削除されたプラグインの名前です。
- getRemoved() - Method in interface org.kunlab.kpm.interfaces.installer.InstallResult
-
削除されたプラグインの名前を取得します。
- getRemovedCount() - Method in class org.kunlab.kpm.installer.InstallResultImpl
-
- getRemovedCount() - Method in interface org.kunlab.kpm.interfaces.installer.InstallResult
-
削除されたプラグインの数を取得します。
- getResolver() - Method in interface org.kunlab.kpm.interfaces.resolver.result.ErrorResult
-
この解決を提供したリゾルバです。
- getResolver() - Method in interface org.kunlab.kpm.interfaces.resolver.result.MultiResult
-
- getResolver() - Method in interface org.kunlab.kpm.interfaces.resolver.result.ResolveResult
-
この解決を提供したリゾルバです。
- getResult() - Method in class org.kunlab.kpm.db.Transaction.QueryResult
-
ResultSetをそのまま取得します。
- getResults() - Method in interface org.kunlab.kpm.interfaces.resolver.result.MultiResult
-
- getServerConditionChecker() - Method in interface org.kunlab.kpm.interfaces.KPMRegistry
-
サーバの状態を取得するクラスです。
- getServerVersion() - Static method in enum org.kunlab.kpm.utils.ReflectionUtils.PackageType
-
Returns the version of your server
- getSignalHandler() - Method in interface org.kunlab.kpm.interfaces.installer.InstallProgress
-
- getSoftDependedBy(String) - Method in interface org.kunlab.kpm.interfaces.meta.PluginMetaProvider
-
プラグインが依存(soft_depend)されているプラグインのリストを取得します。
- getSoftDependedBy(String) - Method in class org.kunlab.kpm.meta.PluginMetaProviderImpl
-
- getSoftDependOn(String) - Method in interface org.kunlab.kpm.interfaces.meta.PluginMetaProvider
-
プラグインが依存(soft_depend)しているプラグインのリストを取得します。
- getSoftDependOn(String) - Method in class org.kunlab.kpm.meta.PluginMetaProviderImpl
-
- getSource(String) - Method in class org.kunlab.kpm.alias.AliasProviderImpl
-
- getSource() - Method in interface org.kunlab.kpm.interfaces.alias.Alias
-
エイリアスのソースです。
- getSource(String) - Method in interface org.kunlab.kpm.interfaces.alias.AliasProvider
-
ソースを取得します。
- getSource() - Method in interface org.kunlab.kpm.interfaces.alias.AliasSource
-
エイリアスのソースです。
- getSource() - Method in interface org.kunlab.kpm.interfaces.resolver.result.ErrorResult
-
プラグインの提供元です。
- getSources() - Method in interface org.kunlab.kpm.interfaces.KPMEnvironment
-
エイリアスのソースです。
- getState() - Method in interface org.kunlab.kpm.interfaces.task.TaskResult
-
タスクの状態です。
- getString(String) - Method in class org.kunlab.kpm.db.ResultRow
-
- getSubCommands(CommandSender) - Method in class org.kunlab.kpm.commands.CommandDebug
-
- getSubCommands(CommandSender) - Method in class org.kunlab.kpm.commands.debug.CommandDepTreeDebug
-
- getTime(String) - Method in class org.kunlab.kpm.db.ResultRow
-
- getTimestamp(String) - Method in class org.kunlab.kpm.db.ResultRow
-
- getTitle() - Method in interface org.kunlab.kpm.interfaces.resolver.result.MarketplaceResult
-
掲載されているタイトル/名前を返します。
- getTitle() - Method in class org.kunlab.kpm.resolver.impl.GitHubSuccessResult
-
- getToken() - Method in class org.kunlab.kpm.TokenStore
-
トークンを取得します。また、ロードされていない場合はロードします。
- getTokenKeyPath() - Method in interface org.kunlab.kpm.interfaces.KPMEnvironment
-
トークンの鍵の格納先のパスです。
- getTokenPath() - Method in interface org.kunlab.kpm.interfaces.KPMEnvironment
-
トークンの格納先のパスです。
- getTokenRegistererHandlers(Terminal) - Static method in class org.kunlab.kpm.signal.HeadSignalHandlers
-
- getTokenStore() - Method in interface org.kunlab.kpm.interfaces.KPMRegistry
-
トークンを保管しセキュアに管理するクラスです。
- getType() - Method in interface org.kunlab.kpm.interfaces.alias.AliasSource
-
ソースの種類です。
- getUninstallHandlers(Terminal, boolean) - Static method in class org.kunlab.kpm.signal.HeadSignalHandlers
-
- getUninstallHandlers(Terminal) - Static method in class org.kunlab.kpm.signal.HeadSignalHandlers
-
- getUnusedPlugins() - Method in interface org.kunlab.kpm.interfaces.meta.PluginMetaProvider
-
使われていない依存関係のリストを取得します。
- getUnusedPlugins() - Method in class org.kunlab.kpm.meta.PluginMetaProviderImpl
-
- getUpdateHandlers(Terminal) - Static method in class org.kunlab.kpm.signal.HeadSignalHandlers
-
- getUpgraded() - Method in class org.kunlab.kpm.installer.InstallResultImpl
-
- getUpgraded() - Method in interface org.kunlab.kpm.interfaces.installer.InstallProgress
-
アップグレードされたプラグインの名前です。
- getUpgraded() - Method in interface org.kunlab.kpm.interfaces.installer.InstallResult
-
アップグレードされたプラグインの名前を取得します。
- getUpgradedCount() - Method in class org.kunlab.kpm.installer.InstallResultImpl
-
- getUpgradedCount() - Method in interface org.kunlab.kpm.interfaces.installer.InstallResult
-
アップグレードされたプラグインの数を取得します。
- getUpgraderHandlers(Terminal, boolean) - Static method in class org.kunlab.kpm.signal.HeadSignalHandlers
-
- getUrl() - Method in interface org.kunlab.kpm.interfaces.resolver.result.MarketplaceResult
-
掲載先のURLを返します.
- getUrl() - Method in class org.kunlab.kpm.resolver.impl.CurseBukkitSuccessResult
-
- getUrl() - Method in class org.kunlab.kpm.resolver.impl.GitHubSuccessResult
-
- getValue(Object, Class<?>, boolean, String) - Static method in class org.kunlab.kpm.utils.ReflectionUtils
-
Returns the value of a field of the given class of an object
- getValue(Object, String, ReflectionUtils.PackageType, boolean, String) - Static method in class org.kunlab.kpm.utils.ReflectionUtils
-
Returns the value of a field of a desired class of an object
- getValue(Object, boolean, String) - Static method in class org.kunlab.kpm.utils.ReflectionUtils
-
Returns the value of a field with the given name of an object
- getVersion() - Method in interface org.kunlab.kpm.interfaces.KPMRegistry
-
デーモンのバージョンを取得します。
- getVersion() - Method in interface org.kunlab.kpm.interfaces.resolver.result.SuccessResult
-
プラグインのバージョンです。
- getVersion() - Method in class org.kunlab.kpm.KPMDaemon
-
- getVersions() - Method in interface org.kunlab.kpm.interfaces.resolver.result.VersionedResult
-
プラグインが対応するバージョン一覧です。
- GHURLParser - Class in org.kunlab.kpm.resolver.impl.github
-
GitHub の URL をパースするユーティリティ・クラスです。
- GHURLParser() - Constructor for class org.kunlab.kpm.resolver.impl.github.GHURLParser
-
- GitHubSuccessResult - Class in org.kunlab.kpm.resolver.impl
-
- GitHubSuccessResult(BaseResolver, String, String, String, String, String, long, String, String, long, boolean) - Constructor for class org.kunlab.kpm.resolver.impl.GitHubSuccessResult
-
- GitHubURLResolver - Class in org.kunlab.kpm.resolver.impl.github
-
- GitHubURLResolver() - Constructor for class org.kunlab.kpm.resolver.impl.github.GitHubURLResolver
-
- valueOf(String) - Static method in enum org.kunlab.kpm.enums.alias.AliasSourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.enums.metadata.DependType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.enums.metadata.InstallOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.enums.pluginloader.PluginLoadResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.enums.resolver.ErrorCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.http.HTTPResponse.RequestStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.http.RequestMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.installer.impls.autoremove.AutoRemoveErrorCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.installer.impls.autoremove.AutoRemoveTasks
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.installer.impls.clean.CleanErrorCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.installer.impls.clean.CleanTasks
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.installer.impls.install.InstallErrorCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.installer.impls.install.InstallTasks
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.installer.impls.register.RegisterErrorCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.installer.impls.register.RegisterTasks
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.installer.impls.uninstall.UnInstallErrorCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.installer.impls.uninstall.UnInstallTasks
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.installer.impls.update.UpdateErrorCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.installer.impls.update.UpdateTasks
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.installer.impls.upgrade.UpgradeErrorCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.installer.impls.upgrade.UpgradeTasks
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.interfaces.installer.signals.PluginModifiedSignal.ModifyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.interfaces.resolver.result.ResolveResult.Source
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.alias.source.download.SourceDownloadErrorCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.alias.source.download.SourceDownloadState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.alias.update.signals.InvalidSourceSignal.ErrorCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.alias.update.UpdateAliasesErrorCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.alias.update.UpdateAliasesState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.dependencies.collector.DependsCollectErrorCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.dependencies.collector.DependsCollectState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.dependencies.computer.DependsComputeOrderErrorCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.dependencies.computer.DependsComputeOrderState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.description.DescriptionLoadErrorCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.description.DescriptionLoadState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.download.DownloadErrorCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.download.DownloadState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.garbage.clean.GarbageCleanErrorCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.garbage.clean.GarbageCleanState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.garbage.search.GarbageSearchErrorCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.garbage.search.GarbageSearchState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.install.PluginsInstallErrorCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.install.PluginsInstallState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.lookup.LookupErrorCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.lookup.LookupState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.resolve.PluginResolveErrorCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.resolve.PluginResolveState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.uninstall.signals.PluginIsDependencySignal.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.uninstall.UninstallErrorCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.task.tasks.uninstall.UninstallState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.upgrader.signals.UpgraderDeploySignal.Error.ErrorCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.utils.ReflectionUtils.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kunlab.kpm.utils.ReflectionUtils.PackageType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.kunlab.kpm.enums.alias.AliasSourceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.enums.metadata.DependType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.enums.metadata.InstallOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.enums.pluginloader.PluginLoadResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.enums.resolver.ErrorCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.http.HTTPResponse.RequestStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.http.RequestMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.installer.impls.autoremove.AutoRemoveErrorCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.installer.impls.autoremove.AutoRemoveTasks
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.installer.impls.clean.CleanErrorCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.installer.impls.clean.CleanTasks
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.installer.impls.install.InstallErrorCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.installer.impls.install.InstallTasks
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.installer.impls.register.RegisterErrorCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.installer.impls.register.RegisterTasks
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.installer.impls.uninstall.UnInstallErrorCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.installer.impls.uninstall.UnInstallTasks
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.installer.impls.update.UpdateErrorCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.installer.impls.update.UpdateTasks
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.installer.impls.upgrade.UpgradeErrorCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.installer.impls.upgrade.UpgradeTasks
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.interfaces.installer.signals.PluginModifiedSignal.ModifyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.interfaces.resolver.result.ResolveResult.Source
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.alias.source.download.SourceDownloadErrorCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.alias.source.download.SourceDownloadState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.alias.update.signals.InvalidSourceSignal.ErrorCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.alias.update.UpdateAliasesErrorCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.alias.update.UpdateAliasesState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.dependencies.collector.DependsCollectErrorCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.dependencies.collector.DependsCollectState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.dependencies.computer.DependsComputeOrderErrorCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.dependencies.computer.DependsComputeOrderState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.description.DescriptionLoadErrorCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.description.DescriptionLoadState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.download.DownloadErrorCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.download.DownloadState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.garbage.clean.GarbageCleanErrorCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.garbage.clean.GarbageCleanState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.garbage.search.GarbageSearchErrorCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.garbage.search.GarbageSearchState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.install.PluginsInstallErrorCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.install.PluginsInstallState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.lookup.LookupErrorCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.lookup.LookupState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.resolve.PluginResolveErrorCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.resolve.PluginResolveState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.uninstall.signals.PluginIsDependencySignal.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.uninstall.UninstallErrorCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.task.tasks.uninstall.UninstallState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.upgrader.signals.UpgraderDeploySignal.Error.ErrorCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.utils.ReflectionUtils.DataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kunlab.kpm.utils.ReflectionUtils.PackageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VerificationCodeExpiredSignal - Class in org.kunlab.kpm.installer.impls.register.signals
-
ユーザの検証コードの有効期限が切れたことを示すシグナルです。
- VerificationCodeExpiredSignal() - Constructor for class org.kunlab.kpm.installer.impls.register.signals.VerificationCodeExpiredSignal
-
- VerificationCodeReceivedSignal - Class in org.kunlab.kpm.installer.impls.register.signals
-
ユーザ検証コードを受信したことを示すシグナルです。
- VerificationCodeReceivedSignal(UserVerificationCodeResponse) - Constructor for class org.kunlab.kpm.installer.impls.register.signals.VerificationCodeReceivedSignal
-
- VerificationCodeRequestFailedSignal - Class in org.kunlab.kpm.installer.impls.register.signals
-
ユーザ検証コード要求に失敗したときに発行されるシグナルです。
- VerificationCodeRequestFailedSignal() - Constructor for class org.kunlab.kpm.installer.impls.register.signals.VerificationCodeRequestFailedSignal
-
- VerificationCodeRequestingSignal - Class in org.kunlab.kpm.installer.impls.register.signals
-
ユーザ検証コードの要求中であることを示すシグナルです。
- VerificationCodeRequestingSignal() - Constructor for class org.kunlab.kpm.installer.impls.register.signals.VerificationCodeRequestingSignal
-
- VerificationSubmitPollingResponse - Class in org.kunlab.kpm.installer.impls.register.pojos
-
ユーザが検証コードを入力し、トークンの取得が完了したことを示すレスポンスです。
- VerificationSubmitPollingResponse() - Constructor for class org.kunlab.kpm.installer.impls.register.pojos.VerificationSubmitPollingResponse
-
- Version - Class in org.kunlab.kpm.versioning
-
- Version() - Constructor for class org.kunlab.kpm.versioning.Version
-
- VersionComparator - Class in org.kunlab.kpm.versioning
-
- VersionComparator() - Constructor for class org.kunlab.kpm.versioning.VersionComparator
-
- VersionedResult - Interface in org.kunlab.kpm.interfaces.resolver.result
-
プラグインの対応するバージョンを格納するインターフェースです。
- VersionElement - Class in org.kunlab.kpm.versioning
-
バージョンの要素を表すクラスです。
- VersionElement(String) - Constructor for class org.kunlab.kpm.versioning.VersionElement
-