public static class RecursiveScanner.FilePathMatcher extends Object
Constructor and Description |
---|
FilePathMatcher(RecursiveScanner.FilePathTester filePathTester,
FileMatchProcessor fileMatchProcessor) |
Modifier and Type | Method and Description |
---|---|
boolean |
filePathMatches(String relativePath) |
void |
processMatch(String relativePath,
InputStream inputStream,
int inputStreamLengthBytes) |
public FilePathMatcher(RecursiveScanner.FilePathTester filePathTester, FileMatchProcessor fileMatchProcessor)
public boolean filePathMatches(String relativePath)
public void processMatch(String relativePath, InputStream inputStream, int inputStreamLengthBytes) throws IOException
IOException
Copyright © 2015. All rights reserved.