StrictJarFileTest.java | 35 private File resources; field in class:StrictJarFileTest 39 resources = Support_Resources.createTempFolder(); 50 Support_Resources.copyFile(resources, null, JAR_1); 51 String fileName = (new File(resources, JAR_1)).getCanonicalPath(); 57 Support_Resources.copyFile(resources, null, JAR_1); 58 StrictJarFile jarFile = new StrictJarFile(new File(resources, JAR_1).getAbsolutePath()); 94 Support_Resources.copyFile(resources, null, JAR_1); 95 StrictJarFile jarFile = new StrictJarFile(new File(resources, JAR_1).getAbsolutePath()); 109 Support_Resources.copyFile(resources, null, JAR_1); 110 StrictJarFile jarFile = new StrictJarFile(new File(resources, JAR_1).getAbsolutePath()) [all...] |