Uses of Interface
eu.cloudnetservice.ext.platforminject.api.PlatformPluginManager
Packages that use PlatformPluginManager
Package
Description
-
Uses of PlatformPluginManager in eu.cloudnetservice.ext.platforminject.api.defaults
Classes in eu.cloudnetservice.ext.platforminject.api.defaults that implement PlatformPluginManager -
Uses of PlatformPluginManager in eu.cloudnetservice.ext.platforminject.api.spi
Fields in eu.cloudnetservice.ext.platforminject.api.spi with type parameters of type PlatformPluginManagerModifier and TypeFieldDescriptionprivate final Supplier<PlatformPluginManager<I, T>> PlatformPluginManagerProvider.managerProviderMethods in eu.cloudnetservice.ext.platforminject.api.spi that return PlatformPluginManagerModifier and TypeMethodDescription<I,T> @Nullable PlatformPluginManager <I, T> PlatformPluginManagerProvider.provideManager()<I,T> @NonNull PlatformPluginManager <I, T> PlatformPluginManagerRegistry.safeManager(@NonNull String platformName) Constructor parameters in eu.cloudnetservice.ext.platforminject.api.spi with type arguments of type PlatformPluginManagerModifierConstructorDescriptionPlatformPluginManagerProvider(@NonNull String name, @NonNull Supplier<PlatformPluginManager<I, T>> managerProvider)