Searched refs:downloadFile (Results 1 - 4 of 4) sorted by relevance
| /glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployment/client/ |
| H A D | AbstractDeploymentFacility.java | 477 public String downloadFile(File location, String moduleID, String moduleURI) throws IOException { method in class:AbstractDeploymentFacility
|
| H A D | DeploymentFacility.java | 241 public String downloadFile(File location, String moduleID, method in interface:DeploymentFacility
|
| /glassfish-3.1.2/admin/rest/src/test/java/org/glassfish/admin/rest/ |
| H A D | ApplicationTest.java | 93 Map<String, String> deployedApp = deployApp(downloadFile(new URL(URL_CODI_SAMPLE)), appName, appName); 248 protected File downloadFile(URL url) throws IOException { method in class:ApplicationTest
|
| /glassfish-3.1.2/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/ |
| H A D | WebServicesDeployer.java | 300 downloadFile(httpUrl, toFile); 322 downloadFile(new URL(urlWithoutFileName+"/"+next.getLocation()), 425 public void downloadFile(URL httpUrl, File toFile) throws Exception { method in class:WebServicesDeployer
|
Completed in 68 milliseconds