Uses of Record Class
io.gdcc.spi.meta.descriptor.Descriptor
Packages that use Descriptor
-
Uses of Descriptor in io.gdcc.spi.meta.descriptor
Methods in io.gdcc.spi.meta.descriptor that return DescriptorModifier and TypeMethodDescriptionSourcedDescriptor.plugin()Returns the value of thepluginrecord component.static DescriptorReads a plugin plugin from the serialized properties format.static DescriptorReads a plugin plugin from the given string content.Methods in io.gdcc.spi.meta.descriptor with parameters of type DescriptorModifier and TypeMethodDescriptionstatic voidDescriptorFormat.write(Descriptor descriptor, Writer writer) Serializes the providedDescriptorinto the givenWriterin the form of a properties file, encoding plugin metadata such as plugin class, plugin kind, implemented contracts, and required providers.Constructors in io.gdcc.spi.meta.descriptor with parameters of type DescriptorModifierConstructorDescriptionSourcedDescriptor(Path sourceLocation, Descriptor plugin) Creates an instance of aSourcedDescriptorrecord class.