net.krecan.m2_proxy
Interface Store

All Superinterfaces:
Repository
All Known Implementing Classes:
FileStore, ValidatingStoreWrapper

public interface Store
extends Repository

Stores resources in a local storage.

Author:
Lukas Krecan

Field Summary
static Store NULL_STORE
          Store that does not store anything
 
Method Summary
 Resource storeResource(Resource resource)
          Stores resource to the store.
 
Methods inherited from interface net.krecan.m2_proxy.Repository
loadResource
 

Field Detail

NULL_STORE

static final Store NULL_STORE
Store that does not store anything

Method Detail

storeResource

Resource storeResource(Resource resource)
                       throws IOException
Stores resource to the store.

Parameters:
resourcePath -
source -
Returns:
resource that can be read
Throws:
IOException


Copyright © 2006 null. All Rights Reserved.