public class FileUtilities extends Object
Modifier and Type | Method and Description |
---|---|
static File |
findFileOnClassPath(String name)
Returns a reference to a file with the specified name that is located
somewhere on the classpath.
|
public static File findFileOnClassPath(String name)
name
- the filename.null
if no file could be found.Copyright © 2001–2018 JFree.org. All rights reserved.