public class ContentStoreInfoImpl extends Object implements ContentStoreInfo
| Constructor and Description |
|---|
ContentStoreInfoImpl(Class<?> interfaceClass,
Class<?> storeDomainClass,
Store<Serializable> storeImpl) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getDomainObjectClass()
Returns the Store's domain object class if applicable.
|
ContentStore<Object,Serializable> |
getImpementation()
Deprecated.
|
<T> T |
getImplementation(Class<? extends T> clazz)
Returns the Store's implementation
|
Class<?> |
getInterface()
Returns the Store's interface class
|
public ContentStoreInfoImpl(Class<?> interfaceClass, Class<?> storeDomainClass, Store<Serializable> storeImpl)
public Class<?> getInterface()
ContentStoreInfogetInterface in interface ContentStoreInfopublic Class<?> getDomainObjectClass()
ContentStoreInfogetDomainObjectClass in interface ContentStoreInfo@Deprecated public ContentStore<Object,Serializable> getImpementation()
ContentStoreInfogetImpementation in interface ContentStoreInfopublic <T> T getImplementation(Class<? extends T> clazz)
ContentStoreInfogetImplementation in interface ContentStoreInfoclazz - the type of the implementationCopyright © 2020 Paul Warren. All rights reserved.