Searched refs:getOutputFileURI (Results 1 - 2 of 2) 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));
/glassfish-3.1.2/common/common-util/src/test/java/org/glassfish/admin/payload/
H A DPayloadFilesManagerTest.java113 * Test of getOutputFileURI method, of class PayloadFilesManager.
117 ////System.out.println("getOutputFileURI");
122 URI result = instance.getOutputFileURI(testPart, testPart.getName());
139 final URI result = instance.getOutputFileURI(testPart, testPart.getName());

Completed in 236 milliseconds