Search Results
OK to copy?
Examples 1 through 10 of
10 (0.0020 seconds)
Class:
org.apache.batik.test.xml.XSLXMLReportConsumer
©,
Rating:
100% of 1,
C2
Class: org.apache.catalina.startup.ExpandWar ©, Rating: 0% of 0, C2
Class: org.apache.catalina.startup.ExpandWar ©, Rating: 0% of 0, C3
Class: org.apache.batik.test.xml.XMLTestReportProcessor ©, Rating: 0% of 0, C2
Class: org.apache.batik.apps.svgbrowser.Main ©, Rating: 0% of 0, C1
Class: org.apache.naming.resources.FileDirContext ©, Rating: 0% of 0, C1
Class: org.apache.naming.resources.FileDirContext ©, Rating: 0% of 0, C3
Class: org.apache.catalina.loader.WebappLoader ©, Rating: 0% of 0, C2
Class: org.apache.catalina.manager.ManagerServlet ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.taskdefs.optional.ejb.JonasDeploymentTool ©, Rating: 0% of 0, C1
Class: org.apache.catalina.startup.ExpandWar ©, Rating: 0% of 0, C2
207 if (src.isDirectory()) {
208 files = src.list();
209 result = dest.mkdir();
210 } else {
211 files = new String[1];
Class: org.apache.catalina.startup.ExpandWar ©, Rating: 0% of 0, C3
126
127 // Create the new document base directory
128 docBase.mkdir();
129
130 // Expand the WAR into the new document base directory
Class: org.apache.batik.test.xml.XMLTestReportProcessor ©, Rating: 0% of 0, C2
Class: org.apache.batik.apps.svgbrowser.Main ©, Rating: 0% of 0, C1
342 String dir = System.getProperty(PROPERTY_USER_HOME);
343 File f = new File(dir, BATIK_CONFIGURATION_SUBDIRECTORY);
344 f.mkdir();
345 XMLPreferenceManager.setPreferenceDirectory(f.getCanonicalPath());
346 preferenceManager.load();
Class: org.apache.naming.resources.FileDirContext ©, Rating: 0% of 0, C1
0608 throw new NameAlreadyBoundException
0609 (sm.getString("resources.alreadyBound", name));
0610 if (!file.mkdir())
0611 throw new NamingException
0612 (sm.getString("resources.bindFailed", name));
Class: org.apache.naming.resources.FileDirContext ©, Rating: 0% of 0, C3
0549 (sm.getString("resources.bindFailed", name));
0550 }
0551 if (!file.mkdir())
0552 throw new NamingException
0553 (sm.getString("resources.bindFailed", name));
Class: org.apache.catalina.loader.WebappLoader ©, Rating: 0% of 0, C2
1125 return false;
1126 } else if (object instanceof DirContext) {
1127 currentFile.mkdir();
1128 copyDir((DirContext) object, currentFile);
1129 }
Class: org.apache.catalina.manager.ManagerServlet ©, Rating: 0% of 0, C2
1545 if (src.isDirectory()) {
1546 files = src.list();
1547 result = dest.mkdir();
1548 } else {
1549 files = new String[1];
Class: org.apache.tools.ant.taskdefs.optional.ejb.JonasDeploymentTool ©, Rating: 0% of 0, C1
759 File tmpDir = File.createTempFile("genic", null, null);
760 tmpDir.delete();
761 if (!tmpDir.mkdir()) {
762 throw new IOException("Cannot create the temporary directory '" + tmpDir + "'.");
763 }
Result Page:
1