org.jruby.ext.posix.util
Class Chmod
java.lang.Object
org.jruby.ext.posix.util.Chmod
public class Chmod
- extends Object
Honor semantics of chmod as best we can in pure Java. Note, this uses reflection to be
more tolerant of different Java versions.
Constructor Summary |
Chmod()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Chmod
public Chmod()
chmod
public static int chmod(File file,
String mode)
Copyright © 2011. All Rights Reserved.