public abstract class FileFinder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FileFinder.ResourceEntry |
| Constructor and Description |
|---|
FileFinder() |
| Modifier and Type | Method and Description |
|---|---|
void |
lookupClasspath(Collection<String> packageNames,
boolean recursive) |
void |
lookupFileSystem(File dir,
boolean recursive) |
void |
lookupZipFile(File zipFile,
String entryName,
boolean recursive) |
public void lookupFileSystem(File dir, boolean recursive)
public void lookupClasspath(Collection<String> packageNames, boolean recursive)
Copyright © 2016 jetbrick. All rights reserved.