public class DefaultScpFileOpener extends AbstractLoggingBean implements ScpFileOpener
| Modifier and Type | Field and Description |
|---|---|
static DefaultScpFileOpener |
INSTANCE |
log| Constructor and Description |
|---|
DefaultScpFileOpener() |
| Modifier and Type | Method and Description |
|---|---|
ScpSourceStreamResolver |
createScpSourceStreamResolver(Path path) |
ScpTargetStreamResolver |
createScpTargetStreamResolver(Path path) |
InputStream |
openRead(Session session,
Path file,
OpenOption... options)
Create an input stream to read from a file
|
OutputStream |
openWrite(Session session,
Path file,
OpenOption... options)
Create an output stream to write to a file
|
getSimplifiedLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocalBasicFileAttributes, getLocalFilePermissions, getLocalFolderChildren, getMatchingFilesToSend, resolveIncomingFilePath, resolveIncomingReceiveLocation, resolveLocalPath, resolveOutgoingFilePath, sendAsDirectory, sendAsRegularFile, updateFilePropertiespublic static final DefaultScpFileOpener INSTANCE
public InputStream openRead(Session session, Path file, OpenOption... options) throws IOException
ScpFileOpeneropenRead in interface ScpFileOpenersession - The Session requesting the accessfile - The requested local file Pathoptions - The OpenOptions - may be null/emptyInputStream never nullIOException - If failed to open the filepublic OutputStream openWrite(Session session, Path file, OpenOption... options) throws IOException
ScpFileOpeneropenWrite in interface ScpFileOpenersession - The Session requesting the accessfile - The requested local file Pathoptions - The OpenOptions - may be null/emptyOutputStream never nullIOException - If failed to open the filepublic ScpSourceStreamResolver createScpSourceStreamResolver(Path path) throws IOException
createScpSourceStreamResolver in interface ScpFileOpenerIOExceptionpublic ScpTargetStreamResolver createScpTargetStreamResolver(Path path) throws IOException
createScpTargetStreamResolver in interface ScpFileOpenerIOExceptionCopyright © 2008–2018 The Apache Software Foundation. All rights reserved.