org.neo4j.server.preflight
Class EnsureNeo4jPropertiesExist

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

public class EnsureNeo4jPropertiesExist
extends Object
implements PreflightTask


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

Field Detail

failureMessage

protected String failureMessage
Constructor Detail

EnsureNeo4jPropertiesExist

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

run

public boolean run()
Specified by:
run in interface PreflightTask

validateProperties

protected boolean validateProperties(Properties configProperties)

getFailureMessage

public String getFailureMessage()
Specified by:
getFailureMessage in interface PreflightTask


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