org.virtualrepository.spi

Interface Importer<T extends Asset,A>

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      A retrieve(T asset)
      Returns the content of a given asset under the bound API.
      • Methods inherited from interface org.virtualrepository.spi.Accessor

        api, type
    • Method Detail

      • retrieve

        A retrieve(T asset)
                   throws Exception
        Returns the content of a given asset under the bound API.
        Parameters:
        asset - the asset
        Returns:
        the content of the asset
        Throws:
        Exception

Copyright © 2014. All Rights Reserved.