org.jruby.util
Class Chmod

java.lang.Object
  extended by org.jruby.util.Chmod

public class Chmod
extends java.lang.Object

Author:
headius

Constructor Summary
Chmod()
           
 
Method Summary
static boolean 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

Chmod

public Chmod()
Method Detail

chmod

public static boolean chmod(java.io.File file,
                            java.lang.String mode)


Copyright © 2002-2007 JRuby Team. All Rights Reserved.