Uses of Class
org.wildfly.channel.Stream
-
Packages that use Stream Package Description org.wildfly.channel -
-
Uses of Stream in org.wildfly.channel
Methods in org.wildfly.channel that return types with arguments of type Stream Modifier and Type Method Description Optional<Stream>Channel. findStreamFor(String groupId, String artifactId)Collection<Stream>Channel. getStreams()Methods in org.wildfly.channel with parameters of type Stream Modifier and Type Method Description intStream. compareTo(Stream other)Constructor parameters in org.wildfly.channel with type arguments of type Stream Constructor Description Channel(String schemaVersion, String name, String description, Vendor vendor, List<ChannelRequirement> channelRequirements, Collection<Stream> streams)Representation of a Channel resourceChannel(String name, String description, Vendor vendor, List<ChannelRequirement> channelRequirements, Collection<Stream> streams)Representation of a Channel resource using the current schema version.
-