Package | Description |
---|---|
org.unix4j.io |
Contains interfaces and classes used to handle input and output of commands.
|
org.unix4j.unix.wc |
Contains private classes used by the
wc command. |
Modifier and Type | Method and Description |
---|---|
static List<FileInput> |
FileInput.multiple(File... files)
Creates a new
FileInput object for each of the specified files
and resturns a list with all input objects. |
static List<FileInput> |
FileInput.multiple(List<File> files)
Creates a new
FileInput object for each of the specified files
and resturns a list with all input objects. |
Constructor and Description |
---|
WcMultipleFilesProcessor(ExecutionContext context,
List<FileInput> inputs,
LineProcessor output,
WcArguments args) |
Copyright © 2016. All rights reserved.