public class FileUtilities extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static java.io.File |
findFileOnClassPath(java.lang.String name) |
Returns a reference to a file with the specified name that is located
somewhere on the classpath.
|
public static java.io.File findFileOnClassPath(java.lang.String name)
name
- the filename.null
if no file could be found.