@FunctionalInterface
public interface ScpReceiveLineHandler
Modifier and Type | Method and Description |
---|---|
void |
process(java.lang.String line,
boolean isDir,
ScpTimestamp time) |
void process(java.lang.String line, boolean isDir, ScpTimestamp time) throws java.io.IOException
line
- Received SCP input lineisDir
- Does the input line refer to a directorytime
- The received ScpTimestamp
- may be null
java.io.IOException
- If failed to process the line