|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.ext.posix.util.Chmod
public class Chmod
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()
|
Method Summary | |
---|---|
static int |
chmod(java.io.File file,
java.lang.String mode)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Chmod()
Method Detail |
---|
public static int chmod(java.io.File file, java.lang.String mode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |