fr.cnes.sitools.plugins.applications
Class ApplicationPluginStoreXmlImpl

java.lang.Object
  extended by fr.cnes.sitools.persistence.XmlPersistenceDaoImpl<ApplicationPluginModel>
      extended by fr.cnes.sitools.plugins.applications.ApplicationPluginStoreXmlImpl
All Implemented Interfaces:
PersistenceDao<ApplicationPluginModel>, ApplicationPluginStore

public final class ApplicationPluginStoreXmlImpl
extends XmlPersistenceDaoImpl<ApplicationPluginModel>
implements ApplicationPluginStore

Specialized XML Persistence implementation of SvaTaskStore.

Author:
jp.boignard (AKKA Technologies)

Constructor Summary
ApplicationPluginStoreXmlImpl(java.io.File storageRoot, org.restlet.Context context)
          Constructor
 
Method Summary
 
Methods inherited from class fr.cnes.sitools.persistence.XmlPersistenceDaoImpl
delete, get, getList, getList, getPage, getXstream, save, saveAll, setXstream, update
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.cnes.sitools.persistence.PersistenceDao
delete, get, getList, getList, getPage, save, saveAll, update
 

Constructor Detail

ApplicationPluginStoreXmlImpl

public ApplicationPluginStoreXmlImpl(java.io.File storageRoot,
                                     org.restlet.Context context)
Constructor

Parameters:
storageRoot - Path for file persistence strategy
context - the Restlet Context


Copyright © 2010-2013 CNES. All Rights Reserved.