@SingletonOverride(implFor=FileService.class) public class FileServiceJava7 extends FileServiceImpl
| Constructor and Description |
|---|
FileServiceJava7() |
| Modifier and Type | Method and Description |
|---|---|
File |
chmod(int chmod,
File file)
Performs a chmod-like operation on a file.
|
assertValidChmod, createTempDir, delete, getFileMaybeUnzip, getPath, getResourceMaybeUnzip, isHexadecimalChmod, mkdirsTransient, saveFile, saveFile, unzippublic File chmod(int chmod, File file)
FileServicePosixFilePermission.
A method may be provided to translate decimal input,
but for now, there is an assertion guarding this method.chmod in interface FileServicechmod in class FileServiceImplchmod - - A HEXADECIMAL value < 0x777file - - The file to apply the setting uponCopyright © December 07, 2012–2015 The Internet Party. All rights reserved.