public interface StaticPropertyConfigurationInternal extends StaticPropertyConfiguration
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<ExportGroup> |
getExportGroups()
The list of ExportGroups, which handles exporting property values for use
outside the AndHow framework.
|
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.
|
getAliases, getCanonicalName, getGroupForProperty, getNamingStrategyList<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()
Copyright © 2017. All rights reserved.