Class XMLExtensionPoint
java.lang.Object
ca.phon.query.db.xml.XMLExtensionPoint
- All Implemented Interfaces:
IPluginExtensionPoint<QueryManager>
Extension point for the XML-based implementation of the query interfaces.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?> Get type of extensionGet factory for extension point objects
-
Constructor Details
-
XMLExtensionPoint
public XMLExtensionPoint()
-
-
Method Details
-
getExtensionType
Description copied from interface:IPluginExtensionPointGet type of extension- Specified by:
getExtensionTypein interfaceIPluginExtensionPoint<QueryManager>
-
getFactory
Description copied from interface:IPluginExtensionPointGet factory for extension point objects- Specified by:
getFactoryin interfaceIPluginExtensionPoint<QueryManager>
-