org.neo4j.kernel.impl.storemigration
Class UpgradableDatabase

java.lang.Object
  extended by org.neo4j.kernel.impl.storemigration.UpgradableDatabase

public class UpgradableDatabase
extends Object


Field Summary
static Map<String,String> fileNamesToExpectedVersions
           
 
Constructor Summary
UpgradableDatabase()
           
 
Method Summary
 void checkUpgradeable(File neoStoreFile)
           
 boolean storeFilesUpgradeable(File neoStoreFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileNamesToExpectedVersions

public static final Map<String,String> fileNamesToExpectedVersions
Constructor Detail

UpgradableDatabase

public UpgradableDatabase()
Method Detail

checkUpgradeable

public void checkUpgradeable(File neoStoreFile)

storeFilesUpgradeable

public boolean storeFilesUpgradeable(File neoStoreFile)


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.