| Interface | Description |
|---|---|
| WcOptions |
Interface implemented by all option sets for the
wc command. |
| Class | Description |
|---|---|
| Counters |
Counters for lines, words and characters with
Counter objects in a
map by CounterType. |
| WcArguments |
Arguments and options for the
wc command. |
| WcCommand |
Implementation of the
wc command. |
| WcFactory |
Factory for the
wc command returning
a new command instance from every signature method. |
| WcFileProcessor |
Input processor for line, word and char count for a single file.
|
| WcMultipleFilesProcessor |
Input processor for line, word and char count for multiple input files.
|
| WcOptions.Default |
Default implementation for a modifiable option set.
|
| WcOptionSets |
Options for the
wc command with the
the following options: |
| WcProcessor |
Standard input processor for line, word and char count.
|
| Enum | Description |
|---|---|
| CounterType |
Constants for different count types.
|
| WcOption |
Options for the
wc command. |
| WcOptionSet_lmw |
wc command.
Most of the classes have package visibility and do not need to be accessed by
application code directly.Copyright © 2025. All rights reserved.