Package org.wildfly.prospero
Interface Messages
-
@MessageBundle(projectCode="PRSP") public interface Messages
-
-
Method Summary
-
-
-
Field Detail
-
MESSAGES
static final Messages MESSAGES
-
-
Method Detail
-
dirMustBeDirectory
@Message("Given path \'%s\' is a regular file. An empty directory or a non-existing path must be given.") IllegalArgumentException dirMustBeDirectory(Path path)
-
invalidManifest
@Message("Invalid channel manifest definition") ChannelDefinitionException invalidManifest(@Cause org.wildfly.channel.InvalidChannelMetadataException e)
-
invalidChannel
@Message("Invalid channel definition") ChannelDefinitionException invalidChannel(@Cause org.wildfly.channel.InvalidChannelMetadataException e)
-
cannotInstallIntoNonEmptyDirectory
@Message("Can\'t install into a non empty directory \'%s\'. Use `update` command if you want to modify existing installation.") IllegalArgumentException cannotInstallIntoNonEmptyDirectory(Path path)
-
installationDirDoesNotExist
@Message("Installation dir \'%s\' doesn\'t exist") IllegalArgumentException installationDirDoesNotExist(Path path)
-
installationDirAlreadyExists
@Message("Installation dir \'%s\' already exists") org.jboss.galleon.ProvisioningException installationDirAlreadyExists(Path installDir)
-
noChannelReference
@Message("Given configuration doesn\'t reference any channel or channel manifest.") NoChannelException noChannelReference()
-
noChannelManifestReference
@Message("Invalid channel: Channel \'%s\' doesn\'t reference a manifest.") NoChannelException noChannelManifestReference(String name)
-
fplDefinitionDoesntContainChannel
@Message("Pre-defined FPL [%s] doesn\'t specify any channels and no explicit channels were given.") NoChannelException fplDefinitionDoesntContainChannel(String fpl)
-
channelExists
@Message("Channel \'%s\' is already present.") MetadataException channelExists(String channelName)
-
channelNotFound
@Message("Channel with name [%s] cannot be found.") MetadataException channelNotFound(String channelName)
-
emptyChannelName
@Message("Channel name cannot be empty.") MetadataException emptyChannelName()
-
promotingArtifacts
@Message("Promoting artifacts to %s:") String promotingArtifacts(URL targetRepository)
-
unableToParseConfiguration
@Message("Unable to parse server configuration at \'%s\'") MetadataException unableToParseConfiguration(Path path, @Cause Throwable e)
-
unableToParseConfigurationUri
@Message("Unable to parse server configuration at \'%s\'") MetadataException unableToParseConfigurationUri(URI uri, @Cause Throwable e)
-
unableToSaveConfiguration
@Message("Unable to save server configuration at \'%s\'") MetadataException unableToSaveConfiguration(Path path, @Cause Exception e)
-
unableToCloseStore
@Message("Unable to close the update store.") MetadataException unableToCloseStore(@Cause Exception e)
-
invalidInstallationDir
@Message("Path `%s` does not contain a server installation provisioned by prospero.") IllegalArgumentException invalidInstallationDir(Path path)
-
unableToCreateHistoryStorage
@Message("Unable to create history store at [%s]") MetadataException unableToCreateHistoryStorage(Path path, @Cause Exception e)
-
unableToAccessHistoryStorage
@Message("Unable to access history store at [%s]") MetadataException unableToAccessHistoryStorage(Path path, @Cause Exception e)
-
unableToReadFile
@Message("Unable to read file at [%s]") MetadataException unableToReadFile(Path path, @Cause Exception e)
-
unableToDownloadFile
@Message("Unable to download file") String unableToDownloadFile()
-
unableToWriteFile
@Message("Unable to write file at [%s]") MetadataException unableToWriteFile(Path path, @Cause Exception e)
-
unableToCreateCache
@Message("Unable to create temporary cache for provisioning cache folder.") org.jboss.galleon.ProvisioningException unableToCreateCache(@Cause Exception e)
-
failedToInitMaven
@Message("Failed to initiate maven repository system") ProvisioningRuntimeException failedToInitMaven(@Cause Throwable exception)
-
invalidUrl
@Message("Invalide URL [%s]") IllegalArgumentException invalidUrl(String text, @Cause Exception e)
-
predefinedFplOrChannelRequired
@Message("Incomplete configuration: If the FPL is not one of predefined names (%s) a channel must be given.") IllegalArgumentException predefinedFplOrChannelRequired(String availableFpls)
-
fplNorGalleonConfigWereSet
@Message("Incomplete configuration: neither FPL nor Galleon provisioning config was given.") IllegalArgumentException fplNorGalleonConfigWereSet()
-
incompleteMetadataBundle
@Message("Provided metadata bundle [%s] is missing one or more entries") IllegalArgumentException incompleteMetadataBundle(Path path)
-
unexpectedArtifact
@Message("Found unexpected artifact [%s]") ProvisioningRuntimeException unexpectedArtifact(String gav)
-
unableToResolve
@Message("Unable to resolve artifact") String unableToResolve()
-
streamNotFound
@Message("Unable to find required stream definitions") String streamNotFound()
-
fileAlreadyExists
@Message("File already exists [%s]") IllegalArgumentException fileAlreadyExists(Path path)
-
unsupportedPromotionTarget
@Message("Promoting to non-file repositories is not currently supported") IllegalArgumentException unsupportedPromotionTarget()
-
wrongVersionFormat
@Message("Wrong format of custom channel version [%s]") IllegalArgumentException wrongVersionFormat(String baseVersion)
-
versionLimitExceeded
@Message("Custom channel version exceeded limit [%s]") IllegalArgumentException versionLimitExceeded(String baseVersion)
-
noArtifactsToPackage
@Message("Cannot create bundle without artifacts.") IllegalArgumentException noArtifactsToPackage()
-
nonMavenChannelRef
@Message("Channel reference has to use Maven GA.") IllegalArgumentException nonMavenChannelRef()
-
unableToPromote
@Message("Unable to promote artifacts to [%s].") ArtifactPromoteException unableToPromote(URL target, @Cause Exception e)
-
unableToParseCustomizationBundle
@Message("Unable to parse the customization bundle [%s].") ArtifactPromoteException unableToParseCustomizationBundle(Path path, @Cause Exception e)
-
repositoriesMustBeSetWithManifest
@Message("At least one repository must be set when using the manifest option.") IllegalArgumentException repositoriesMustBeSetWithManifest()
-
outFileExists
@Message("Out file [%s] exists already!") IllegalArgumentException outFileExists(Path outPath)
-
installationExported
@Message("Installation metadata is exported to [%s].") String installationExported(Path outPath)
-
restoreFileNotExisted
@Message("The file: [%s] to be restored does not exist.") String restoreFileNotExisted(Path path)
-
installationMetaRestored
@Message("Installation meta was restored from: [%s] to [%s].") String installationMetaRestored(Path restorePath, Path installPath)
-
invalidPropertySubstitutionValue
@Message("Malformed URL in substituted value : %s from %s") MetadataException invalidPropertySubstitutionValue(String substituted, String url)
-
invalidUpdateCandidate
@Message("The installation at %s is not a valid update for %s") InvalidUpdateCandidateException invalidUpdateCandidate(Path update, Path installation)
-
invalidRollbackCandidate
@Message("The installation at %s is not a valid rollback for %s") InvalidUpdateCandidateException invalidRollbackCandidate(Path update, Path installation)
-
savedStateNotFound
@Message("The requested state %s does not exist in server\'s history.") MetadataException savedStateNotFound(String name)
-
unableToCreateTemporaryDirectory
@Message("Unable to create temporary directory") org.jboss.galleon.ProvisioningException unableToCreateTemporaryDirectory(@Cause Throwable t)
-
-