Package | Description |
---|---|
org.unix4j.unix.grep |
Contains private classes used by the
grep command. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
FixedStringMatcher
Performs fixed string comparisons to decide whether the pattern matches a
line.
|
static class |
FixedStringMatcher.IgnoreCase |
static class |
FixedStringMatcher.Standard |
static class |
FixedStringMatcher.WholeLine |
static class |
FixedStringMatcher.WholeLineIgnoreCase |
(package private) class |
InvertedMatcher
Inverts the result of another matcher that is passed to the constructor.
|
(package private) class |
RegexpMatcher
A matcher using regular expressions to match the pattern with a line.
|
Copyright © 2024. All rights reserved.