public class TextSearcher extends AbstractSearcher
| Constructor and Description |
|---|
TextSearcher(String pattern,
boolean caseSensitive,
boolean wholeWords,
boolean regEx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
search(FileTree tree,
SearchTree results) |
List<SearchLocation> |
searchLocal() |
getOrMakePath, isExcluded, searchTree, searchTreespublic TextSearcher(String pattern, boolean caseSensitive, boolean wholeWords, boolean regEx)
public boolean search(FileTree tree, SearchTree results)
search in class AbstractSearcherpublic List<SearchLocation> searchLocal()
Copyright © 2017. All rights reserved.