Package | Description |
---|---|
org.unix4j |
Provides a single class
Unix4j with static methods
serving as entry point to build commands and command chains joining several
commands. |
org.unix4j.unix |
Provides implementations for commands inspired by well known unix commands.
|
org.unix4j.unix.grep |
Contains private classes used by the
grep command. |
Class and Description |
---|
GrepOptions
Interface implemented by all option sets for the
grep command. |
Class and Description |
---|
GrepFactory
Factory for the
grep command returning
a new command instance from every signature method. |
GrepOptions
Interface implemented by all option sets for the
grep command. |
GrepOptionSets
Options for the
grep command with the
the following options: |
Class and Description |
---|
AbstractGrepProcessor |
FixedStringMatcher
Performs fixed string comparisons to decide whether the pattern matches a
line.
|
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. |
GrepOption
Options for the
grep command. |
GrepOptions
Interface implemented by all option sets for the
grep command. |
GrepOptionSet_Fcilnvx |
GrepOptionSets
Options for the
grep command with the
the following options: |
LineMatcher
Returns true if a line matches a certain matching criterion.
|
Copyright © 2024. All rights reserved.