Package org.wildfly.channel
Class RuntimeChannel
- java.lang.Object
-
- org.wildfly.channel.RuntimeChannel
-
public class RuntimeChannel extends Object
-
-
Constructor Summary
Constructors Constructor Description RuntimeChannel(Channel channel, ChannelManifest channelManifest, Blocklist blocklist)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BlocklistgetChannelBlocklist()ChannelgetChannelDefinition()ChannelManifestgetChannelManifest()inthashCode()
-
-
-
Constructor Detail
-
RuntimeChannel
public RuntimeChannel(Channel channel, ChannelManifest channelManifest, Blocklist blocklist)
-
-
Method Detail
-
getChannelDefinition
public Channel getChannelDefinition()
-
getChannelManifest
public ChannelManifest getChannelManifest()
-
getChannelBlocklist
public Blocklist getChannelBlocklist()
-
-