Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. if (!functionNameSet) {
  2. if (req.getFunctionName()!=null) {
  3. functionName=req.getFunctionName();
  4. jarFile=req.getJarFile();
  5. ....
  6. }
  7.  
  8. Path uploadDir=Paths.get(System.getProperty("java.io.tmpdir")+File.separator+"uploaded"+File.separator+req.getFunctionName());
  9. .....
  10. }
  11. }else {
  12. byteSink.write(req.getFileContent().toByteArray());
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement