public interface DeploymentFileRepository
| Modifier and Type | Method and Description |
|---|---|
void |
deleteDeployment(byte[] deploymentHash)
Deletes a deployment from the local file system
|
File[] |
getDeploymentFiles(byte[] deploymentHash)
Get the files associated with a given deployment.
|
File |
getDeploymentRoot(byte[] deploymentHash)
Gets the directory under which files associated with a given deployment
would be found.
|
File[] getDeploymentFiles(byte[] deploymentHash)
deploymentHash - the hash of the deployment contentnull if it is not foundFile getDeploymentRoot(byte[] deploymentHash)
deploymentHash - the hash of the deployment contentnull, even if the
deployment is unknownvoid deleteDeployment(byte[] deploymentHash)
deploymentHash - the hash of the deployment contentCopyright © 2014 JBoss by Red Hat. All rights reserved.