edu.stanford.hci.dtools.utility
Class PathUtils

java.lang.Object
  extended by edu.stanford.hci.dtools.utility.PathUtils

public class PathUtils
extends java.lang.Object

Moved here from HCI lib b/c we want to keep HCILib platform independent. TODO: does not seem to work when upgrading from Eclipse 3.1->3.2.

Author:
bjoern

Constructor Summary
PathUtils()
           
 
Method Summary
static java.lang.String getAbsolutePath(java.lang.Class resourceClass, java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathUtils

public PathUtils()
Method Detail

getAbsolutePath

public static java.lang.String getAbsolutePath(java.lang.Class resourceClass,
                                               java.lang.String filename)
Parameters:
resourceClass -
filename -
Returns: