org.neo4j.server.startup.healthcheck
Class Neo4jPropertiesMustExistRule

java.lang.Object
  extended by org.neo4j.server.startup.healthcheck.Neo4jPropertiesMustExistRule
All Implemented Interfaces:
StartupHealthCheckRule

public class Neo4jPropertiesMustExistRule
extends Object
implements StartupHealthCheckRule


Field Summary
protected  String failureMessage
           
 
Constructor Summary
Neo4jPropertiesMustExistRule()
           
 
Method Summary
 boolean execute(Properties properties)
           
 String getFailureMessage()
           
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

Neo4jPropertiesMustExistRule

public Neo4jPropertiesMustExistRule()
Method Detail

execute

public boolean execute(Properties properties)
Specified by:
execute in interface StartupHealthCheckRule

validateProperties

protected boolean validateProperties(Properties configProperties)

getFailureMessage

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


Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.