| Package | Description |
|---|---|
| org.yarnandtail.andhow.api | |
| org.yarnandtail.andhow.load | |
| org.yarnandtail.andhow.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
ProblemList.UnmodifiableProblemList<P extends Problem> |
| Modifier and Type | Field and Description |
|---|---|
static ProblemList<Problem> |
ProblemList.EMPTY_PROBLEM_LIST
Empty immutable
|
| Modifier and Type | Method and Description |
|---|---|
ProblemList<Problem> |
PropertyValue.getProblems() |
ProblemList<Problem> |
LoaderValues.getProblems()
Returns loader and value problems, if any.
|
ProblemList<Problem> |
AppFatalException.getProblems() |
| Constructor and Description |
|---|
AppFatalException(String message,
ProblemList<Problem> problems) |
LoaderValues(Loader loader,
List<PropertyValue> inValues,
ProblemList<Problem> problems) |
ProblemList(ProblemList<P> problems) |
PropertyValue(Property<?> prop,
Object value,
ProblemList<Problem> inIssues) |
UnmodifiableProblemList(ProblemList<P> problems) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseLoader.attemptToAdd(ConstructionDefinition appConfigDef,
List<PropertyValue> values,
ProblemList<Problem> loaderProblems,
Property prop,
Object value)
Util method to attempt to load an object of an unknown type to a property.
|
protected void |
BaseLoader.attemptToAdd(ConstructionDefinition appConfigDef,
List<PropertyValue> values,
ProblemList<Problem> loaderProblems,
String key,
String strValue)
Util method to load a String to a property by name.
|
| Modifier and Type | Method and Description |
|---|---|
protected static ProblemList<ConstructionProblem> |
AndHowUtil.registerGroup(ConstructionDefinitionMutable appDef,
Class<? extends BasePropertyGroup> group) |
| Modifier and Type | Method and Description |
|---|---|
static ConstructionDefinitionMutable |
AndHowUtil.buildDefinition(List<Class<? extends BasePropertyGroup>> groups,
List<Loader> loaders,
NamingStrategy naming,
ProblemList<Problem> problems)
Build a fully populated ConstructionDefinition from the passed Groups,
using the NamingStrategy to generate names for each.
|
static AppFatalException |
AndHowUtil.buildFatalException(ProblemList<Problem> problems) |
Copyright © 2017. All rights reserved.