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