public static interface ModuleDetector.FileSystem
| Modifier and Type | Method and Description |
|---|---|
InputStream |
create(String fileName)
Creates an
InputStream from the specified filename. |
String[] |
find(Path root,
String pattern)
Returns all file names that match the specified pattern.
|
String[] find(Path root, String pattern)
root - root directory to start the search frompattern - the Ant pattern to search forInputStream create(String fileName) throws FileNotFoundException
InputStream from the specified filename.fileName - the file nameFileNotFoundException - if the stream could not be openedCopyright © 2018. All rights reserved.