public class SourceSearcher
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
SourceSearcher.SourceFileProcessor |
| Constructor and Description |
|---|
SourceSearcher(java.util.List<java.io.File> sourceFolders,
java.lang.String... extensions) |
| Modifier and Type | Method and Description |
|---|---|
void |
search(SourceSearcher.SourceFileProcessor processor) |
public SourceSearcher(@NonNull
java.util.List<java.io.File> sourceFolders,
@NonNull
java.lang.String... extensions)
public void search(@NonNull
SourceSearcher.SourceFileProcessor processor)
throws java.io.IOException
java.io.IOException