Interface Messages


  • @MessageBundle(projectCode="PRSP")
    public interface Messages
    • 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)
      • 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)
      • invalidFpl

        @Message("Provided FPL has invalid format `%s`.")
        String invalidFpl​(String fplText)
      • 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)
      • 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)
      • unableToCreateCache

        @Message("Unable to create temporary cache for provisioning cache folder.")
        org.jboss.galleon.ProvisioningException unableToCreateCache​(@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)
      • unableToResolve

        @Message("Unable to resolve [%s]")
        org.jboss.galleon.universe.maven.MavenUniverseException unableToResolve​(String gav)
      • unsupportedPromotionTarget

        @Message("Promoting to non-file repositories is not currently supported")
        IllegalArgumentException unsupportedPromotionTarget()
      • noArtifactsToPackage

        @Message("Cannot create bundle without artifacts.")
        IllegalArgumentException noArtifactsToPackage()
      • 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()
      • 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)
      • 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)