net.krecan.m2_proxy
Interface Repository

All Known Subinterfaces:
Store
All Known Implementing Classes:
FileRepository, FileStore, HttpClientRepository, RepositoryCollection, StoreManager, UrlRepository, ValidatingStoreWrapper

public interface Repository

Abstract repository. Handles resources.

Author:
Lukas Krecan

Method Summary
 Resource loadResource(String resourcePath)
          Loads resources.
 

Method Detail

loadResource

Resource loadResource(String resourcePath)
                      throws IOException
Loads resources. When the resource can not be loaded, returns null

Parameters:
resourcePath -
Returns:
returns resource
Throws:
IOException


Copyright © 2006 null. All Rights Reserved.