Search Results
OK to copy?
Examples 1 through 9 of
9 (0.0020 seconds)
Class:
org.apache.catalina.startup.ExpandWar
©,
Rating:
0% of 0,
C3
Class: org.springframework.core.io.support.PathMatchingResourcePatternResolver ©, Rating: 0% of 0, C2
Class: org.apache.jasper.compiler.TldLocationsCache ©, Rating: 0% of 0, C3
Class: org.apache.catalina.startup.TldConfig ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.taskdefs.optional.ejb.WebsphereDeploymentTool ©, Rating: 0% of 0, C3
Class: org.apache.tools.ant.taskdefs.optional.ejb.WebsphereDeploymentTool ©, Rating: 0% of 0, C3
Class: org.apache.tools.ant.taskdefs.optional.ejb.WeblogicDeploymentTool ©, Rating: 0% of 0, C3
Class: org.apache.tools.ant.taskdefs.optional.ejb.WeblogicDeploymentTool ©, Rating: 0% of 0, C3
Class: org.apache.catalina.loader.WebappClassLoader ©, Rating: 0% of 0, C3
135 try {
136 jarFile = juc.getJarFile();
137 Enumeration jarEntries = jarFile.entries();
138 while (jarEntries.hasMoreElements()) {
139 JarEntry jarEntry = (JarEntry) jarEntries.nextElement();
Class: org.springframework.core.io.support.PathMatchingResourcePatternResolver ©, Rating: 0% of 0, C2
293 String jarFileUrlPrefix = "jar:" + jarFileUrl.toExternalForm() + "!/";
294 List result = new LinkedList();
295 for (Enumeration entries = jarFile.entries(); entries.hasMoreElements();) {
296 JarEntry entry = (JarEntry) entries.nextElement();
297 String entryPath = entry.getName();
Class: org.apache.jasper.compiler.TldLocationsCache ©, Rating: 0% of 0, C3
333 }
334 jarFile = conn.getJarFile();
335 Enumeration entries = jarFile.entries();
336 while (entries.hasMoreElements()) {
337 JarEntry entry = (JarEntry) entries.nextElement();
Class: org.apache.catalina.startup.TldConfig ©, Rating: 0% of 0, C2
454 try {
455 jarFile = new JarFile(file);
456 Enumeration entries = jarFile.entries();
457 while (entries.hasMoreElements()) {
458 JarEntry entry = (JarEntry) entries.nextElement();
Class: org.apache.tools.ant.taskdefs.optional.ejb.WebsphereDeploymentTool ©, Rating: 0% of 0, C3
695 }
696 //get the list of websphere jar entries
697 for (Enumeration e = wasJar.entries(); e.hasMoreElements();) {
698 JarEntry je = (JarEntry) e.nextElement();
699
Class: org.apache.tools.ant.taskdefs.optional.ejb.WebsphereDeploymentTool ©, Rating: 0% of 0, C3
689
690 //get the list of generic jar entries
691 for (Enumeration e = genericJar.entries(); e.hasMoreElements();) {
692 JarEntry je = (JarEntry) e.nextElement();
693
Class: org.apache.tools.ant.taskdefs.optional.ejb.WeblogicDeploymentTool ©, Rating: 0% of 0, C3
688 }
689 //get the list of weblogic jar entries
690 for (Enumeration e = wlJar.entries(); e.hasMoreElements();) {
691 JarEntry je = (JarEntry) e.nextElement();
692
Class: org.apache.tools.ant.taskdefs.optional.ejb.WeblogicDeploymentTool ©, Rating: 0% of 0, C3
682
683 //get the list of generic jar entries
684 for (Enumeration e = genericJar.entries(); e.hasMoreElements();) {
685 JarEntry je = (JarEntry) e.nextElement();
686
Class: org.apache.catalina.loader.WebappClassLoader ©, Rating: 0% of 0, C3
1797 (loaderDir, jarEntry.getName());
1798 if (!resourceFile.exists()) {
1799 Enumeration entries = jarFiles[i].entries();
1800 while (entries.hasMoreElements()) {
1801 JarEntry jarEntry2 =
Result Page:
1