Uses of Enum Class
org.apache.sshd.scp.client.ScpClient.Option
Packages that use ScpClient.Option
-
Uses of ScpClient.Option in org.apache.sshd.scp.client
Methods in org.apache.sshd.scp.client that return ScpClient.OptionModifier and TypeMethodDescriptionstatic ScpClient.Option
Returns the enum constant of this class with the specified name.static ScpClient.Option[]
ScpClient.Option.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sshd.scp.client that return types with arguments of type ScpClient.OptionModifier and TypeMethodDescriptionprotected Collection<ScpClient.Option>
AbstractScpClient.addTargetIsDirectory
(Collection<ScpClient.Option> options) Methods in org.apache.sshd.scp.client with parameters of type ScpClient.OptionModifier and TypeMethodDescriptionstatic StringBuilder
ScpClient.appendCommandOption
(StringBuilder sb, Collection<ScpClient.Option> options, ScpClient.Option opt) Appends the specified option command value if appears in provided options collectiondefault void
ScpClient.download
(String[] remote, String local, ScpClient.Option... options) default void
ScpClient.download
(String[] remote, Path local, ScpClient.Option... options) default void
ScpClient.download
(String remote, String local, ScpClient.Option... options) default void
ScpClient.download
(String remote, Path local, ScpClient.Option... options) default void
ScpClient.upload
(String[] local, String remote, ScpClient.Option... options) default void
ScpClient.upload
(String local, String remote, ScpClient.Option... options) default void
ScpClient.upload
(Path[] local, String remote, ScpClient.Option... options) default void
ScpClient.upload
(Path local, String remote, ScpClient.Option... options) Method parameters in org.apache.sshd.scp.client with type arguments of type ScpClient.OptionModifier and TypeMethodDescriptionprotected Collection<ScpClient.Option>
AbstractScpClient.addTargetIsDirectory
(Collection<ScpClient.Option> options) static StringBuilder
ScpClient.appendCommandOption
(StringBuilder sb, Collection<ScpClient.Option> options, ScpClient.Option opt) Appends the specified option command value if appears in provided options collectionstatic String
ScpClient.createReceiveCommand
(String remote, Collection<ScpClient.Option> options) static String
ScpClient.createSendCommand
(String remote, Collection<ScpClient.Option> options) void
AbstractScpClient.download
(String[] remote, String local, Collection<ScpClient.Option> options) void
AbstractScpClient.download
(String[] remote, Path local, Collection<ScpClient.Option> options) void
AbstractScpClient.download
(String remote, String local, Collection<ScpClient.Option> options) protected abstract void
AbstractScpClient.download
(String remote, FileSystem fs, Path local, Collection<ScpClient.Option> options) void
AbstractScpClient.download
(String remote, Path local, Collection<ScpClient.Option> options) protected void
DefaultScpClient.download
(String remote, FileSystem fs, Path local, Collection<ScpClient.Option> options) void
ScpClient.download
(String[] remote, String local, Collection<ScpClient.Option> options) void
ScpClient.download
(String[] remote, Path local, Collection<ScpClient.Option> options) void
ScpClient.download
(String remote, String local, Collection<ScpClient.Option> options) void
ScpClient.download
(String remote, Path local, Collection<ScpClient.Option> options) protected void
ScpRemote2RemoteTransferHelper.executeTransfer
(String source, Collection<ScpClient.Option> srcOptions, String destination, Collection<ScpClient.Option> dstOptions) protected abstract <T> void
AbstractScpClient.runUpload
(String remote, Collection<ScpClient.Option> options, Collection<T> local, AbstractScpClient.ScpOperationExecutor<T> executor) protected <T> void
DefaultScpClient.runUpload
(String remote, Collection<ScpClient.Option> options, Collection<T> local, AbstractScpClient.ScpOperationExecutor<T> executor) void
AbstractScpClient.upload
(String[] local, String remote, Collection<ScpClient.Option> options) void
AbstractScpClient.upload
(Path[] local, String remote, Collection<ScpClient.Option> options) void
ScpClient.upload
(String[] local, String remote, Collection<ScpClient.Option> options) default void
ScpClient.upload
(String local, String remote, Collection<ScpClient.Option> options) void
ScpClient.upload
(Path[] local, String remote, Collection<ScpClient.Option> options) default void
ScpClient.upload
(Path local, String remote, Collection<ScpClient.Option> options)