Package org.jboss.vfs

Interface VFSMessages

All Known Implementing Classes:
VFSMessages_$bundle

@MessageBundle(projectCode="VFS") public interface VFSMessages
  • Field Details

    • MESSAGES

      static final VFSMessages MESSAGES
      The messages
  • Method Details

    • 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)
    • nullArgument

      @Message(id=21, value="%s must not be null") IllegalArgumentException nullArgument(String name)
    • nullOrEmpty

      @Message(id=22, value="Null or empty %s") IllegalArgumentException nullOrEmpty(String name)
    • parentIsNotAncestor

      @Message(id=23, value="Given parent (%s) is not an ancestor of this virtual file") IllegalArgumentException parentIsNotAncestor(VirtualFile parent)
    • problemCreatingNewDirectory

      @Message(id=24, value="Problems creating new directory: %s") IllegalArgumentException problemCreatingNewDirectory(VirtualFile targetChild)
    • invalidWin32Path

      @Message(id=25, value="Invalid Win32 path: %s") IllegalArgumentException invalidWin32Path(String path)
    • cannotDecode

      @Message(id=26, value="Cannot decode: %s [%s]") IllegalArgumentException cannotDecode(String path, String encoding, @Cause Exception e)
    • invalidJarSignature

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

      @Message(id=28, value="Invalid actions string: %s") IllegalArgumentException invalidActionsString(String actions)
    • 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()
    • onRootPath

      @Message(id=32, value=".. on root path") IllegalStateException onRootPath()