|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mkdoc.store.StoreManagerFactory
A factory for store manager types.
Field Summary | |
static java.lang.String |
MANAGER_KEY
The store manager class property name. |
static java.lang.String |
NULL_ARG
A null property set error message. |
static java.lang.String |
SUGGESTION
Help suggestion for exception cases. |
Method Summary | |
static FileStoreManager |
newFileStoreManager(ApplicationContext context)
Get a StoreManager instance. |
static StoreManager |
newStoreManager(ApplicationContext context)
Get a StoreManager instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String NULL_ARG
public static final java.lang.String MANAGER_KEY
public static final java.lang.String SUGGESTION
Method Detail |
public static StoreManager newStoreManager(ApplicationContext context) throws StoreException
StoreManager
instance.
context
- The application context for the manager.
StoreManager
type.
StoreException
- If the manager class cannot be
instantiated for any reason.public static FileStoreManager newFileStoreManager(ApplicationContext context) throws StoreException
StoreManager
instance.
context
- The application context for the manager.
StoreManager
type.
StoreException
- If the manager class cannot be
instantiated for any reason.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |