public class ISResourceRepository extends Object implements ResourceRepository
| Constructor and Description |
|---|
ISResourceRepository(ISOpenSearchResourceCache cache,
gr.uoa.di.madgik.environment.hint.EnvHintCollection envHints)
Creates a new ISResourceRepository
|
| Modifier and Type | Method and Description |
|---|---|
OpenSearchResource |
get(String descriptionDocumentURL)
Retrieves an OpenSearchResource identified by the description document URL of the
OpenSearch provider associated with it
|
public ISResourceRepository(ISOpenSearchResourceCache cache, gr.uoa.di.madgik.environment.hint.EnvHintCollection envHints)
cache - The cache to be used and further populated by the repositoryenvHints - The environment hints that will be passed while querying the InformationSystempublic OpenSearchResource get(String descriptionDocumentURL) throws Exception
get in interface ResourceRepositorydescriptionDocumentURL - The URL of the description document associated with the OpenSearch
provider associated with the OpenSearchResource to be retrievedExceptionResourceRepository.get(String)Copyright © 2014. All Rights Reserved.