Package org.jboss.vfs

Interface VFSMessages

  • All Known Implementing Classes:
    VFSMessages_$bundle

    @MessageBundle(projectCode="VFS")
    public interface VFSMessages
    Author:
    Tomaz Cerar (c) 2013 Red Hat Inc.
    • Field Detail

      • MESSAGES

        static final VFSMessages MESSAGES
        The messages
    • Method Detail

      • cantSetupTempFileProvider

        @Message(id=10,
                 value="Can\'t set up temp file provider")
        RuntimeException cantSetupTempFileProvider​(@Cause
                                                   Throwable cause)
      • tempDirectoryClosed

        @Message(id=11,
                 value="Temp directory closed")
        IOException tempDirectoryClosed()
      • tempFileProviderClosed

        @Message(id=12,
                 value="Temp file provider closed")
        IOException tempFileProviderClosed()
      • couldNotCreateDirectoryForRoot

        @Message(id=14,
                 value="Could not create directory for root \'%s\' (prefix \'%s\', suffix \'%s\') after %d attempts")
        IOException couldNotCreateDirectoryForRoot​(File root,
                                                   String prefix,
                                                   String suffix,
                                                   int retries)
      • couldNotCreateDirectory

        @Message(id=15,
                 value="Could not create directory for original name \'%s\' after %d attempts")
        IOException couldNotCreateDirectory​(String originalName,
                                            int retries)
      • rootFileSystemAlreadyMounted

        @Message(id=16,
                 value="Root filesystem already mounted")
        IOException rootFileSystemAlreadyMounted()
      • fileSystemAlreadyMountedAtMountPoint

        @Message(id=17,
                 value="Filesystem already mounted at mount point \"%s\"")
        IOException fileSystemAlreadyMountedAtMountPoint​(VirtualFile mountPoint)
      • streamIsClosed

        @Message(id=18,
                 value="Stream is closed")
        IOException streamIsClosed()
      • notAFile

        @Message(id=19,
                 value="Not a file: \'%s\'")
        IOException notAFile​(String path)
      • remoteHostAccessNotSupportedForUrls

        @Message(id=20,
                 value="Remote host access not supported for URLs of type \'%s\'")
        IOException remoteHostAccessNotSupportedForUrls​(String protocol)
      • invalidJarSignature

        @Message(id=27,
                 value="Invalid jar signature %s should be %s")
        IOException invalidJarSignature​(String bytes,
                                        String expectedHeader)
      • bufferMustBeLargerThan

        @Message(id=29,
                 value="The totalBufferLength must be larger than: %s")
        IllegalArgumentException bufferMustBeLargerThan​(int minimumBufferLength)
      • bufferDoesntHaveEnoughCapacity

        @Message(id=30,
                 value="Buffer does not have enough capacity")
        IllegalArgumentException bufferDoesntHaveEnoughCapacity()
      • preconfiguredAttributesAreImmutable

        @Message(id=31,
                 value="The preconfigured attributes are immutable")
        IllegalStateException preconfiguredAttributesAreImmutable()