public interface LoadableConfig
| Modifier and Type | Method and Description |
|---|---|
static List<LoadableConfig> |
allConfigClasses() |
default List<ConfigOptions> |
getConfigOptions()
Collects settings from implementors which may or may not have descriptions attached to them.
|
static List<ConfigOptions> |
loadAllAvailableConfigOptions()
Collects and returns settings of all known implementors.
|
default List<ConfigOptions> getConfigOptions()
static List<LoadableConfig> allConfigClasses()
static List<ConfigOptions> loadAllAvailableConfigOptions()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.