Searched defs:getOutputFileURI (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/common/common-util/src/main/java/org/glassfish/admin/payload/
H A DPayloadFilesManager.java404 protected URI getOutputFileURI(Part part, String name) throws IOException { method in class:PayloadFilesManager
425 File targetFile = new File(getOutputFileURI(part, part.getName()));
502 File extractedFile = new File(getOutputFileURI(part, outputName));

Completed in 13 milliseconds