| Package | Description |
|---|---|
| org.apache.sling.feature | |
| org.apache.sling.feature.builder |
| Modifier and Type | Method and Description |
|---|---|
Extension |
Extension.copy()
Create a copy of the Extension
|
Extension |
Extensions.getByName(String name)
Get an extension by name
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutionEnvironmentExtension |
ExecutionEnvironmentExtension.getExecutionEnvironmentExtension(Extension ext)
Get the execution environment from the extension.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MergeHandler.canMerge(Extension extension)
Checks whether this merger can merge the given extension.
|
void |
MergeHandler.merge(HandlerContext context,
Feature target,
Feature source,
Extension targetEx,
Extension sourceEx)
Merge the source extension into the target extension.
|
void |
PostProcessHandler.postProcess(HandlerContext context,
Feature feature,
Extension extension)
Post process the feature with respect to the extension.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.