@FunctionalInterface public interface ScpReceiveLineHandler
| Modifier and Type | Method and Description |
|---|---|
void |
process(String line,
boolean isDir,
ScpTimestamp time) |
void process(String line, boolean isDir, ScpTimestamp time) throws IOException
line - Received SCP input lineisDir - Does the input line refer to a directorytime - The received ScpTimestamp - may be nullIOException - If failed to process the lineCopyright © 2008–2017 The Apache Software Foundation. All rights reserved.