
plugin.plugin.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bimql Show documentation
Show all versions of bimql Show documentation
BIMserver plugin provides the BimQL query language
<?xml version="1.0" encoding="utf-8"?> <PluginDescriptor> <JavaPlugin> <interfaceClass>org.bimserver.plugins.queryengine.QueryEnginePlugin</interfaceClass> <implementationClass>nl.wietmazairac.bimql.BimQLQueryEnginePlugin</implementationClass> <name>BimQL</name> <description>BIMserver plugin which allows querying models with the BimQL query language</description> </JavaPlugin> </PluginDescriptor>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy