org.gcube.data.tr
Class ProductionProvider

java.lang.Object
  extended by org.gcube.data.tr.ProductionProvider
All Implemented Interfaces:
Provider

public class ProductionProvider
extends Object
implements Provider

A Provider that returns dependencies used in production.

Author:
Fabio Simeoni

Constructor Summary
ProductionProvider()
           
 
Method Summary
 TreeSource newSource(BindSource request)
          Returns a TreeSource configured according to a BindSource request.
 Store newStore(String sourceId)
          Returns a Store with a given identifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductionProvider

public ProductionProvider()
Method Detail

newSource

public TreeSource newSource(BindSource request)
Description copied from interface: Provider
Returns a TreeSource configured according to a BindSource request.

Specified by:
newSource in interface Provider
Parameters:
request - the request
Returns:
the source

newStore

public Store newStore(String sourceId)
Description copied from interface: Provider
Returns a Store with a given identifier.

Specified by:
newStore in interface Provider
Parameters:
sourceId - the identifier
Returns:
the store


Copyright © 2012. All Rights Reserved.