public class FeatureValidationResult extends Object
Constructor and Description |
---|
FeatureValidationResult() |
Modifier and Type | Method and Description |
---|---|
Map<String,ConfigurationValidationResult> |
getConfigurationResults()
Get the confiugration validation results.
|
Map<String,PropertyValidationResult> |
getFrameworkPropertyResults()
Get the framework property validation results
|
boolean |
isValid()
Is the configuration of the feature valid?
|
public boolean isValid()
true
if it is validpublic Map<String,ConfigurationValidationResult> getConfigurationResults()
public Map<String,PropertyValidationResult> getFrameworkPropertyResults()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.