Interface Messages

  • All Known Implementing Classes:
    Messages_$bundle

    @MessageBundle(projectCode="ISPN")
    public interface Messages
    Since:
    10.0
    • Field Detail

      • CLI

        static final org.jboss.logging.Logger CLI
    • Method Detail

      • username

        @Message("Username: ")
        String username()
      • password

        @Message("Password: ")
        String password()
      • keyStoreError

        @Message("Error while configuring SSL")
        String keyStoreError​(@Cause
                             Exception e)
      • illegalContext

        @Message("Command invoked from the wrong context")
        IllegalStateException illegalContext()
      • requiresOneOf

        @Message("One of the \'%s\' and \'%s\' options are required")
        org.aesh.command.parser.RequiredOptionException requiresOneOf​(String arg1,
                                                                      String arg2)
      • connectionFailed

        @Message("Could not connect to server: %s")
        ConnectException connectionFailed​(String message)
      • patchNoPatchesInstalled

        @Message("No patches installed")
        String patchNoPatchesInstalled()
      • patchShaMismatch

        @Message("File %s SHA mismatch. Expected = %s, Actual = %s")
        String patchShaMismatch​(Path path,
                                String digest,
                                String sha256)
      • 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)
      • patchRollback

        @Message("Rolled back patch %s")
        String patchRollback​(PatchInfo patchInfo)
      • patchDryRun

        @Message("[Dry run] ")
        String patchDryRun()
      • patchBackup

        @Message("Backing up \'%s\' to \'%s\'")
        String patchBackup​(Path from,
                           Path to)
      • patchCreateAdd

        @Message("Adding file \'%s\'")
        String patchCreateAdd​(Path target)
      • patchRollbackFile

        @Message("Rolling back file \'%s\'")
        String patchRollbackFile​(Path file)
      • 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

        @Message("Downloaded file \'%s\'")
        String downloadedFile​(String filename)
      • userToolUsername

        @Message("Specify a username: ")
        String userToolUsername()
      • userToolPassword

        @Message("Set a password for the user: ")
        String userToolPassword()
      • userToolPasswordConfirm

        @Message("Confirm the password for the user: ")
        String userToolPasswordConfirm()
      • userToolUnknownAlgorithm

        @Message("Unkown password encryption algorithm: \'%s\'")
        IllegalArgumentException userToolUnknownAlgorithm​(String algorithm)
      • userDescribe

        @Message("{ username: \"%s\", realm: \"%s\", groups = %s }")
        String userDescribe​(String username,
                            String realm,
                            String[] userGroups)
      • userToolWrongRealm

        @Message("Attempted to use a different realm \'%s\' than the already existing one \'%s\'")
        IllegalArgumentException userToolWrongRealm​(String realm1,
                                                    String realm2)
      • configLoadFailed

        @Message("Unable to load CLI configuration from `%s`. Using defaults.")
        String configLoadFailed​(String path)
      • configStoreFailed

        @Message("Unable to store CLI configuration to \'%s\'.")
        String configStoreFailed​(String path)
      • 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

        @Message("Enter the password for the credential keystore: ")
        String credentialToolPassword()
      • credentialToolPasswordConfirm

        @Message("Confirm the password for the credential store: ")
        String credentialToolPasswordConfirm()
      • credentialToolCredential

        @Message("Set a credential for the alias: ")
        String credentialToolCredential()
      • credentialToolCredentialConfirm

        @Message("Confirm the credential: ")
        String credentialToolCredentialConfirm()
      • illegalFilterRule

        @Message("Filter rule \'%s\' is not in the format [ACCEPT|REJECT]/{CIDR}")
        IllegalArgumentException illegalFilterRule​(String rule)
      • batchError

        @Message("Error executing file: %s, line %d: \'%s\'")
        org.aesh.command.CommandException batchError​(String file,
                                                     int lineNumber,
                                                     String line,
                                                     @Cause
                                                     Throwable t)
      • requiresAllOf

        @Message("Option \'%s\' requires option \'%s\'")
        org.aesh.command.parser.RequiredOptionException requiresAllOf​(String option1,
                                                                      String option2)
      • 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

        @Message("Kubernetes client is unavailable in this mode")
        IllegalStateException noKubernetes()
      • noOperatorSubscription

        @Message("Could not find an operator subscription in namespace \'%s\'")
        IllegalStateException noOperatorSubscription​(String namespace)
      • 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)
      • checksumFailed

        @Message("Checksum for \'%s\' does not match. Supplied: %s Actual: %s")
        SecurityException checksumFailed​(String path,
                                         String checksum,
                                         String computed)
      • checksumVerified

        @Message("Checksum for \'%s\' verified")
        String checksumVerified​(String path)
      • retryDownload

        @Message("Retry download \'%d/%d\'")
        String retryDownload​(int retry,
                             int retries)