Interface ExtensionManager
- All Superinterfaces:
AutoCloseable,Closeable
Base interface for the extension manager.
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns a set of the loaded extensions.static @NotNull ExtensionManagernewExtensionManager(@NotNull TelegramBot bot) voidstart()Starts the extension manager.
-
Field Details
-
EXTENSION_FILE
- See Also:
-
-
Method Details
-
newExtensionManager
@Internal @NotNull static @NotNull ExtensionManager newExtensionManager(@NotNull @NotNull TelegramBot bot) -
start
void start()Starts the extension manager. -
getLoadedExtensions
Returns a set of the loaded extensions.- Returns:
- An unmodifiable set of the loaded extensions.
-