public interface ConfigDocumentationMBean
Modifier and Type | Method and Description |
---|---|
String |
findConfigurationModels(String namePattern)
Find the validations by checking the validation's name using the given regular expression.
|
String |
findValidationModels(ModelType type,
String namePattern)
Find the validations by checking the validation's name using the given regular expression.
|
String |
getConfigurationModel() |
String |
getConfigurationModel(ModelType type) |
String |
validate(boolean showUndefined)
Validates the configuration for the given context.
|
String validate(boolean showUndefined)
showUndefined
- allows filtering for undefined configuration elements.String getConfigurationModel()
String findConfigurationModels(String namePattern)
namePattern
- the regular expression to use, not null.String findValidationModels(ModelType type, String namePattern)
type
- the target ModelType, not null.namePattern
- the regular expression to use, not null.Copyright © 2014–2016 Apache Software Foundation. All rights reserved.