Uses of Enum Class
net.tnemc.plugincore.core.Platform
Packages that use Platform
Package
Description
-
Uses of Platform in net.tnemc.plugincore
Constructors in net.tnemc.plugincore with parameters of type PlatformModifierConstructorDescriptionPluginCore
(PluginEngine engine, ServerConnector server, LogProvider logger, TranslationProvider provider, CallbackProvider callbackProvider, Platform platform, String version) -
Uses of Platform in net.tnemc.plugincore.core
Methods in net.tnemc.plugincore.core that return PlatformModifier and TypeMethodDescriptionstatic Platform
Returns the enum constant of this class with the specified name.static Platform[]
Platform.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.tnemc.plugincore.core with parameters of type PlatformModifier and TypeMethodDescriptionvoid
PluginEngine.initComponents
(Platform platform, String version) Initializes all components with the provided platform and version.void
PluginEngine.initRegistries
(Platform platform, String version) Initializes the registries for all components with the provided platform and version. -
Uses of Platform in net.tnemc.plugincore.core.component
Methods in net.tnemc.plugincore.core.component with parameters of type PlatformModifier and TypeMethodDescriptionComponent.initBuilders
(Platform platform, String version) Initializes the builders for the given platform and version.void
Component.initialize
(Platform platform, String version) Initializes the Component with the provided platform and version.void
Component.initRegistries
(Platform platform, String version) Initializes the registries for the given platform and version.boolean
Checks if this method supports the given platform and version.