org.neo4j.kernel.configuration
Interface HasSettings


public interface HasSettings


Method Summary
 Class getSettingsClass()
          Get a class that defines settings using static fields.
 

Method Detail

getSettingsClass

Class getSettingsClass()
Get a class that defines settings using static fields. See GraphDatabaseSettings for an example.

Returns:
a class or null if no settings are needed


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