Package | Description |
---|---|
org.unix4j.unix.wc |
Contains private classes used by the
wc command. |
Modifier and Type | Method and Description |
---|---|
WcCommand |
WcFactory.wc() |
WcCommand |
WcFactory.wc(File... files) |
WcCommand |
WcFactory.wc(Input... inputs) |
WcCommand |
WcFactory.wc(String... args) |
WcCommand |
WcFactory.wc(WcOptions options) |
WcCommand |
WcFactory.wc(WcOptions options,
File... files) |
WcCommand |
WcFactory.wc(WcOptions options,
Input... inputs) |
WcCommand |
WcFactory.wc(WcOptions options,
String[] paths) |
Constructor and Description |
---|
WcProcessor(WcCommand command,
ExecutionContext context,
LineProcessor output) |
Copyright © 2024. All rights reserved.