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
NULL_STORE
static final Store NULL_STORE
- Store that does not store anything
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.