org.jfree.io
public class FileUtilities extends Object
Method Summary | |
---|---|
static File | findFileOnClassPath(String name)
Returns a reference to a file with the specified name that is located
somewhere on the classpath. |
Parameters: name the filename.
Returns: a reference to a file or null
if no file could be found.