public class FileSearcher extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
FileSearcher() |
| Modifier and Type | Method and Description |
|---|---|
static File |
fileSearch(File file,
Class<?> clazz)
Simple java file search method.
|
public static File fileSearch(File file, Class<?> clazz)
file - The File representing the directory/file to start searching fromclazz - The Target class we are looking forCopyright © 2017. All rights reserved.