Uses of Record Class
io.gdcc.spi.meta.descriptor.PluginDescriptor
Packages that use PluginDescriptor
Package
Description
Provides the runtime plugin loading facilities for the SPI-based plugin system.
-
Uses of PluginDescriptor in io.gdcc.spi.core.loader
Methods in io.gdcc.spi.core.loader that return PluginDescriptorModifier and TypeMethodDescriptionPluginHandle.descriptor()Returns the value of thedescriptorrecord component.LoaderProblem.DuplicateIdentity.duplicate()Returns the value of theduplicaterecord component.LoaderProblem.DuplicateIdentity.source()Returns the value of thesourcerecord component.Constructors in io.gdcc.spi.core.loader with parameters of type PluginDescriptorModifierConstructorDescriptionDuplicateIdentity(String normalizedIdentity, PluginDescriptor<?> source, PluginDescriptor<?> duplicate) Creates an instance of aDuplicateIdentityrecord class.PluginHandle(PluginDescriptor<T> descriptor, T plugin) Creates an instance of aPluginHandlerecord class.