@MessageBundle(projectCode="JBAS")
public interface DeploymentMessages
| Modifier and Type | Field and Description |
|---|---|
static DeploymentMessages |
MESSAGES |
| Modifier and Type | Method and Description |
|---|---|
String |
cannotConnectToManagementTarget(URI deployURI) |
String |
cannotDeleteExistingDeployment(File deployment) |
String |
cannotFindDeploymentFile(String filename) |
String |
cannotObtainMetaData() |
String |
cannotObtainModuleType(String moduleName) |
String |
deploymentManagerNotConnected() |
String |
deploymentPlanDoesNotContainEntry(String entryName) |
String |
deploymentValidationFailed() |
String |
invalidTargetType(URI deployURI) |
String |
managementRequestFailed(org.jboss.dmr.ModelNode node) |
String |
moduleTypeNotSupported(javax.enterprise.deploy.shared.ModuleType type) |
String |
nullArgument(String param) |
String |
opaqueDeploymentUriNotImplemented() |
String |
operationCompleted(javax.enterprise.deploy.shared.CommandType cmdType) |
String |
operationFailedOnTarget(javax.enterprise.deploy.shared.CommandType cmdType,
javax.enterprise.deploy.spi.Target target) |
String |
operationStarted(javax.enterprise.deploy.shared.CommandType cmdType) |
static final DeploymentMessages MESSAGES
@Message(id=16150,
value="Cannot find deployment file: %s")
String cannotFindDeploymentFile(String filename)
@Message(id=16151,
value="Deployment validation failed")
String deploymentValidationFailed()
@Message(id=16152,
value="Cannot obtain meta data")
String cannotObtainMetaData()
@Message(id=16153,
value="Operation %s failed on target: %s")
String operationFailedOnTarget(javax.enterprise.deploy.shared.CommandType cmdType,
javax.enterprise.deploy.spi.Target target)
@Message(id=16154,
value="Operation %s started")
String operationStarted(javax.enterprise.deploy.shared.CommandType cmdType)
@Message(id=16155,
value="Operation %s completed")
String operationCompleted(javax.enterprise.deploy.shared.CommandType cmdType)
@Message(id=16156,
value="Cannot obtain module type for: %s")
String cannotObtainModuleType(String moduleName)
@Message(id=16157,
value="Cannot delete existing deployment: %s")
String cannotDeleteExistingDeployment(File deployment)
@Message(id=16158,
value="DeploymentManager not connected")
String deploymentManagerNotConnected()
@Message(id=16159,
value="Invalid targetType in URI: %s")
String invalidTargetType(URI deployURI)
@Message(id=16161,
value="Module type not supported: %s")
String moduleTypeNotSupported(javax.enterprise.deploy.shared.ModuleType type)
@Message(id=16162,
value="Deployment plan does not contain entry: %s")
String deploymentPlanDoesNotContainEntry(String entryName)
@Message(id=16163,
value="Opaque deployment URI not implemented")
String opaqueDeploymentUriNotImplemented()
@Message(id=16164,
value="Cannot connect to management target: %s")
String cannotConnectToManagementTarget(URI deployURI)
@Message(id=16165,
value="Management request failed: %s")
String managementRequestFailed(org.jboss.dmr.ModelNode node)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.