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 © 2009-2012 jtstand.com. All Rights Reserved.