public class ApplicationManifestDifference extends Object
| Constructor and Description |
|---|
ApplicationManifestDifference(String applicationName,
PropertiesDiff apiAndKindDifference,
PropertiesDiff metadataDifference,
PropertiesDiff resourceAndVersionDifference,
PropertiesDiff applicationPropertiesDifference,
PropertiesDiff deploymentPropertiesDifference) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areEqual()
Returns
true if there are no differences between the two application manifests;
that is, if the manifests are equal. |
PropertiesDiff |
getApiAndKindDifference() |
String |
getApplicationName() |
PropertiesDiff |
getApplicationPropertiesDifference() |
PropertiesDiff |
getDeploymentPropertiesDifference() |
PropertiesDiff |
getMetadataDifference() |
PropertiesDiff |
getResourceAndVersionDifference() |
public ApplicationManifestDifference(String applicationName, PropertiesDiff apiAndKindDifference, PropertiesDiff metadataDifference, PropertiesDiff resourceAndVersionDifference, PropertiesDiff applicationPropertiesDifference, PropertiesDiff deploymentPropertiesDifference)
public String getApplicationName()
public PropertiesDiff getApiAndKindDifference()
public PropertiesDiff getMetadataDifference()
public PropertiesDiff getResourceAndVersionDifference()
public PropertiesDiff getApplicationPropertiesDifference()
public PropertiesDiff getDeploymentPropertiesDifference()
public boolean areEqual()
true if there are no differences between the two application manifests;
that is, if the manifests are equal.Copyright © 2021 Pivotal Software, Inc.. All rights reserved.