public interface NlsBundleUtilFileRoot extends NlsBundle
internationalized messages
for this module.INTERFACE_NAME_SUFFIX
Modifier and Type | Method and Description |
---|---|
NlsMessage |
errorFileAlreadyExists(String file,
boolean directory) |
NlsMessage |
errorFileAttributeModificationFailed(String file,
boolean directory) |
NlsMessage |
errorFileCreationFailed(String file,
boolean directory) |
NlsMessage |
errorFileDeletionFailed(String file,
boolean directory) |
NlsMessage |
errorFileNotExists(String file,
boolean directory) |
NlsMessage errorFileAlreadyExists(@Named(value="file") String file, @Named(value="directory") boolean directory)
file
- is the name or path of the file.directory
- true
if the given file
is a directory, false
otherwise or if unknown.NlsMessage
FileAlreadyExistsException
NlsMessage errorFileNotExists(@Named(value="file") String file, @Named(value="directory") boolean directory)
file
- is the name or path of the file.directory
- true
if the given file
is a directory, false
otherwise or if unknown.NlsMessage
FileNotExistsException
NlsMessage errorFileCreationFailed(@Named(value="file") String file, @Named(value="directory") boolean directory)
file
- is the name or path of the file.directory
- true
if the given file
is a directory, false
otherwise or if unknown.NlsMessage
FileCreationFailedException
NlsMessage errorFileAttributeModificationFailed(@Named(value="file") String file, @Named(value="directory") boolean directory)
file
- is the name or path of the file.directory
- true
if the given file
is a directory, false
otherwise or if unknown.NlsMessage
FileAttributeModificationFailedException
NlsMessage errorFileDeletionFailed(@Named(value="file") String file, @Named(value="directory") boolean directory)
file
- is the name or path of the file.directory
- true
if the given file
is a directory, false
otherwise or if unknown.NlsMessage
FileDeletionFailedException
Copyright © 2001–2016 mmm-Team. All rights reserved.