org.gcube.data.tr
Interface Provider

All Known Implementing Classes:
ProductionProvider

public interface Provider

Provides dependencies to distinguished plugin components.

Author:
Fabio Simeoni

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.
 

Method Detail

newSource

TreeSource newSource(BindSource request)
Returns a TreeSource configured according to a BindSource request.

Parameters:
request - the request
Returns:
the source

newStore

Store newStore(String sourceId)
Returns a Store with a given identifier.

Parameters:
sourceId - the identifier
Returns:
the store


Copyright © 2012. All Rights Reserved.