Package org.jboss.vfs
Interface VFSMessages
- All Known Implementing Classes:
VFSMessages_$bundle
@MessageBundle(projectCode="VFS")
public interface VFSMessages
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbufferMustBeLargerThan
(int minimumBufferLength) cannotDecode
(String path, String encoding, Exception e) couldNotCreateDirectory
(String originalName, int retries) couldNotCreateDirectoryForRoot
(File root, String prefix, String suffix, int retries) fileSystemAlreadyMountedAtMountPoint
(VirtualFile mountPoint) invalidActionsString
(String actions) invalidJarSignature
(String bytes, String expectedHeader) invalidWin32Path
(String path) nullArgument
(String name) nullOrEmpty
(String name) parentIsNotAncestor
(VirtualFile parent) problemCreatingNewDirectory
(VirtualFile targetChild) remoteHostAccessNotSupportedForUrls
(String protocol)
-
Field Details
-
MESSAGES
The messages
-
-
Method Details
-
cantSetupTempFileProvider
@Message(id=10, value="Can\'t set up temp file provider") RuntimeException cantSetupTempFileProvider(@Cause Throwable cause) -
tempDirectoryClosed
-
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
-
fileSystemAlreadyMountedAtMountPoint
@Message(id=17, value="Filesystem already mounted at mount point \"%s\"") IOException fileSystemAlreadyMountedAtMountPoint(VirtualFile mountPoint) -
streamIsClosed
-
notAFile
-
remoteHostAccessNotSupportedForUrls
@Message(id=20, value="Remote host access not supported for URLs of type \'%s\'") IOException remoteHostAccessNotSupportedForUrls(String protocol) -
nullArgument
-
nullOrEmpty
-
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
-