Search Results
OK to copy?
Examples 1 through 10 of
46 (0.0010 seconds)
Class:
org.apache.batik.apps.svgbrowser.SVGInputHandler
©,
Rating:
0% of 0,
C2
Class: org.apache.tools.ant.taskdefs.Mkdir ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.taskdefs.optional.extension.JarLibDisplayTask ©, Rating: 0% of 0, C2
Class: org.apache.batik.util.ClassFileUtilities ©, Rating: 0% of 0, C2
Class: org.apache.jasper.servlet.JspCServletContext ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.taskdefs.optional.extension.JarLibAvailableTask ©, Rating: 0% of 0, C2
Class: org.apache.batik.apps.svgbrowser.XMLInputHandler ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.taskdefs.optional.sound.SoundTask ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.types.selectors.modifiedselector.PropertiesfileCache ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.taskdefs.optional.javacc.JJDoc ©, 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.apache.tools.ant.taskdefs.Mkdir ©, Rating: 0% of 0, C2
49 }
50
51 if (dir.isFile()) {
52 throw new BuildException("Unable to create directory as a file "
53 + "already exists with that name: "
Class: org.apache.tools.ant.taskdefs.optional.extension.JarLibDisplayTask ©, Rating: 0% of 0, C2
110 throw new BuildException(message);
111 }
112 if (null != libraryFile && !libraryFile.isFile()) {
113 final String message = "\'" + libraryFile + "\' is not a file.";
114 throw new BuildException(message);
Class: org.apache.batik.util.ClassFileUtilities ©, Rating: 0% of 0, C2
Class: org.apache.jasper.servlet.JspCServletContext ©, Rating: 0% of 0, C2
278 for (int i = 0; i < theFiles.length; i++) {
279 File testFile = new File(basePath + File.separator + theFiles[i]);
280 if (testFile.isFile())
281 thePaths.add(path + theFiles[i]);
282 else if (testFile.isDirectory())
Class: org.apache.tools.ant.taskdefs.optional.extension.JarLibAvailableTask ©, Rating: 0% of 0, C2
148 throw new BuildException(message);
149 }
150 if (null != libraryFile && !libraryFile.isFile()) {
151 final String message = "\'" + libraryFile + "\' is not a file.";
152 throw new BuildException(message);
Class: org.apache.batik.apps.svgbrowser.XMLInputHandler ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.taskdefs.optional.sound.SoundTask ©, Rating: 0% of 0, C2
140 for (int i = 0; i < entries.length; i++) {
141 File f = new File(source, entries[i]);
142 if (f.isFile()) {
143 files.addElement(f);
144 }
Class: org.apache.tools.ant.types.selectors.modifiedselector.PropertiesfileCache ©, Rating: 0% of 0, C2
112
113 public void load() {
114 if ((cachefile != null) && cachefile.isFile() && cachefile.canRead()) {
115 try {
116 BufferedInputStream bis = new BufferedInputStream(
Class: org.apache.tools.ant.taskdefs.optional.javacc.JJDoc ©, Rating: 0% of 0, C2
111 }
112
113 if (target == null || !target.isFile()) {
114 throw new BuildException("Invalid target: " + target);
115 }