Module ultimategdbot.api
Class PluginMetadataService
- java.lang.Object
-
- com.github.alex1304.ultimategdbot.api.metadata.PluginMetadataService
-
public final class PluginMetadataService extends Object
Service that exposes the metadata of all plugins loaded in the bot.
-
-
Constructor Summary
Constructors Constructor Description PluginMetadataService(Set<PluginMetadata> pluginMetadataSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<PluginMetadata>
all()
Gets an immutable set of metadata of all plugins loaded in the bot.
-
-
-
Constructor Detail
-
PluginMetadataService
public PluginMetadataService(Set<PluginMetadata> pluginMetadataSet)
-
-
Method Detail
-
all
public Set<PluginMetadata> all()
Gets an immutable set of metadata of all plugins loaded in the bot.- Returns:
- a set of plugin metadata
-
-