public interface HookRecipientList extends Collection<KPMHookRecipient>, List<KPMHookRecipient>, RandomAccess, Cloneable, Serializable
Modifier and Type | Method and Description |
---|---|
void |
add(@NotNull String className) |
void |
bakeHooks(@NotNull KPMRegistry registry)
予約クラス名からフックを作成します。
|
KPMRegistry |
getRegistry() |
void |
runHook(KPMHook hook)
フックを実行します。
|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
void runHook(KPMHook hook)
hook
- フックvoid add(@NotNull @NotNull String className)
void bakeHooks(@NotNull @NotNull KPMRegistry registry) throws InvalidInformationFileException
registry
- KPM レジストリのインスタンスInvalidInformationFileException
- 予約クラス名が無効な場合KPMRegistry getRegistry()
Copyright © 2023. All rights reserved.