de.uni_bremen.st.rcf.persistence
Class PersistenceManagerFactory

java.lang.Object
  extended by de.uni_bremen.st.rcf.persistence.PersistenceManagerFactory

public class PersistenceManagerFactory
extends Object


Constructor Summary
PersistenceManagerFactory()
           
 
Method Summary
static FormatInfo getFormatInfo(File rcfFile)
           
static AbstractPersistenceManager getPersistenceManager(File rcfFile)
          Determines the right persistence manager for an RCF an returns it.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistenceManagerFactory

public PersistenceManagerFactory()
Method Detail

getPersistenceManager

public static AbstractPersistenceManager getPersistenceManager(File rcfFile)
                                                        throws FileNotFoundException
Determines the right persistence manager for an RCF an returns it.

Parameters:
rcfFile -
Returns:
the persistence manager that can read the given RCF file
Throws:
FileNotFoundException

getFormatInfo

public static FormatInfo getFormatInfo(File rcfFile)
                                throws FileNotFoundException
Throws:
FileNotFoundException


Copyright © 2011. All Rights Reserved.