Package org.wildfly.prospero.api
Class InstallationChanges
- java.lang.Object
-
- org.wildfly.prospero.api.InstallationChanges
-
public class InstallationChanges extends Object
-
-
Constructor Summary
Constructors Constructor Description InstallationChanges(List<ArtifactChange> artifactChanges, List<ChannelChange> channelChanges)Deprecated.InstallationChanges(List<ArtifactChange> artifactChanges, List<ChannelChange> channelChanges, List<FeatureChange> featureChanges)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ArtifactChange>getArtifactChanges()List<ChannelChange>getChannelChanges()List<FeatureChange>getFeatureChanges()booleanisEmpty()
-
-
-
Constructor Detail
-
InstallationChanges
@Deprecated public InstallationChanges(List<ArtifactChange> artifactChanges, List<ChannelChange> channelChanges)
Deprecated.
-
InstallationChanges
public InstallationChanges(List<ArtifactChange> artifactChanges, List<ChannelChange> channelChanges, List<FeatureChange> featureChanges)
-
-
Method Detail
-
getArtifactChanges
public List<ArtifactChange> getArtifactChanges()
-
getChannelChanges
public List<ChannelChange> getChannelChanges()
-
getFeatureChanges
public List<FeatureChange> getFeatureChanges()
-
isEmpty
public boolean isEmpty()
-
-