Package | Description |
---|---|
org.apache.tamaya.model | |
org.apache.tamaya.model.internal | |
org.apache.tamaya.model.spi |
Modifier and Type | Method and Description |
---|---|
ModelType |
ConfigModel.getType()
Get the type of item that is modelled.
|
static ModelType |
ModelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelType[] |
ModelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Collection<ConfigModel> |
ConfigModelManager.findModels(ModelType type,
String namePattern)
Find the validations by checking the validation's name using the given regular expression.
|
static ValidationResult |
ValidationResult.ofUndefined(String key,
ModelType type,
String provider)
Creates a new ValidationResult.
|
Modifier and Type | Method and Description |
---|---|
String |
ConfigDocumentationBean.findValidationModels(ModelType type,
String namePattern) |
String |
ConfigDocumentationBean.getConfigurationModel(ModelType type) |
Modifier and Type | Method and Description |
---|---|
ModelType |
ParameterModel.getType() |
ModelType |
ConfigModelGroup.getType() |
ModelType |
AreaConfigModel.getType() |
Modifier and Type | Method and Description |
---|---|
String |
ConfigDocumentationMBean.findValidationModels(ModelType type,
String namePattern)
Find the validations by checking the validation's name using the given regular expression.
|
String |
ConfigDocumentationMBean.getConfigurationModel(ModelType type) |
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.