public interface ConfigModel
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get an description of the item, using the default locale.
|
String |
getName()
Get the item's name, it should minimally describe the validation.
|
String |
getProvider()
Get the provider of this validation.
|
ModelType |
getType()
Get the type of item that is modelled.
|
boolean |
isRequired()
Check if this validation is a required one.
|
Collection<ValidationResult> |
validate(org.apache.tamaya.Configuration config)
Validates the item and all its children against the given configuration.
|
ModelType getType()
String getName()
Sections: a.b.c Params: a.b.c.paramName Filter: a.b.c.FilterImplClass Dependency: mydepClassname CombinationPolicy: a.b.c.MyCombinationPolicyClass
boolean isRequired()
String getProvider()
String getDescription()
Collection<ValidationResult> validate(org.apache.tamaya.Configuration config)
config
- the configuration to be validated against, not null.Copyright © 2014–2016 Apache Software Foundation. All rights reserved.