Interface | Description |
---|---|
GrepOptions |
Interface implemented by all option sets for the
grep command. |
LineMatcher |
Returns true if a line matches a certain matching criterion.
|
Class | Description |
---|---|
AbstractGrepProcessor | |
CountMatchingLinesInputProcessor |
Counts the matching lines and writes the count and the file name to the
output.
|
CountMatchingLinesProcessor |
Writes the matching line count to the output.
|
FixedStringMatcher |
Performs fixed string comparisons to decide whether the pattern matches a
line.
|
FixedStringMatcher.IgnoreCase | |
FixedStringMatcher.Standard | |
FixedStringMatcher.WholeLine | |
FixedStringMatcher.WholeLineIgnoreCase | |
GrepArguments |
Arguments and options for the
grep command. |
GrepCommand |
Implementation of the
grep command. |
GrepFactory |
Factory for the
grep command returning
a new command instance from every signature method. |
GrepOptions.Default |
Default implementation for a modifiable option set.
|
GrepOptionSets |
Options for the
grep command with the
the following options: |
InvertedMatcher |
Inverts the result of another matcher that is passed to the constructor.
|
RegexpMatcher |
A matcher using regular expressions to match the pattern with a line.
|
WriteFilesWithMatchingLinesProcessor |
Counts the matching lines and writes the count and the file name to the
output.
|
WriteMatchingLinesInputProcessor |
Counts the matching lines and writes the count and the file name to the
output.
|
WriteMatchingLinesProcessor |
Writes all matching lines to the output.
|
WriteMatchingLinesWithLineNumberProcessor |
Writes all matching lines to the output.
|
Enum | Description |
---|---|
GrepOption |
Options for the
grep command. |
GrepOptionSet_Fcilnvx |
grep
command.
Most of the classes have package visibility and do not need to be accessed by
application code directly.Copyright © 2024. All rights reserved.