Package org.wildfly.prospero.api
Class ChannelChange
java.lang.Object
org.wildfly.prospero.api.Diff
org.wildfly.prospero.api.ChannelChange
-
Nested Class Summary
Nested classes/interfaces inherited from class org.wildfly.prospero.api.Diff
Diff.Status -
Method Summary
Modifier and TypeMethodDescriptionstatic ChannelChangeadded(org.wildfly.channel.Channel current) org.wildfly.channel.Channelorg.wildfly.channel.Channelstatic ChannelChangemodified(org.wildfly.channel.Channel old, org.wildfly.channel.Channel current) static ChannelChangeremoved(org.wildfly.channel.Channel old) Methods inherited from class org.wildfly.prospero.api.Diff
equals, getChild, getChildren, getName, getNewValue, getOldValue, getStatus, hashCode, hasValues, toString
-
Method Details
-
added
-
modified
public static ChannelChange modified(org.wildfly.channel.Channel old, org.wildfly.channel.Channel current) -
removed
-
getOldChannel
public org.wildfly.channel.Channel getOldChannel() -
getNewChannel
public org.wildfly.channel.Channel getNewChannel()
-