public interface DeploymentPathProvider
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefinitionPath(java.lang.String name)
Return the expected path for a definition with the provided name.
|
DeploymentUnitStatus |
getDeploymentStatus(java.lang.String name)
Return the deployment status for the deployment name.
|
java.lang.String getDefinitionPath(java.lang.String name)
name
- definition nameDeploymentUnitStatus getDeploymentStatus(java.lang.String name)
name
- deployment name