public final class ConfigurationsComparator extends Object
Constructor and Description |
---|
ConfigurationsComparator() |
Modifier and Type | Method and Description |
---|---|
protected void |
computeDiff(org.apache.sling.feature.Configuration previous,
org.apache.sling.feature.Configuration current,
org.apache.sling.feature.Feature target) |
protected void |
computeDiff(org.apache.sling.feature.Configurations previouses,
org.apache.sling.feature.Configurations currents,
org.apache.sling.feature.Feature target) |
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 |
toString() |
public void computeDiff(org.apache.sling.feature.Feature previous, org.apache.sling.feature.Feature current, org.apache.sling.feature.Feature target)
FeatureElementComparator
protected void computeDiff(org.apache.sling.feature.Configurations previouses, org.apache.sling.feature.Configurations currents, org.apache.sling.feature.Feature target)
protected void computeDiff(org.apache.sling.feature.Configuration previous, org.apache.sling.feature.Configuration 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.