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>ChannelManifest. findStreamFor(String groupId, String artifactId)Collection<Stream>ChannelManifest. getStreams()Methods in org.wildfly.channel with parameters of type Stream Modifier and Type Method Description ChannelManifest.BuilderChannelManifest.Builder. addStreams(Stream... stream)intStream. compareTo(Stream other)Constructor parameters in org.wildfly.channel with type arguments of type Stream Constructor Description ChannelManifest(String name, String id, String description, Collection<Stream> streams)Representation of a ChannelManifest resource using the current schema version.
-