| 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> |
ValidatedValue.getProblems()
Returns an unmodifiable list of Problems.
|
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<ValidatedValue> inValues,
ProblemList<Problem> problems) |
ProblemList(ProblemList<P> problems) |
UnmodifiableProblemList(ProblemList<P> problems) |
ValidatedValue(Property<T> prop,
T value,
ProblemList<ValueProblem> inIssues)
Construct w/ a known set of problems.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseLoader.attemptToAdd(StaticPropertyConfigurationInternal appConfigDef,
List<ValidatedValue> 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(StaticPropertyConfigurationInternal appConfigDef,
List<ValidatedValue> 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(StaticPropertyConfigurationMutable appDef,
GroupProxy group) |
| Modifier and Type | Method and Description |
|---|---|
static StaticPropertyConfigurationMutable |
AndHowUtil.buildDefinition(List<GroupProxy> 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.