Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<Match> |
Grep.file(java.io.File file) |
java.util.stream.Stream<Match> |
Grep.grep(java.io.File file) |
java.util.stream.Stream<Match> |
GrepCommand.grep(java.util.regex.Pattern include,
java.util.regex.Pattern exclude,
java.util.regex.Pattern regex,
Dir dir) |
java.util.stream.Stream<Match> |
GrepCommand.grepMatches(java.util.regex.Pattern include,
java.util.regex.Pattern exclude,
java.util.regex.Pattern first,
java.util.regex.Pattern second,
Dir dir)
Search for files that contain the first pattern, if it does grep the
file for occurrences of the second pattern.
|
Unique<Match> |
Match.uniqueMatchText() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Substitution.apply(Match match) |
java.lang.String |
ColoredMatches.color(Match match) |
int |
Scoring.evaluate(Match match) |
Copyright © 2014-2020 Tomitribe Corporation. All Rights Reserved.