T - the bound typeA - the bound APIpublic interface Importer<T extends Asset,A> extends Accessor<T,A>
RepositoryService, the bound service.
The importer handles assets of a given AssetType, the bound type, and
retrieves their content under a given API, the bound API.
| Modifier and Type | Method and Description |
|---|---|
A |
retrieve(T asset)
Returns the content of a given asset under the bound API.
|
Copyright © 2018. All rights reserved.