| Package | Description |
|---|---|
| org.yarnandtail.andhow | |
| org.yarnandtail.andhow.internal | |
| org.yarnandtail.andhow.util |
| Modifier and Type | Method and Description |
|---|---|
static AndHowConfiguration<? extends AndHowConfiguration> |
AndHow.findConfig()
Prior to AndHow initialization, this method finds the configuration that will be used.
|
static AndHow |
AndHow.instance()
Returns the singleton instance of AndHow, initializing a new instance if one doesn't exist.
|
static void |
AndHow.setConfig(AndHowConfiguration<? extends AndHowConfiguration> config)
Prior to AndHow initialization, this method explicitly sets the configuration to be used.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ReportGenerator.printProblems(PrintStream out,
AppFatalException fatalException,
PropertyConfigurationInternal appDef) |
| Constructor and Description |
|---|
AndHowCore(NamingStrategy naming,
List<Loader> loaders,
LoaderEnvironment loaderEnvironment,
List<GroupProxy> registeredGroups) |
| Modifier and Type | Method and Description |
|---|---|
static AppFatalException |
AndHowUtil.buildFatalException(ProblemList<Problem> problems) |
| Modifier and Type | Method and Description |
|---|---|
static List<GroupProxy> |
AndHowUtil.buildGroupProxies(Collection<Class<?>> registeredGroups) |
static AndHowConfiguration<? extends AndHowConfiguration> |
AndHowUtil.findConfiguration(AndHowConfiguration<? extends AndHowConfiguration> defaultConfig) |
Copyright © 2022. All rights reserved.