public class ComposableFilePermissionHandler extends Object implements FilePermissionHandler
| Modifier and Type | Class and Description |
|---|---|
static interface |
ComposableFilePermissionHandler.Chmod |
| Constructor and Description |
|---|
ComposableFilePermissionHandler(ComposableFilePermissionHandler.Chmod chmod,
org.jruby.ext.posix.POSIX posix) |
public ComposableFilePermissionHandler(ComposableFilePermissionHandler.Chmod chmod, org.jruby.ext.posix.POSIX posix)
public int getUnixMode(File f) throws IOException
getUnixMode in interface FilePermissionHandlerIOExceptionpublic void chmod(File f, int mode) throws IOException
chmod in interface FilePermissionHandlerIOExceptionCopyright © 2013. All rights reserved