| Package | Description |
|---|---|
| org.jboss.set.aphrodite | |
| org.jboss.set.aphrodite.domain | |
| org.jboss.set.aphrodite.spi | |
| org.jboss.set.aphrodite.stream.services.json |
| Modifier and Type | Method and Description |
|---|---|
Stream |
Aphrodite.getStream(String streamName)
Get a specific
Stream object based upon its String name. |
| Modifier and Type | Method and Description |
|---|---|
List<Stream> |
Aphrodite.getAllStreams()
Returns the streams discovered by all of the active StreamServices
|
List<Stream> |
Aphrodite.getStreamsBy(Repository repository,
Codebase codebase)
Find all streams associated with a given repository and codebase.
|
| Modifier and Type | Method and Description |
|---|---|
Stream |
Stream.getUpstream() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Map<Stream,FlagStatus>> |
SearchCriteria.getStreams() |
| Modifier and Type | Method and Description |
|---|---|
SearchCriteria.Builder |
SearchCriteria.Builder.setStreams(Map<Stream,FlagStatus> streams) |
| Constructor and Description |
|---|
Stream(String name,
Stream upstream) |
Stream(String name,
Stream upstream,
Map<String,StreamComponent> components) |
| Modifier and Type | Method and Description |
|---|---|
Stream |
StreamService.getStream(String streamName)
Get a specific
Stream object based upon its String name. |
| Modifier and Type | Method and Description |
|---|---|
List<Stream> |
StreamService.getStreams()
Returns all streams discovered by this service.
|
List<Stream> |
StreamService.getStreamsBy(Repository repository,
Codebase codebase)
Find all the streams associated to the given repository and codebase
|
| Modifier and Type | Method and Description |
|---|---|
Stream |
JsonStreamService.getStream(String streamName) |
| Modifier and Type | Method and Description |
|---|---|
List<Stream> |
JsonStreamService.getStreams() |
List<Stream> |
JsonStreamService.getStreamsBy(Repository repository,
Codebase codebase) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.