Package org.wildfly.prospero.api
Class ChannelChange
- java.lang.Object
-
- org.wildfly.prospero.api.Diff
-
- org.wildfly.prospero.api.ChannelChange
-
public class ChannelChange extends Diff
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.wildfly.prospero.api.Diff
Diff.Status
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChannelChangeadded(org.wildfly.channel.Channel current)org.wildfly.channel.ChannelgetNewChannel()org.wildfly.channel.ChannelgetOldChannel()static 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 Detail
-
added
public static ChannelChange added(org.wildfly.channel.Channel current)
-
modified
public static ChannelChange modified(org.wildfly.channel.Channel old, org.wildfly.channel.Channel current)
-
removed
public static ChannelChange removed(org.wildfly.channel.Channel old)
-
getOldChannel
public org.wildfly.channel.Channel getOldChannel()
-
getNewChannel
public org.wildfly.channel.Channel getNewChannel()
-
-