Class Overview
A single module descriptor factory for plugins to use when they want to expose just one plugin. Uses
HostContainer to optionally provide autowiring for new descriptor instances.
Public Constructors
public
SingleModuleDescriptorFactory
(HostContainer hostContainer, String type, Class<T> moduleDescriptorClass)
Constructs an instance using a specific host container
Parameters
| hostContainer
| The host container to use to create descriptor instances |
| type
| The type of module |
| moduleDescriptorClass
| The descriptor class |
Public Methods
public
boolean
hasModuleDescriptor
(String type)