net.sf.taverna.t2.provenance
Class ProvenanceConnectorRegistry

java.lang.Object
  extended by net.sf.taverna.t2.spi.SPIRegistry<ProvenanceConnector>
      extended by net.sf.taverna.t2.provenance.ProvenanceConnectorRegistry
All Implemented Interfaces:
net.sf.taverna.t2.lang.observer.Observable<net.sf.taverna.t2.spi.SPIRegistry.SPIRegistryEvent>

public class ProvenanceConnectorRegistry
extends net.sf.taverna.t2.spi.SPIRegistry<ProvenanceConnector>

Get all the instances of ProvenanceConnector that are available using this SPI Registry. Loads instances by looking at all files in META-INF/services/net.sf.taverna.t2.provenance.connector.ProvenanceConnector

Author:
Ian Dunlop

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.taverna.t2.spi.SPIRegistry
net.sf.taverna.t2.spi.SPIRegistry.RegistryListenerAdapter, net.sf.taverna.t2.spi.SPIRegistry.SPIRegistryEvent
 
Field Summary
 
Fields inherited from class net.sf.taverna.t2.spi.SPIRegistry
UPDATED
 
Constructor Summary
protected ProvenanceConnectorRegistry()
           
 
Method Summary
static ProvenanceConnectorRegistry getInstance()
          Get an instance of the registry that you can then get all the available ProvenanceConnector instances from
 
Methods inherited from class net.sf.taverna.t2.spi.SPIRegistry
addObserver, getInstances, getObservers, getSpi, refresh, removeObserver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProvenanceConnectorRegistry

protected ProvenanceConnectorRegistry()
Method Detail

getInstance

public static ProvenanceConnectorRegistry getInstance()
Get an instance of the registry that you can then get all the available ProvenanceConnector instances from

Returns: