public static class SftpSubsystemFactory.Builder extends AbstractSftpEventListenerManager implements ObjectBuilder<SftpSubsystemFactory>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SftpSubsystemFactory |
build() |
SftpSubsystemFactory.Builder |
withExecutorService(ExecutorService service) |
SftpSubsystemFactory.Builder |
withFileSystemAccessor(SftpFileSystemAccessor accessor) |
SftpSubsystemFactory.Builder |
withShutdownOnExit(boolean shutdown) |
SftpSubsystemFactory.Builder |
withUnsupportedAttributePolicy(UnsupportedAttributePolicy p) |
addSftpEventListener, getRegisteredListeners, getSftpEventListenerProxy, removeSftpEventListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetpublic SftpSubsystemFactory.Builder withExecutorService(ExecutorService service)
public SftpSubsystemFactory.Builder withShutdownOnExit(boolean shutdown)
public SftpSubsystemFactory.Builder withUnsupportedAttributePolicy(UnsupportedAttributePolicy p)
public SftpSubsystemFactory.Builder withFileSystemAccessor(SftpFileSystemAccessor accessor)
public SftpSubsystemFactory build()
build in interface ObjectBuilder<SftpSubsystemFactory>Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.