public interface StaticPropertyConfiguration
| Modifier and Type | Field and Description |
|---|---|
static List<Property<?>> |
EMPTY_PROPERTY_LIST |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsUserGroups()
Returns true if any of the registered groups are user groups.
|
List<EffectiveName> |
getAliases(Property<?> property)
Returns all aliases (in and out) for a property.
|
String |
getCanonicalName(Property<?> prop)
Returns the canonical name of a registered property.
|
List<ExportGroup> |
getExportGroups()
The list of ExportGroups, which handles exporting property values for use
outside the AndHow framework.
|
GroupProxy |
getGroupForProperty(Property<?> prop)
Finds the Group containing the specified Property.
|
NamingStrategy |
getNamingStrategy()
Defines how names are created for Properties.
|
List<Property<?>> |
getProperties()
Returns a complete list of all registered properties.
|
List<Property<?>> |
getPropertiesForGroup(GroupProxy group)
Returns a list of Properties registered in the passed group.
|
Property<?> |
getProperty(String classpathStyleName)
Finds a registered property by any recognized classpath style name,
including the canonical name or 'in' aliases.
|
List<GroupProxy> |
getPropertyGroups()
Returns a list of all registered groups.
|
List<EffectiveName> getAliases(Property<?> property)
property - The property to fetch naming information forString getCanonicalName(Property<?> prop)
prop - The property to get the canonical name forGroupProxy getGroupForProperty(Property<?> prop)
prop - The property to get the PropertyGroup forList<Property<?>> getProperties()
boolean containsUserGroups()
List<Property<?>> getPropertiesForGroup(GroupProxy group)
group - The group to get Properties forList<GroupProxy> getPropertyGroups()
Property<?> getProperty(String classpathStyleName)
my.property and the URI style name, like my/property.
The URI style name is just a means of reading properties in another system -
for AndHow the URI style name is not considered an actual name.classpathStyleName - A path to a property in the classpath style.List<ExportGroup> getExportGroups()
NamingStrategy getNamingStrategy()
Copyright © 2017. All rights reserved.