support --include

This commit is contained in:
Jonathan Shook
2020-04-16 07:58:23 -05:00
parent b0300da068
commit 3bdf674562
4 changed files with 158 additions and 62 deletions

View File

@@ -52,7 +52,7 @@ public interface NBPathsAPI {
* @param prefixPaths A list of paths to include in the search
* @return this builder
*/
GetName prefix(String... prefixPaths);
GetPrefix prefix(String... prefixPaths);
}
public static interface GetName extends GetExtension {