public interface FeatureElementComparator
Modifier and Type | Method and Description |
---|---|
void |
computeDiff(org.apache.sling.feature.Feature previous,
org.apache.sling.feature.Feature current,
org.apache.sling.feature.Feature target)
Compares a specific Feature sections between the previous and the current,
reporting additions/updates/removals in the target.
|
String |
getId()
Returns a short id which identifies the Feature section for which differences will be computed.
|
String getId()
void computeDiff(org.apache.sling.feature.Feature previous, org.apache.sling.feature.Feature current, org.apache.sling.feature.Feature target)
previous
- current
- target
- Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.