| Package | Description |
|---|---|
| org.apache.sling.feature | |
| org.apache.sling.feature.builder |
| Modifier and Type | Method and Description |
|---|---|
Feature |
Feature.copy()
Create a copy of the feature
|
Feature |
Feature.copy(ArtifactId id)
Create a copy of the feature with a different id
|
| Modifier and Type | Method and Description |
|---|---|
int |
Feature.compareTo(Feature o) |
| Modifier and Type | Method and Description |
|---|---|
static Feature |
FeatureBuilder.assemble(Feature feature,
BuilderContext context)
Assemble the full feature by processing all includes.
|
static Feature[] |
FeatureBuilder.deduplicate(BuilderContext context,
Feature... features)
Remove duplicate and included features.
|
Feature |
FeatureProvider.provide(ArtifactId id)
Provide the feature with the given id.
|
static Feature[] |
FeatureBuilder.resolve(BuilderContext context,
String... featureIds)
Resolve a set of features based on their ids.
|
| Modifier and Type | Method and Description |
|---|---|
static Application |
ApplicationBuilder.assemble(Application app,
BuilderContext context,
Feature... features)
Assemble an application based on the provided features.
|
static Feature |
FeatureBuilder.assemble(Feature feature,
BuilderContext context)
Assemble the full feature by processing all includes.
|
static Feature[] |
FeatureBuilder.deduplicate(BuilderContext context,
Feature... features)
Remove duplicate and included features.
|
void |
FeatureExtensionHandler.merge(Feature target,
Feature source,
String extensionName)
Merge the source extension into the target extension.
|
void |
FeatureExtensionHandler.postProcess(Feature feature,
String extensionName)
Post process the feature with respect to the extension.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.