Search Results
OK to copy?
Examples 1 through 10 of
88 (0.0030 seconds)
Class:
org.springframework.core.io.UrlResource
©,
Rating:
0% of 0,
C1
Class: org.apache.jmeter.gui.JMeterFileFilter ©, Rating: 0% of 0, C1
Class: org.springframework.core.io.FileSystemResource ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.util.FlatFileNameMapper ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.taskdefs.email.UUMailer ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.taskdefs.email.UUMailer ©, Rating: 0% of 0, C1
Class: org.htmlparser.tests.codeMetrics.LineCounter ©, Rating: 100% of 1, C2
Class: org.htmlparser.tests.codeMetrics.LineCounter ©, Rating: 0% of 0, C1
Class: org.htmlparser.tests.codeMetrics.LineCounter ©, Rating: 0% of 0, C1
Class: org.apache.batik.apps.rasterizer.SVGConverterFileSource ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.gui.JMeterFileFilter ©, Rating: 0% of 0, C1
060 public boolean accept(File f)
061 {
062 return f.isDirectory() || accept(f.getName().toLowerCase());
063 }
064
Class: org.springframework.core.io.FileSystemResource ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.util.FlatFileNameMapper ©, Rating: 0% of 0, C1
45 */
46 public String[] mapFileName(String sourceFileName) {
47 return new String[] {new java.io.File(sourceFileName).getName()};
48 }
49 }
Class: org.apache.tools.ant.taskdefs.email.UUMailer ©, Rating: 0% of 0, C1
43 try {
44 BufferedInputStream in = new BufferedInputStream(finstr);
45 UUEncoder encoder = new UUEncoder(file.getName());
46
47 encoder.encode(in, out);
Class: org.apache.tools.ant.taskdefs.email.UUMailer ©, Rating: 0% of 0, C1
34 throws IOException {
35 if (!file.exists() || !file.canRead()) {
36 throw new BuildException("File \"" + file.getName()
37 + "\" does not exist or is not "
38 + "readable.");
Class: org.htmlparser.tests.codeMetrics.LineCounter ©, Rating: 100% of 1, C2
Class: org.htmlparser.tests.codeMetrics.LineCounter ©, Rating: 0% of 0, C1
043 public int count(File file)
044 {
045 System.out.println("Handling " + file.getName());
046 int count = 0;
047 // Get all files in current directory
Class: org.htmlparser.tests.codeMetrics.LineCounter ©, Rating: 0% of 0, C1
097 public boolean accept(File file)
098 {
099 if (file.getName().indexOf(".java") != -1
100 || file.isDirectory())
101 {
Class: org.apache.batik.apps.rasterizer.SVGConverterFileSource ©, Rating: 0% of 0, C1
077
078 public String getName(){
079 String name = file.getName();
080 if (ref != null && !"".equals(ref)){
081 name += "#" + ref;