plugin.plugin.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clashdetection Show documentation
Show all versions of clashdetection Show documentation
BIMserver plugin that provides a ClashDetection service
<?xml version="1.0" encoding="utf-8"?> <PluginDescriptor> <JavaPlugin> <interfaceClass>org.bimserver.plugins.services.ServicePlugin</interfaceClass> <implementationClass>org.bimserver.clashdetection.ClashDetectionServiceBcfPlugin</implementationClass> <name>Clash Detection (BCF)</name> <description>Clash detection service that generates BCF</description> </JavaPlugin> <JavaPlugin> <interfaceClass>org.bimserver.plugins.services.ServicePlugin</interfaceClass> <implementationClass>org.bimserver.clashdetection.ClashDetectionServiceJsonVisualizationPlugin</implementationClass> <description>Clash detection service that generates visualization info</description> <name>Clash Detection (VISINFO)</name> </JavaPlugin> </PluginDescriptor>