Package | Description |
---|---|
org.unix4j.unix.grep |
Contains private classes used by the
grep command. |
Modifier and Type | Method and Description |
---|---|
GrepCommand |
GrepFactory.grep(GrepOptions options,
Pattern pattern) |
GrepCommand |
GrepFactory.grep(GrepOptions options,
Pattern pattern,
File... files) |
GrepCommand |
GrepFactory.grep(GrepOptions options,
Pattern pattern,
Input... inputs) |
GrepCommand |
GrepFactory.grep(GrepOptions options,
Pattern pattern,
String... paths) |
GrepCommand |
GrepFactory.grep(GrepOptions options,
String regexp) |
GrepCommand |
GrepFactory.grep(GrepOptions options,
String regexp,
File... files) |
GrepCommand |
GrepFactory.grep(GrepOptions options,
String regexp,
Input... inputs) |
GrepCommand |
GrepFactory.grep(GrepOptions options,
String regexp,
String... paths) |
GrepCommand |
GrepFactory.grep(Pattern pattern) |
GrepCommand |
GrepFactory.grep(Pattern pattern,
File... files) |
GrepCommand |
GrepFactory.grep(Pattern pattern,
Input... inputs) |
GrepCommand |
GrepFactory.grep(Pattern pattern,
String... paths) |
GrepCommand |
GrepFactory.grep(String... args) |
GrepCommand |
GrepFactory.grep(String regexp) |
GrepCommand |
GrepFactory.grep(String regexp,
File... files) |
GrepCommand |
GrepFactory.grep(String regexp,
Input... inputs) |
Constructor and Description |
---|
AbstractGrepProcessor(GrepCommand command,
ExecutionContext context,
LineProcessor output,
LineMatcher matcher) |
CountMatchingLinesInputProcessor(GrepCommand command,
ExecutionContext context,
LineProcessor output,
LineMatcher matcher) |
CountMatchingLinesProcessor(GrepCommand command,
ExecutionContext context,
LineProcessor output,
LineMatcher matcher) |
WriteFilesWithMatchingLinesProcessor(GrepCommand command,
ExecutionContext context,
LineProcessor output,
LineMatcher matcher) |
WriteMatchingLinesInputProcessor(GrepCommand command,
ExecutionContext context,
LineMatcher matcher) |
WriteMatchingLinesProcessor(GrepCommand command,
ExecutionContext context,
LineProcessor output,
LineMatcher matcher) |
WriteMatchingLinesWithLineNumberProcessor(GrepCommand command,
ExecutionContext context,
LineProcessor output,
LineMatcher matcher) |
Copyright © 2024. All rights reserved.