Uses of Interface
org.openhab.core.config.core.xml.osgi.XmlDocumentProviderFactory
Packages that use XmlDocumentProviderFactory
-
Uses of XmlDocumentProviderFactory in org.openhab.core.config.core.xml
Classes in org.openhab.core.config.core.xml that implement XmlDocumentProviderFactoryModifier and TypeClassDescriptionclass
ProvidesConfigDescription
s for configurations which are read from XML files. -
Uses of XmlDocumentProviderFactory in org.openhab.core.config.core.xml.osgi
Constructors in org.openhab.core.config.core.xml.osgi with parameters of type XmlDocumentProviderFactoryModifierConstructorDescriptionXmlDocumentBundleTracker
(org.osgi.framework.BundleContext bundleContext, String xmlDirectory, XmlDocumentReader<@NonNull T> xmlDocumentTypeReader, XmlDocumentProviderFactory<@NonNull T> xmlDocumentProviderFactory, String readyMarkerKey, ReadyService readyService) Creates a new instance of this class with the specified parameters.