org.gcube.data.tr
Class ProductionProvider
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductionProvider
public ProductionProvider()
newSource
public TreeSource newSource(org.gcube.data.tr.requests.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 © 2013. All Rights Reserved.