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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ArtifactChange>getArtifactChanges()List<ChannelChange>getChannelChanges()booleanisEmpty()
-
-
-
Constructor Detail
-
InstallationChanges
public InstallationChanges(List<ArtifactChange> artifactChanges, List<ChannelChange> channelChanges)
-
-
Method Detail
-
getArtifactChanges
public List<ArtifactChange> getArtifactChanges()
-
getChannelChanges
public List<ChannelChange> getChannelChanges()
-
isEmpty
public boolean isEmpty()
-
-