Package | Description |
---|---|
org.apache.sling.provisioning.model |
Modifier and Type | Method and Description |
---|---|
Feature |
Model.getFeature(java.lang.String name)
Find the feature if available
|
Feature |
Model.getOrCreateFeature(java.lang.String name)
Get or create the feature.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Feature> |
Model.getFeatures()
Return all features.
|
Modifier and Type | Method and Description |
---|---|
int |
Feature.compareTo(Feature o) |
static java.lang.String |
ModelResolveUtility.replace(Feature feature,
java.lang.String v,
ModelUtility.VariableResolver resolver)
Replace properties in the string.
|
java.lang.String |
ModelUtility.VariableResolver.resolve(Feature feature,
java.lang.String name)
Resolve the variable.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.