Uses of Class
org.jboss.set.aphrodite.domain.Stream
-
Packages that use Stream Package Description org.jboss.set.aphrodite.domain -
-
Uses of Stream in org.jboss.set.aphrodite.domain
Methods in org.jboss.set.aphrodite.domain that return Stream Modifier and Type Method Description StreamStreamComponent. getStream()StreamStream. getUpstream()Methods in org.jboss.set.aphrodite.domain that return types with arguments of type Stream Modifier and Type Method Description Optional<Map<Stream,FlagStatus>>SearchCriteria. getStreams()Method parameters in org.jboss.set.aphrodite.domain with type arguments of type Stream Modifier and Type Method Description SearchCriteria.BuilderSearchCriteria.Builder. setStreams(Map<Stream,FlagStatus> streams)Constructors in org.jboss.set.aphrodite.domain with parameters of type Stream Constructor Description Stream(String name, Stream upstream)Stream(URL url, String name, Stream upstream, Map<String,StreamComponent> components)
-