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

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/io/
H A DAppClientDeploymentDescriptorFile.java63 public String getDeploymentDescriptorPath() { method in class:AppClientDeploymentDescriptorFile
H A DApplicationDeploymentDescriptorFile.java65 public String getDeploymentDescriptorPath() { method in class:ApplicationDeploymentDescriptorFile
H A DEjbDeploymentDescriptorFile.java63 public String getDeploymentDescriptorPath() { method in class:EjbDeploymentDescriptorFile
H A DPersistenceDeploymentDescriptorFile.java51 public String getDeploymentDescriptorPath() { method in class:PersistenceDeploymentDescriptorFile
H A DWebDeploymentDescriptorFile.java58 public String getDeploymentDescriptorPath() { method in class:WebDeploymentDescriptorFile
H A DWebFragmentDeploymentDescriptorFile.java58 public String getDeploymentDescriptorPath() { method in class:WebFragmentDeploymentDescriptorFile
H A DConnectorDeploymentDescriptorFile.java69 public String getDeploymentDescriptorPath() { method in class:ConnectorDeploymentDescriptorFile
H A DJaxrpcMappingDeploymentDescriptorFile.java66 public String getDeploymentDescriptorPath() { method in class:JaxrpcMappingDeploymentDescriptorFile
H A DWebServicesDeploymentDescriptorFile.java72 public String getDeploymentDescriptorPath() { method in class:WebServicesDeploymentDescriptorFile
H A DDeploymentDescriptorFile.java137 if (getDeploymentDescriptorPath().indexOf(DescriptorConstants.WL) != -1) {
266 InputStream is = in.getEntry(getDeploymentDescriptorPath());
291 error, getDeploymentDescriptorPath());
342 error, getDeploymentDescriptorPath());
396 String fileName = getDeploymentDescriptorPath();
434 public abstract String getDeploymentDescriptorPath(); method in class:DeploymentDescriptorFile
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/io/runtime/
H A DAppClientRuntimeDDFile.java63 public String getDeploymentDescriptorPath() { method in class:AppClientRuntimeDDFile
H A DApplicationRuntimeDDFile.java62 public String getDeploymentDescriptorPath() { method in class:ApplicationRuntimeDDFile
H A DConnectorRuntimeDDFile.java62 public String getDeploymentDescriptorPath() { method in class:ConnectorRuntimeDDFile
H A DEjbRuntimeDDFile.java63 public String getDeploymentDescriptorPath() { method in class:EjbRuntimeDDFile
H A DGFAppClientRuntimeDDFile.java59 public String getDeploymentDescriptorPath() { method in class:GFAppClientRuntimeDDFile
H A DGFApplicationRuntimeDDFile.java59 public String getDeploymentDescriptorPath() { method in class:GFApplicationRuntimeDDFile
H A DGFEjbRuntimeDDFile.java59 public String getDeploymentDescriptorPath() { method in class:GFEjbRuntimeDDFile
H A DGFWebRuntimeDDFile.java59 public String getDeploymentDescriptorPath() { method in class:GFWebRuntimeDDFile
H A DWLApplicationRuntimeDDFile.java62 public String getDeploymentDescriptorPath() { method in class:WLApplicationRuntimeDDFile
H A DWLEjbRuntimeDDFile.java61 public String getDeploymentDescriptorPath() { method in class:WLEjbRuntimeDDFile
H A DWLWebRuntimeDDFile.java62 public String getDeploymentDescriptorPath() { method in class:WLWebRuntimeDDFile
H A DWebRuntimeDDFile.java62 public String getDeploymentDescriptorPath() { method in class:WebRuntimeDDFile
H A DWLWebServicesDeploymentDescriptorFile.java67 public String getDeploymentDescriptorPath() { method in class:WLWebServicesDeploymentDescriptorFile
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/archivist/
H A DArchivist.java563 getStandardDDFile().getDeploymentDescriptorPath();
615 * @link getDeploymentDescriptorPath
623 is = archive.getEntry(getStandardDDFile().getDeploymentDescriptorPath());
698 is2 = archive.getEntry(sunConfDD.getDeploymentDescriptorPath());
705 sunConfDD.getDeploymentDescriptorPath(),
717 sunConfDD.getDeploymentDescriptorPath(),
964 OutputStream os = out.putNextEntry(getDeploymentDescriptorPath());
998 sunConfDD.getDeploymentDescriptorPath());
1019 confDD.getDeploymentDescriptorPath());
1071 OutputStream os = out.putNextEntry(webServicesDD.getDeploymentDescriptorPath());
1097 public String getDeploymentDescriptorPath() { method in class:Archivist
[all...]

Completed in 413 milliseconds