Package | Description |
---|---|
org.unix4j.unix.from |
Contains private classes used by the
from command. |
Modifier and Type | Method and Description |
---|---|
FromCommand |
FromFactory.from(Collection<? extends String> lines) |
FromCommand |
FromFactory.from(Input input) |
FromCommand |
FromFactory.from(InputStream stream) |
FromCommand |
FromFactory.from(Reader reader) |
FromCommand |
FromFactory.from(URL url) |
FromCommand |
FromFactory.fromFile(File file) |
FromCommand |
FromFactory.fromFile(String path) |
FromCommand |
FromFactory.fromResource(String resource) |
FromCommand |
FromFactory.fromString(String string) |
FromCommand |
FromFactory.fromStrings(String... strings) |
Copyright © 2012-2018 unix4j (tools4j), Ben Warner and Marco Terzer. All rights reserved.