public static class ClassTestFinder.TestFileNameFilter extends Object implements ClassFinder.FileNameFilter, ClassFinder.ResourcePathFilter
Modifier and Type | Field and Description |
---|---|
private static Pattern |
hadoopCompactRe |
Constructor and Description |
---|
TestFileNameFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
isCandidateFile(String fileName,
String absFilePath) |
boolean |
isCandidatePath(String resourcePath,
boolean isJar) |
private static final Pattern hadoopCompactRe
public TestFileNameFilter()
public boolean isCandidateFile(String fileName, String absFilePath)
isCandidateFile
in interface ClassFinder.FileNameFilter
public boolean isCandidatePath(String resourcePath, boolean isJar)
isCandidatePath
in interface ClassFinder.ResourcePathFilter
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.