Package | Description |
---|---|
org.jboss.as.repository | |
org.jboss.as.selfcontained | |
org.jboss.as.server.deployment |
The JBossAS domain deployment subsystem classes.
|
org.jboss.as.server.mgmt.domain |
Modifier and Type | Method and Description |
---|---|
void |
ContentRepository.addContentReference(ContentReference reference)
Adds a reference to the content.
|
void |
DeploymentFileRepository.deleteDeployment(ContentReference reference)
Deletes a deployment from the local file system
|
void |
LocalDeploymentFileRepository.deleteDeployment(ContentReference reference) |
File[] |
DeploymentFileRepository.getDeploymentFiles(ContentReference reference)
Get the files associated with a given deployment.
|
File[] |
LocalDeploymentFileRepository.getDeploymentFiles(ContentReference reference)
Get the files associated with a given deployment.
|
File[] |
LocalFileRepository.getDeploymentFiles(ContentReference reference)
Get the files associated with a given deployment.
|
File |
DeploymentFileRepository.getDeploymentRoot(ContentReference reference)
Gets the directory under which files associated with a given deployment
would be found.
|
File |
LocalDeploymentFileRepository.getDeploymentRoot(ContentReference reference)
Gets the directory under which files associated with a given deployment
would be found.
|
File |
LocalFileRepository.getDeploymentRoot(ContentReference reference)
Gets the directory under which files associated with a given deployment
would be found.
|
void |
ContentRepository.removeContent(ContentReference reference)
Remove the given content from the repository.
|
boolean |
ContentRepository.syncContent(ContentReference reference)
Synchronize content with the given reference.
|
Modifier and Type | Method and Description |
---|---|
void |
SelfContainedContentRepository.addContentReference(ContentReference reference) |
void |
SelfContainedContentRepository.removeContent(ContentReference reference) |
boolean |
SelfContainedContentRepository.syncContent(ContentReference reference) |
Modifier and Type | Method and Description |
---|---|
static ContentReference |
ModelContentReference.fromDeploymentName(String name,
byte[] hash) |
static ContentReference |
ModelContentReference.fromDeploymentName(String name,
String hash) |
static ContentReference |
ModelContentReference.fromModelAddress(PathAddress address,
byte[] hash) |
Modifier and Type | Method and Description |
---|---|
protected void |
DeploymentReplaceHandler.addFromHash(ContentReference reference) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteFileRepositoryService.addContentReference(ContentReference reference) |
void |
RemoteFileRepositoryService.deleteDeployment(ContentReference reference) |
File[] |
RemoteFileRepositoryService.getDeploymentFiles(ContentReference reference) |
File |
RemoteFileRepositoryService.getDeploymentRoot(ContentReference reference) |
void |
RemoteFileRepositoryService.removeContent(ContentReference reference) |
boolean |
RemoteFileRepositoryService.syncContent(ContentReference reference) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.