Package org.infinispan.cli.logging
Interface Messages
- All Known Implementing Classes:
Messages_$bundle
@MessageBundle(projectCode="ISPN")
public interface Messages
- Since:
- 10.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionartifactNotFound(String path) org.aesh.command.CommandExceptionbatchError(String file, int lineNumber, String line, Throwable t) checksumFailed(String path, String checksum, String computed) checksumVerified(String path) configLoadFailed(String path) configStoreFailed(String path) connectionFailed(String message) downloadedFile(String filename) encryptionTypeRequiresSecret(String encryptionType) exposeTypeRequiresPort(String exposeType) illegalFilterRule(String rule) invalidResource(String name) invalidUnicodeSequence(String sequence, NoSuchElementException e) mutuallyExclusiveOptions(String arg1, String arg2) noGeneratedSecret(String serviceName) nonExistentFile(org.aesh.io.Resource file) noOperatorSubscription(String namespace) noRunningPodsInService(String name) noSuchResource(String name) noSuchService(String serviceName, String namespace) password()patchBackup(Path from, Path to) patchCannotApply(String brandName, String version) patchCannotRead(Path patchesFile, IOException e) patchCorruptArchive(PatchOperation operation) patchCreateAdd(Path target) patchFileAlreadyExists(Path patch) patchIncompatibleProduct(String localBrand, String patchBrand) patchRollback(PatchInfo patchInfo) patchRollbackFile(Path file) patchShaMismatch(Path path, String digest, String sha256) patchValidationErrors(String errors) org.aesh.command.parser.RequiredOptionExceptionrequiresAllOf(String option1, String option2) org.aesh.command.parser.RequiredOptionExceptionrequiresOneOf(String arg1, String arg2) retryDownload(int retry, int retries) userDescribe(String username, String realm, String[] userGroups) username()userToolIncompatibleEncrypyion(UserTool.Encryption encryption1, UserTool.Encryption encryption2) userToolIOError(Path path, IOException e) userToolNoSuchUser(String username) userToolUnknownAlgorithm(String algorithm) userToolUserExists(String username) userToolWrongRealm(String realm1, String realm2) wrongArgumentCount(int size)
-
Field Details
-
MSG
-
CLI
static final org.jboss.logging.Logger CLI
-
-
Method Details
-
username
-
password
-
notFound
-
unauthorized
-
error
-
forbidden
@Message("The user is not allowed to access the server resource: %s") AccessDeniedException forbidden(String s) -
keyStoreError
-
noSuchResource
-
illegalContext
-
illegalCommandArguments
-
mutuallyExclusiveOptions
@Message("The options \'%s\' and \'%s\' are mutually exclusive") IllegalArgumentException mutuallyExclusiveOptions(String arg1, String arg2) -
requiresOneOf
-
connectionFailed
-
invalidResource
-
patchNoPatchesInstalled
-
patchInfo
-
patchCannotApply
@Message("The supplied patch cannot be applied to %s %s") IllegalStateException patchCannotApply(String brandName, String version) -
patchShaMismatch
-
patchValidationErrors
@Message("The following errors were encountered while validating the installation:%n%s") IllegalStateException patchValidationErrors(String errors) -
patchNoPatchesInstalledToRollback
@Message("No installed patches to roll back") IllegalStateException patchNoPatchesInstalledToRollback() -
patchCannotFindCommons
@Message("Cannot find the infinispan-commons jar under %s") IllegalStateException patchCannotFindCommons(Path lib) -
patchIncompatibleProduct
@Message("Cannot create patch %s with patches for %s") IllegalStateException patchIncompatibleProduct(String localBrand, String patchBrand) -
patchCannotWritePatchesFile
@Message("Could not write patches file") IllegalStateException patchCannotWritePatchesFile(@Cause IOException e) -
patchRollback
-
patchDryRun
-
patchBackup
-
patchCreateError
-
patchCreateAdd
-
patchRollbackFile
-
patchCannotRead
@Message("Could not read %s") IllegalStateException patchCannotRead(Path patchesFile, @Cause IOException e) -
patchFileAlreadyExists
@Message("File \'%s\' already exists") FileAlreadyExistsException patchFileAlreadyExists(Path patch) -
patchCreateArgumentsRequired
@Message("At least three arguments are required: the patch file, the target server path and one or more source server paths") IllegalArgumentException patchCreateArgumentsRequired() -
patchArchiveArgumentRequired
@Message("You must specify the path to a patch archive") IllegalArgumentException patchArchiveArgumentRequired() -
patchServerAndTargetMustBeDifferent
@Message("Cannot create a patch from identical source and target server versions: %s") IllegalArgumentException patchServerAndTargetMustBeDifferent(String version) -
patchCorruptArchive
@Message("The patch archive appears to have a corrupt entry for: %s") String patchCorruptArchive(PatchOperation operation) -
downloadedFile
-
userToolUsername
-
userToolPassword
-
userToolPasswordConfirm
-
userToolUserExists
-
userToolIOError
@Message("Error accessing file \'%s\'") RuntimeException userToolIOError(Path path, @Cause IOException e) -
userToolUnknownAlgorithm
@Message("Unkown password encryption algorithm: \'%s\'") IllegalArgumentException userToolUnknownAlgorithm(String algorithm) -
userToolNoSuchUser
-
userDescribe
-
invalidUnicodeSequence
@Message("Invalid Unicode sequence \'%s\'") IOException invalidUnicodeSequence(String sequence, @Cause NoSuchElementException e) -
userToolIncompatibleEncrypyion
@Message("Attempt to use %s passwords, but only %s passwords are allowed") IllegalArgumentException userToolIncompatibleEncrypyion(UserTool.Encryption encryption1, UserTool.Encryption encryption2) -
userToolWrongRealm
@Message("Attempted to use a different realm \'%s\' than the already existing one \'%s\'") IllegalArgumentException userToolWrongRealm(String realm1, String realm2) -
configLoadFailed
-
configStoreFailed
-
wrongArgumentCount
-
noSuchService
@Message("Cannot find service \'%s\' in namespace \'%s\'") IllegalArgumentException noSuchService(String serviceName, String namespace) -
noGeneratedSecret
@Message("Cannot find or access generated secrets for service \'%s\'") IllegalStateException noGeneratedSecret(String serviceName) -
noDefaultNamespace
@Message("A namespace was not specified and a default has not been set") IllegalStateException noDefaultNamespace() -
credentialToolPassword
-
credentialToolPasswordConfirm
-
credentialToolCredential
-
credentialToolCredentialConfirm
-
illegalFilterRule
@Message("Filter rule \'%s\' is not in the format [ACCEPT|REJECT]/{CIDR}") IllegalArgumentException illegalFilterRule(String rule) -
batchError
-
requiresAllOf
-
missingCacheName
-
noCatalog
-
noTargetNamespaces
@Message("Target namespaces must be specified when not installing globally") IllegalArgumentException noTargetNamespaces() -
noDefaultOperatorNamespace
@Message("Could not find a default operator namespace") IllegalStateException noDefaultOperatorNamespace() -
noKubernetes
-
noOperatorSubscription
@Message("Could not find an operator subscription in namespace \'%s\'") IllegalStateException noOperatorSubscription(String namespace) -
exposeTypeRequiresPort
@Message("Expose type \'%s\' requires a port") IllegalArgumentException exposeTypeRequiresPort(String exposeType) -
encryptionTypeRequiresSecret
@Message("Encryption type \'%s\' requires a secret name") IllegalArgumentException encryptionTypeRequiresSecret(String encryptionType) -
noRunningPodsInService
@Message("No running pods available in service %s") IllegalStateException noRunningPodsInService(String name) -
usernameRequired
-
checksumFailed
@Message("Checksum for \'%s\' does not match. Supplied: %s Actual: %s") SecurityException checksumFailed(String path, String checksum, String computed) -
checksumVerified
-
artifactNotFound
-
retryDownload
-
unsupportedListFormat
@Message("The resource does not support the \'%s\' list format") IllegalArgumentException unsupportedListFormat(Resource.ListFormat format) -
cannotResetIndividualStat
@Message("Cannot reset an individual statistic") IllegalArgumentException cannotResetIndividualStat() -
nonExistentFile
@Message("File \'%s\' does not exist") NoSuchFileException nonExistentFile(org.aesh.io.Resource file) -
missingStoreMigratorProperties
@Message("The store migrator requires configuration properties to be set") IllegalArgumentException missingStoreMigratorProperties()
-