Class FeatureValidationResult
java.lang.Object
org.apache.sling.feature.extension.apiregions.api.config.validation.FeatureValidationResult
Validation result for a feature
This class is not thread safe.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the confiugration validation results.Get the framework property validation resultsbooleanisValid()Is the configuration of the feature valid?
-
Constructor Details
-
FeatureValidationResult
public FeatureValidationResult()
-
-
Method Details
-
isValid
public boolean isValid()Is the configuration of the feature valid?- Returns:
trueif it is valid
-
getConfigurationResults
Get the confiugration validation results.- Returns:
- The results keyed by configuration PIDs
-
getFrameworkPropertyResults
Get the framework property validation results- Returns:
- The results keyed by framework property name
-