Uses of Interface
eu.cloudnetservice.ext.platforminject.api.PlatformEntrypoint
Packages that use PlatformEntrypoint
Package
Description
-
Uses of PlatformEntrypoint in eu.cloudnetservice.ext.platforminject.api
Classes in eu.cloudnetservice.ext.platforminject.api with type parameters of type PlatformEntrypointModifier and TypeInterfaceDescriptioninterfacePlatformPluginInfo<I, T, P extends PlatformEntrypoint>Methods in eu.cloudnetservice.ext.platforminject.api that return types with arguments of type PlatformEntrypointModifier and TypeMethodDescription@NonNull Class<? extends PlatformEntrypoint> PlatformPluginInfo.platformPluginClass()Method parameters in eu.cloudnetservice.ext.platforminject.api with type arguments of type PlatformEntrypointModifier and TypeMethodDescriptionvoidPlatformPluginManager.constructAndLoad(@NonNull Class<? extends PlatformEntrypoint> pluginClass, T platformData) -
Uses of PlatformEntrypoint in eu.cloudnetservice.ext.platforminject.api.defaults
Classes in eu.cloudnetservice.ext.platforminject.api.defaults with type parameters of type PlatformEntrypointModifier and TypeClassDescriptionfinal recordDefaultPlatformPluginInfo<I, T, P extends PlatformEntrypoint>Fields in eu.cloudnetservice.ext.platforminject.api.defaults declared as PlatformEntrypointModifier and TypeFieldDescriptionprivate final PDefaultPlatformPluginInfo.platformPluginInstanceThe field for theplatformPluginInstancerecord component.Fields in eu.cloudnetservice.ext.platforminject.api.defaults with type parameters of type PlatformEntrypointModifier and TypeFieldDescriptionprivate final @NonNull Class<? extends PlatformEntrypoint> DefaultPlatformPluginInfo.platformPluginClassThe field for theplatformPluginClassrecord component.Methods in eu.cloudnetservice.ext.platforminject.api.defaults that return types with arguments of type PlatformEntrypointModifier and TypeMethodDescription@NonNull Class<? extends PlatformEntrypoint> DefaultPlatformPluginInfo.platformPluginClass()Returns the value of theplatformPluginClassrecord component.Method parameters in eu.cloudnetservice.ext.platforminject.api.defaults with type arguments of type PlatformEntrypointModifier and TypeMethodDescriptionvoidBasePlatformPluginManager.constructAndLoad(@NonNull Class<? extends PlatformEntrypoint> pluginClass, T platformData) Constructor parameters in eu.cloudnetservice.ext.platforminject.api.defaults with type arguments of type PlatformEntrypointModifierConstructorDescriptionDefaultPlatformPluginInfo(I id, T platformData, @NonNull eu.cloudnetservice.driver.inject.InjectionLayer<dev.derklaro.aerogel.Injector> injectionLayer, P platformPluginInstance, @NonNull Class<? extends PlatformEntrypoint> platformPluginClass) Creates an instance of aDefaultPlatformPluginInforecord class.