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