public class StreamPathProvider extends java.lang.Object implements DeploymentPathProvider
| Constructor and Description |
|---|
StreamPathProvider(StreamRepository streamRepository)
Construct a StreamPathProvider.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefinitionPath(java.lang.String streamName)
Return the expected path for a definition with the provided name.
|
DeploymentUnitStatus |
getDeploymentStatus(java.lang.String streamName)
Return the deployment status for the deployment name.
|
public StreamPathProvider(StreamRepository streamRepository)
streamRepository - repository for deployed stream instancespublic java.lang.String getDefinitionPath(java.lang.String streamName)
getDefinitionPath in interface DeploymentPathProviderstreamName - definition namepublic DeploymentUnitStatus getDeploymentStatus(java.lang.String streamName)
getDeploymentStatus in interface DeploymentPathProviderstreamName - deployment name