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 DeploymentPathProvider
streamName
- definition namepublic DeploymentUnitStatus getDeploymentStatus(java.lang.String streamName)
getDeploymentStatus
in interface DeploymentPathProvider
streamName
- deployment name