public interface AndHowConfiguration<C extends AndHowConfiguration>
| Modifier and Type | Method and Description |
|---|---|
<T> C |
addFixedValue(Property<T> property,
T value)
Sets a fixed, non-configurable value for a Property.
|
void |
build() |
List<Loader> |
buildLoaders() |
NamingStrategy |
getNamingStrategy() |
List<GroupProxy> |
getRegisteredGroups() |
C |
removeFixedValue(Property<?> property)
Removes a PropertyValue from the list of fixed values.
|
C |
setCmdLineArgs(String[] commandLineArgs)
Sets the command line arguments, removing any previously set commandline args.
|
List<GroupProxy> getRegisteredGroups()
NamingStrategy getNamingStrategy()
C setCmdLineArgs(String[] commandLineArgs)
commandLineArgs - <T> C addFixedValue(Property<T> property, T value)
T - The type of Property and valueproperty - The property to set a value forvalue - The value to set.C removeFixedValue(Property<?> property)
property - A non-null property.void build()
Copyright © 2017. All rights reserved.