org.neo4j.server.startup.healthcheck
Class ConfigFileMustBePresentRule

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

public class ConfigFileMustBePresentRule
extends Object
implements StartupHealthCheckRule


Constructor Summary
ConfigFileMustBePresentRule()
           
 
Method Summary
 boolean execute(Properties properties)
           
 String getFailureMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigFileMustBePresentRule

public ConfigFileMustBePresentRule()
Method Detail

execute

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

getFailureMessage

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


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