com.faunos.skwish.spi
Interface Provider

All Known Implementing Classes:
MappedUriProvider

public interface Provider

Standard service provider idiom for implementation indirection.

Author:
Babak Farhang

Method Summary
 SegmentStore loadInstance(String uri)
           
 SegmentStore writeNewInstance(String uri)
           
 

Method Detail

loadInstance

SegmentStore loadInstance(String uri)
                          throws IOException
Throws:
NotFoundException - If no SegmentStore can be found at the specified uri
IOException

writeNewInstance

SegmentStore writeNewInstance(String uri)
                              throws IOException
Throws:
IOException


SourceForge.net Logo