Package org.wildfly.prospero.cli
Interface CliMessages
-
@MessageBundle(projectCode="PRSP-CLI") public interface CliMessages
-
-
Field Summary
Fields Modifier and Type Field Description static CliMessagesMESSAGES
-
Method Summary
-
-
-
Field Detail
-
MESSAGES
static final CliMessages MESSAGES
-
-
Method Detail
-
resolvingFeaturePack
@Message("Resolving feature-pack") String resolvingFeaturePack()
-
installingPackages
@Message("Installing packages") String installingPackages()
-
generatingConfiguration
@Message("Generating configuration") String generatingConfiguration()
-
installingJBossModules
@Message("Installing JBoss modules") String installingJBossModules()
-
downloadingArtifacts
@Message("Downloading artifacts") String downloadingArtifacts()
-
installingJBossExamples
@Message("Installing JBoss examples") String installingJBossExamples()
-
featurePacksResolved
@Message("Feature-packs resolved.") String featurePacksResolved()
-
packagesInstalled
@Message("Packages installed.") String packagesInstalled()
-
configurationsGenerated
@Message("Configurations generated.") String configurationsGenerated()
-
jbossModulesInstalled
@Message("JBoss modules installed.") String jbossModulesInstalled()
-
jbossExamplesInstalled
@Message("JBoss examples installed.") String jbossExamplesInstalled()
-
artifactsDownloaded
@Message("Downloaded artifacts.") String artifactsDownloaded()
-
applyingChanges
@Message("APPLYING CHANGES") String applyingChanges()
-
noUpdatesFound
@Message("No updates found.") String noUpdatesFound()
-
updatesFound
@Message("Updates found: ") String updatesFound()
-
continueWithUpdate
@Message("Continue with update [y/N]: ") String continueWithUpdate()
-
continueWithBuildUpdate
@Message("Continue with building update [y/N]: ") String continueWithBuildUpdate()
-
updateCancelled
@Message("Update cancelled") String updateCancelled()
-
buildUpdateCancelled
@Message("Build update cancelled") String buildUpdateCancelled()
-
applyingUpdates
@Message("Applying updates") String applyingUpdates()
-
buildingUpdates
@Message("Building updates") String buildingUpdates()
-
chooseYN
@Message("Choose [y/N]: ") String chooseYN()
-
updateComplete
@Message("Update complete!") String updateComplete()
-
buildUpdateComplete
@Message("Build update complete!") String buildUpdateComplete()
-
yesShortcut
@Message("y") String yesShortcut()
-
noShortcut
@Message("n") String noShortcut()
-
unexpectedPackageInSelfUpdate
@Message("Unable to perform self-update - folder `%s` contains unexpected feature packs.") ArgumentParsingException unexpectedPackageInSelfUpdate(String path)
-
unableToLocateProsperoInstallation
@Message("Unable to locate the installation folder to perform self-update.") ArgumentParsingException unableToLocateProsperoInstallation()
-
unableToParseSelfUpdateData
@Message("Unable to perform self-update - unable to determine installed feature packs.") ArgumentParsingException unableToParseSelfUpdateData(@Cause Exception e)
-
channelsMandatoryWhenCustomFpl
@Message("No channel or channel manifest were specified.") IllegalArgumentException channelsMandatoryWhenCustomFpl()
-
noChangesFound
@Message("No changes found") String noChangesFound()
-
errorWhenProcessingCommand
@Message("Error when processing command: ") String errorWhenProcessingCommand()
-
possibleDowngrade
@Message("%n[*] The update list contain one or more artifacts with lower versions then currently installed. Proceed with caution.%n%n") String possibleDowngrade()
-
invalidInstallationDir
@Message("Path `%s` does not contain a server installation provisioned by the %s.") IllegalArgumentException invalidInstallationDir(Path path, String distName)- See Also:
invalidInstallationDir(Path)
-
invalidInstallationDir
default IllegalArgumentException invalidInstallationDir(Path path)
-
invalidInstallationDirMaybeUseDirOption
@Message("Path `%s` does not contain a server installation provisioned by the %s. Maybe you forgot to specify path to the installation (--dir)?") IllegalArgumentException invalidInstallationDirMaybeUseDirOption(Path path, String distName)
-
invalidInstallationDirMaybeUseDirOption
default IllegalArgumentException invalidInstallationDirMaybeUseDirOption(Path path)
-
addChannels
@Message("Add required channels using [%s] argument.") String addChannels(String channel)
-
operationCompleted
@Message("Operation completed in %.2f seconds.") String operationCompleted(float time)
-
exclusiveOptions
@Message("Only one of %s and %s can be set.") IllegalArgumentException exclusiveOptions(String option1, String option2)
-
customizationRepoExist
@Message("Custom repository `%s` already exist.") String customizationRepoExist(String repositoryId)
-
illegalChannel
@Message("Channel `%s` needs to have a groupId:artifactId format") String illegalChannel(String name)
-
unableToCreateLocalRepository
@Message("Unable to create a repository at `%s`.") String unableToCreateLocalRepository(Path repositoryPath)
-
repositoryIsNotDirectory
@Message("Repository path `%s` is a file not a directory.") ArgumentParsingException repositoryIsNotDirectory(Path repo)
-
wrongChannelCoordinateFormat
@Message("Channel coordinate must be provided in `groupId:artifactId` format") String wrongChannelCoordinateFormat()
-
noCustomizationConfigFound
@Message("Unable to determine custom channel and repository.%nUse `%s` and `%s` to provide correct values.") String noCustomizationConfigFound(String channelParam, String repoParam)
-
continuePromote
@Message("Continue with promoting artifacts: [y/N]: ") String continuePromote()
-
continuePromoteAccepted
@Message("Promoting artifacts.") String continuePromoteAccepted()
-
continuePromoteRejected
@Message("Operation cancelled.") String continuePromoteRejected()
-
customizationChannelAlreadyExists
@Message("Custom channel already exists.") String customizationChannelAlreadyExists()
-
registeringCustomChannel
@Message("Registering custom channel `%s`") String registeringCustomChannel(String name)
-
invalidRepositoryDefinition
@Message("Repository definition [%s] is invalid. The definition format should be [id::url]") ArgumentParsingException invalidRepositoryDefinition(String repoKey)
-
manifest
@Message("manifest") String manifest()
-
repositories
@Message("repositories") String repositories()
-
changeUpdated
@Message("Updated") String changeUpdated()
-
changeAdded
@Message("Added") String changeAdded()
-
changeRemoved
@Message("Removed") String changeRemoved()
-
diffUpdates
@Message("Updates") String diffUpdates()
-
diffConfigChanges
@Message("Configuration changes") String diffConfigChanges()
-
artifactChangeType
@Message("artifact") String artifactChangeType()
-
channelChangeType
@Message("channel") String channelChangeType()
-
conflictingChangesDetected
@Message("Conflicting changes detected in the update:") String conflictingChangesDetected()
-
invalidUpdateCandidate
@Message("Server at [%s] is not a valid update candidate.") IllegalArgumentException invalidUpdateCandidate(Path updateDir)
-
updateCandidateStateNotMatched
@Message("Unable to apply update.%n Installation at [%s] has been updated since the update candidate [%s] was created.") IllegalArgumentException updateCandidateStateNotMatched(Path targetDir, Path updateDir)
-
updateCandidateWrongType
@Message("Unable to apply update.%n The candidate at [%s] was not prepared for %s operation.") IllegalArgumentException updateCandidateWrongType(Path updateDir, ApplyCandidateAction.Type operation)
-
notCandidate
@Message("Unable to apply update.%n Installation at [%s] doesn\'t have a candidate marker file.") IllegalArgumentException notCandidate(Path updateDir)
-
nonEmptyTargetFolder
@Message("The target path needs to point to an empty, writable folder.") IllegalArgumentException nonEmptyTargetFolder()
-
acceptAgreements
@Message("Accept the agreement(s) [y/N]") String acceptAgreements()
-
installationCancelled
@Message("Installation cancelled") String installationCancelled()
-
listAgreementsHeader
@Message("To install the requested server, following Agreements need to be accepted:") String listAgreementsHeader()
-
noAgreementsNeeded
@Message("The requested software does not require any Agreements.") String noAgreementsNeeded()
-
-