Class ScpEndpointCatalog
- java.lang.Object
-
- com.consol.citrus.dsl.endpoint.ftp.ScpEndpointCatalog
-
public class ScpEndpointCatalog extends Object
- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.consol.citrus.ftp.client.ScpClientBuilderclient()Gets the client builder.static ScpEndpointCatalogscp()com.consol.citrus.ftp.server.SftpServerBuilderserver()Gets the client builder.
-
-
-
Method Detail
-
scp
public static ScpEndpointCatalog scp()
-
client
public com.consol.citrus.ftp.client.ScpClientBuilder client()
Gets the client builder.- Returns:
-
server
public com.consol.citrus.ftp.server.SftpServerBuilder server()
Gets the client builder.- Returns:
-
-