org.stanwood.media.store.memory
Class MemoryStoreInfo

java.lang.Object
  extended by org.stanwood.media.extensions.ExtensionInfo<MemoryStore>
      extended by org.stanwood.media.store.memory.MemoryStoreInfo

public class MemoryStoreInfo
extends ExtensionInfo<MemoryStore>

Extension information about the store MemoryStore


Constructor Summary
MemoryStoreInfo()
          The constructor
 
Method Summary
protected  MemoryStore createExtension()
          Used to create the extension
 
Methods inherited from class org.stanwood.media.extensions.ExtensionInfo
getAnyExtension, getExtension, getId, getParameterInfos, getType, setId, setParameterInfos
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryStoreInfo

public MemoryStoreInfo()
The constructor

Method Detail

createExtension

protected MemoryStore createExtension()
Description copied from class: ExtensionInfo
Used to create the extension

Specified by:
createExtension in class ExtensionInfo<MemoryStore>
Returns:
The extension