edu.emory.mathcs.util.natives
Class FilesystemUtils

java.lang.Object
  extended byedu.emory.mathcs.util.natives.FilesystemUtils

public class FilesystemUtils
extends java.lang.Object

Utility methods to operate on files.

Version:
1.0
Author:
Dawid Kurzyniec

Method Summary
static java.io.File findFile(java.lang.String[] candidates)
           
static boolean setExecutable(java.io.File file, boolean executable)
           
static boolean setPrivate(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setExecutable

public static boolean setExecutable(java.io.File file,
                                    boolean executable)

setPrivate

public static boolean setPrivate(java.io.File file)

findFile

public static java.io.File findFile(java.lang.String[] candidates)