org.neo4j.server.enterprise
Class EnsureEnterpriseNeo4jPropertiesExist

java.lang.Object
  extended by org.neo4j.server.preflight.EnsureNeo4jPropertiesExist
      extended by org.neo4j.server.enterprise.EnsureEnterpriseNeo4jPropertiesExist
All Implemented Interfaces:
org.neo4j.server.preflight.PreflightTask

public class EnsureEnterpriseNeo4jPropertiesExist
extends org.neo4j.server.preflight.EnsureNeo4jPropertiesExist


Field Summary
static String CONFIG_KEY_OLD_COORDINATORS
           
static String CONFIG_KEY_OLD_SERVER_ID
           
 
Fields inherited from class org.neo4j.server.preflight.EnsureNeo4jPropertiesExist
failureMessage
 
Constructor Summary
EnsureEnterpriseNeo4jPropertiesExist(org.apache.commons.configuration.Configuration config)
           
 
Method Summary
protected  boolean validateProperties(Properties configProperties)
           
 
Methods inherited from class org.neo4j.server.preflight.EnsureNeo4jPropertiesExist
getFailureMessage, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_KEY_OLD_SERVER_ID

public static final String CONFIG_KEY_OLD_SERVER_ID
See Also:
Constant Field Values

CONFIG_KEY_OLD_COORDINATORS

public static final String CONFIG_KEY_OLD_COORDINATORS
See Also:
Constant Field Values
Constructor Detail

EnsureEnterpriseNeo4jPropertiesExist

public EnsureEnterpriseNeo4jPropertiesExist(org.apache.commons.configuration.Configuration config)
Method Detail

validateProperties

protected boolean validateProperties(Properties configProperties)
Overrides:
validateProperties in class org.neo4j.server.preflight.EnsureNeo4jPropertiesExist


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