org.jruby.ext.posix.util
Class Finder

java.lang.Object
  extended by org.jruby.ext.posix.util.Finder

public class Finder
extends Object


Constructor Summary
Finder()
           
 
Method Summary
static String addExtension(String path)
           
static String findFileCommon(POSIX posix, String name, String path, boolean executableOnly)
           
static String findFileInPath(POSIX posix, String name, String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Finder

public Finder()
Method Detail

findFileInPath

public static String findFileInPath(POSIX posix,
                                    String name,
                                    String path)

findFileCommon

public static String findFileCommon(POSIX posix,
                                    String name,
                                    String path,
                                    boolean executableOnly)

addExtension

public static String addExtension(String path)


Copyright © 2012. All Rights Reserved.