Class JschResource
java.lang.Object
org.apache.camel.quarkus.component.jsch.it.JschResource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Constructor Details
-
JschResource
public JschResource()
-
-
Method Details
-
copyFile
@Path("/file/copy") @POST public javax.ws.rs.core.Response copyFile(@QueryParam("message") String message, String path) throws Exception - Throws:
Exception
-
getFile
@Path("/file/get") @Produces("text/plain") @GET public String getFile(@QueryParam("path") String path) throws Exception - Throws:
Exception
-