public class Search extends Object
| Constructor and Description |
|---|
Search() |
| Modifier and Type | Method and Description |
|---|---|
FileSearch<File> |
byFile() |
FileSearch<Path> |
byPath() |
Search |
directory(File file) |
Search |
directory(Path path) |
Search |
directory(String path) |
Search |
notRecursively() |
Search |
recursively() |
static Search |
search() |
public static Search search()
public Search recursively()
public Search notRecursively()
public FileSearch<File> byFile()
public FileSearch<Path> byPath()
Copyright © 2017. All rights reserved.