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 |
---|---|
boolean |
MergeHandler.canMerge(Extension extension)
Checks whether this merger can merge extensions with that name
|
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–2019 The Apache Software Foundation. All rights reserved.