|
SMILA 1.0 API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.smila.binarystorage.persistence.BinaryPersistenceFactory
public class BinaryPersistenceFactory
Factory class providing with appropriate implementation of binary storage : file system or binary object persistence.
Method Summary | |
---|---|
static BinaryPersistence |
newImplInstance(BinaryStorageConfiguration configuration)
Creates concrete BinaryPersistence implementation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static BinaryPersistence newImplInstance(BinaryStorageConfiguration configuration) throws BinaryStorageException
configuration
-
BinaryStorageException
- -
in case BinaryPersistence implementation is not configured
|
SMILA 1.0 API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |