@MessageBundle(projectCode="JBAS")
public interface PatchManagementMessages
| Modifier and Type | Field and Description |
|---|---|
static PatchManagementMessages |
MESSAGES |
| Modifier and Type | Method and Description |
|---|---|
String |
failedToLoadIdentity() |
OperationFailedException |
failedToShowHistory(Throwable cause) |
String |
fileIsNotReadable(String path) |
String |
layerNotFound(String name) |
String |
noMorePatches() |
String |
noPatchHistory(String path) |
OperationFailedException |
patchActive(String patchId) |
String |
patchIsMissingFile(String path) |
OperationFailedException |
serverRequiresRestart() |
static final PatchManagementMessages MESSAGES
@Message(id=16940,
value="Cannot complete operation. Patch \'%s\' is currently active")
OperationFailedException patchActive(String patchId)
@Message(id=16941,
value="Failed to show history of patches")
OperationFailedException failedToShowHistory(@Cause
Throwable cause)
@Message(id=16942,
value="Unable to apply or rollback a patch when the server is in a restart-required state.")
OperationFailedException serverRequiresRestart()
@Message(id=16943,
value="failed to load identity info")
String failedToLoadIdentity()
@Message(id=16944,
value="No more patches")
String noMorePatches()
@Message(id=16946,
value="Patch is missing file %s")
String patchIsMissingFile(String path)
@Message(id=16947,
value="File is not readable %s")
String fileIsNotReadable(String path)
Copyright © 2014 JBoss by Red Hat. All rights reserved.