public final class FrameworkPropertiesComparator extends Object
Constructor and Description |
---|
FrameworkPropertiesComparator() |
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.
|
void |
computeDiff(Map<String,String> previous,
Map<String,String> current,
org.apache.sling.feature.Feature target) |
String |
getId()
Returns a short id which identifies the Feature section for which differences will be computed.
|
String |
toString() |
public void computeDiff(org.apache.sling.feature.Feature previous, org.apache.sling.feature.Feature current, org.apache.sling.feature.Feature target)
FeatureElementComparator
public void computeDiff(Map<String,String> previous, Map<String,String> current, org.apache.sling.feature.Feature target)
public final String getId()
FeatureElementComparator
getId
in interface FeatureElementComparator
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.