org.squashtest.tm.service.internal.testautomation.service
Class TestAutomationConnectorRegistry
java.lang.Object
org.squashtest.tm.service.internal.testautomation.service.TestAutomationConnectorRegistry
@Component(value="squashtest.testautomation.connector-registry")
public class TestAutomationConnectorRegistry
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestAutomationConnectorRegistry
public TestAutomationConnectorRegistry()
listRegisteredConnectors
public Collection<String> listRegisteredConnectors()
getConnectorForKind
public TestAutomationConnector getConnectorForKind(String kind)
registerConnector
public void registerConnector(TestAutomationConnector connector,
Map<?,?> serviceProperties)
- Registers a new kind of connector connector.
- Parameters:
provider -
unregisterConnector
public void unregisterConnector(TestAutomationConnector connector,
Map<?,?> serviceProperties)
- Unregisters a kind of provider, making it no longer addressable by this registry
- Parameters:
provider -
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.