org.neo4j.server.startup.healthcheck
Class Neo4jPropertiesMustExistRule
java.lang.Object
org.neo4j.server.startup.healthcheck.Neo4jPropertiesMustExistRule
- All Implemented Interfaces:
- StartupHealthCheckRule
public class Neo4jPropertiesMustExistRule
- extends Object
- implements StartupHealthCheckRule
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
failureMessage
protected String failureMessage
Neo4jPropertiesMustExistRule
public Neo4jPropertiesMustExistRule()
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.