Search Results
OK to copy?
Examples 1 through 10 of
205 (0.0030 seconds)
Class:
org.apache.jmeter.gui.action.Analyze
©,
Rating:
0% of 0,
C1
Class: org.apache.batik.swing.svg.SVGFileFilter ©, Rating: 0% of 0, C2
Class: org.springframework.core.io.FileSystemResource ©, Rating: 0% of 0, C1
Class: org.springframework.metadata.commons.CommonsAttributeCompilerUtils ©, Rating: 0% of 0, C1
Class: org.springframework.metadata.commons.CommonsAttributeCompilerUtils ©, Rating: 0% of 0, C1
Class: org.apache.batik.apps.svgbrowser.SVGInputHandler ©, Rating: 0% of 0, C2
Class: org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurerTests ©, Rating: 0% of 0, C1
Class: org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurerTests ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.gui.util.FilePanel ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.NewDriver ©, Rating: 0% of 0, C3
Class: org.apache.batik.swing.svg.SVGFileFilter ©, Rating: 0% of 0, C2
74 accept = true;
75 } else {
76 fileName = f.getPath().toLowerCase();
77 if (fileName.endsWith(".svg") || fileName.endsWith(".svgz"))
78 accept = true;
Class: org.springframework.core.io.FileSystemResource ©, Rating: 0% of 0, C1
047 Assert.notNull(file, "file is required");
048 this.file = file;
049 this.path = StringUtils.cleanPath(file.getPath());
050 }
051
Class: org.springframework.metadata.commons.CommonsAttributeCompilerUtils ©, Rating: 0% of 0, C1
093 // Couldn't get this to work: trying to use Eclipse
094 //javac.setCompiler("org.eclipse.jdt.core.JDTCompilerAdapter");
095 javac.setDestdir(new File(root.getPath() + File.separator + "target/test-classes"));
096 javac.setIncludes(attributeClasses);
097 javac.execute();
Class: org.springframework.metadata.commons.CommonsAttributeCompilerUtils ©, Rating: 0% of 0, C1
075 commonsAttributesCompiler.setDestdir(new File(tempPath));
076 FileSet fileset = new FileSet();
077 fileset.setDir(new File(root.getPath() + File.separator + "test"));
078 String attributeClasses = testWildcards;
079 fileset.setIncludes(attributeClasses);
Class: org.apache.batik.apps.svgbrowser.SVGInputHandler ©, Rating: 0% of 0, C2
101 */
102 public boolean accept(File f) {
103 return f != null && f.isFile() && accept(f.getPath());
104 }
105
Class: org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurerTests ©, Rating: 0% of 0, C1
109 fc.afterPropertiesSet();
110 assertTrue(fc.getConfiguration() instanceof Configuration);
111 assertEquals(new File("/mydir").getPath(), files[0].getPath());
112 }
113
Class: org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurerTests ©, Rating: 0% of 0, C1
070 fcfb.afterPropertiesSet();
071 assertTrue(fcfb.getObject() instanceof Configuration);
072 assertEquals(new File("/mydir").getPath(), files[0].getPath());
073 }
074
Class: org.apache.jmeter.gui.util.FilePanel ©, Rating: 0% of 0, C2
138 if (chooser != null && chooser.getSelectedFile() != null)
139 {
140 filename.setText(chooser.getSelectedFile().getPath());
141 fireFileChanged();
142 }
Class: org.apache.jmeter.NewDriver ©, Rating: 0% of 0, C3