Searched refs:copyFile (Results 1 - 25 of 70) sorted by relevance

123

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/tools/bundles/
H A DCopyUtils.java60 public static void copyFile(File sourceFile, File destFile, method in class:CopyUtils
62 copyFile(sourceFile, destFile, null, overwrite, preserveLastModified);
77 public static void copyFile(File sourceFile, File destFile, method in class:CopyUtils
/forgerock/openam/openam-core/src/main/java/com/sun/identity/tools/bundles/
H A DCopyUtils.java60 public static void copyFile(File sourceFile, File destFile, method in class:CopyUtils
62 copyFile(sourceFile, destFile, null, overwrite, preserveLastModified);
77 public static void copyFile(File sourceFile, File destFile, method in class:CopyUtils
/forgerock/jee-agents-v3.5/jee-agents-jetty/jee-agents-jetty-v7/src/main/java/com/sun/identity/agents/tools/jetty/v7/
H A DServerConfigBase.java54 status = FileUtils.copyFile(loginConfFile, jettyLoginConfFile);
69 status = FileUtils.copyFile(loginXmlFile, jettyLoginXmlFile);
H A DServerClasspathBase.java108 FileUtils.copyFile(newJarPath, startJarPath);
220 FileUtils.copyFile(newJarPath, startJarPath);
/forgerock/jee-agents-v3.5/jee-agents-jboss/jee-agents-jboss-common/src/main/java/com/sun/identity/agents/tools/jboss/
H A DAgentAppBase.java49 FileUtils.copyFile(srcDir + File.separator + STR_AGENT_APP_WAR_FILE,
/forgerock/jee-agents-v3.5/jee-agents-jetty/jee-agents-jetty-v61/src/main/java/com/sun/identity/agents/tools/jetty/v61/
H A DServerConfigBase.java51 status = FileUtils.copyFile(loginConfFile, jettyLoginConfFile);
H A DServerClasspathBase.java117 FileUtils.copyFile(newJarPath, startJarPath);
235 FileUtils.copyFile(newJarPath, startJarPath);
/forgerock/jee-agents-v3.5/jee-agents-jboss/jee-agents-jboss-v40/src/main/java/com/sun/identity/agents/tools/jboss/
H A DLoginConfigFilesBase.java53 FileUtils.copyFile(srcFile, destFile);
77 FileUtils.copyFile(srcFile, destFile);
/forgerock/jee-agents-v3.5/jee-agents-tomcat/jee-agents-tomcat-v6/src/main/java/com/sun/identity/agents/tools/tomcat/v6/
H A DCopyAgentFilesTask.java95 FileUtils.copyFile(srcDir + System.getProperty("file.separator") + localeFile.getName(),
119 FileUtils.copyFile(srcFile, destFile);
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/fedlet/
H A DCreateFedletJavaArtifacts.java174 copyFile(fedletSrc + File.separator + "sp.xml-template",
176 copyFile(fedletSrc + File.separator + "sp-extended.xml-template",
178 copyFile(fedletSrc + File.separator + "idp-extended.xml-template",
180 copyFile(fedletSrc + File.separator + "fedlet.cot-template",
184 copyFile(readmeFile, workDir + "/README");
223 copyFile(warDir + File.separator + file,
292 private void copyFile(String source, String dest) method in class:CreateFedletJavaArtifacts
H A DCreateAGZip.java132 copyFile(readmeFile, workDir + "/README");
160 copyFile(warDir + File.separator + file,
230 private void copyFile(String source, String dest) method in class:CreateAGZip
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java397 copyFile(new File(testResourceDir, "server.keystore"),
399 copyFile(new File(testResourceDir, "server.truststore"),
401 copyFile(new File(testResourceDir, "client.keystore"),
403 copyFile(new File(testResourceDir, "client-emailAddress.keystore"),
405 copyFile(new File(testResourceDir, "client.truststore"),
407 copyFile(new File(testResourceDir, "server-cert.p12"),
409 copyFile(new File(testResourceDir, "client-cert.p12"),
688 copyFile(new File(testConfigDir, "config.ldif"),
700 copyFile(from, to);
703 copyFile(fro
1041 public static void copyFile(File src, File dst) throws IOException { method in class:TestCaseUtils
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java369 copyFile(new File(testResourceDir, "server.keystore"),
371 copyFile(new File(testResourceDir, "server.truststore"),
373 copyFile(new File(testResourceDir, "client.keystore"),
375 copyFile(new File(testResourceDir, "client-emailAddress.keystore"),
377 copyFile(new File(testResourceDir, "client.truststore"),
379 copyFile(new File(testResourceDir, "server-cert.p12"),
381 copyFile(new File(testResourceDir, "client-cert.p12"),
610 copyFile(new File(testConfigDir, "config.ldif"),
622 copyFile(from, to);
625 copyFile(fro
1009 public static void copyFile(File src, File dst) throws IOException { method in class:TestCaseUtils
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java397 copyFile(new File(testResourceDir, "server.keystore"),
399 copyFile(new File(testResourceDir, "server.truststore"),
401 copyFile(new File(testResourceDir, "client.keystore"),
403 copyFile(new File(testResourceDir, "client-emailAddress.keystore"),
405 copyFile(new File(testResourceDir, "client.truststore"),
407 copyFile(new File(testResourceDir, "server-cert.p12"),
409 copyFile(new File(testResourceDir, "client-cert.p12"),
688 copyFile(new File(testConfigDir, "config.ldif"),
700 copyFile(from, to);
703 copyFile(fro
1041 public static void copyFile(File src, File dst) throws IOException { method in class:TestCaseUtils
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java369 copyFile(new File(testResourceDir, "server.keystore"),
371 copyFile(new File(testResourceDir, "server.truststore"),
373 copyFile(new File(testResourceDir, "client.keystore"),
375 copyFile(new File(testResourceDir, "client-emailAddress.keystore"),
377 copyFile(new File(testResourceDir, "client.truststore"),
379 copyFile(new File(testResourceDir, "server-cert.p12"),
381 copyFile(new File(testResourceDir, "client-cert.p12"),
610 copyFile(new File(testConfigDir, "config.ldif"),
622 copyFile(from, to);
625 copyFile(fro
1009 public static void copyFile(File src, File dst) throws IOException { method in class:TestCaseUtils
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java399 copyFile(new File(testResourceDir, "server.keystore"),
401 copyFile(new File(testResourceDir, "server.truststore"),
403 copyFile(new File(testResourceDir, "client.keystore"),
405 copyFile(new File(testResourceDir, "client-emailAddress.keystore"),
407 copyFile(new File(testResourceDir, "client.truststore"),
409 copyFile(new File(testResourceDir, "server-cert.p12"),
411 copyFile(new File(testResourceDir, "client-cert.p12"),
682 copyFile(new File(testConfigDir, "config.ldif"),
694 copyFile(from, to);
697 copyFile(fro
1133 public static void copyFile(File src, File dst) throws IOException { method in class:TestCaseUtils
[all...]
/forgerock/jee-agents-v3.5/jee-agents-appserver/jee-agents-appserver-v81/src/main/java/com/sun/identity/agents/install/appserver/v81/
H A DCopyAgentFilesTask.java91 FileUtils.copyFile(agentLocalePath + System.getProperty("file.separator") + localeFile.getName(),
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DFileUtils.java72 public static boolean copyFile(String source, String destination) method in class:FileUtils
90 Debug.log("FileUtils.copyFile(): Error occurred while copying "
98 Debug.log("FileUtils.copyFile(): Error occurred while "
107 Debug.log("FileUtils.copyFile(): Error occurred while "
198 copyFile(srcPath, destPath);
339 copyFile(fileName, bkupFileName);
990 copyFile(tempFilePath, filePath);
1076 copyFile(tempFilePath, filePath);
1131 result = copyFile(tempFilePath, filePath);
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DFileUtils.java71 public static boolean copyFile(String source, String destination) method in class:FileUtils
89 Debug.log("FileUtils.copyFile(): Error occurred while copying "
97 Debug.log("FileUtils.copyFile(): Error occurred while "
106 Debug.log("FileUtils.copyFile(): Error occurred while "
198 copyFile(srcPath, destPath);
339 copyFile(fileName, bkupFileName);
990 copyFile(tempFilePath, filePath);
1076 copyFile(tempFilePath, filePath);
1131 result = copyFile(tempFilePath, filePath);
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DCreateFedlet.java200 copyFile(servletCtx, "/WEB-INF/fedlet/README", workDir + "/README");
209 copyFile(servletCtx, file, dir + "/" + target);
244 private void copyFile(ServletContext servletCtx, String source, String dest) method in class:CreateFedlet
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/
H A DTestCaseUtils.java588 copyFile(new File(testConfigDir, "config.ldif"),
600 copyFile(from, to);
603 copyFile(from, to);
922 copyFile(src, dst);
952 copyFile(new File(fromDir, filename), new File(toDir, filename));
965 public static void copyFile(File src, File dst) throws IOException { method in class:TestCaseUtils
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DCreateFedlet.java137 copyFile(servletCtx, "/WEB-INF/fedlet/README", workDir + "/README");
140 private void copyFile(ServletContext servletCtx, String source, String dest) method in class:CreateFedlet
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DMigrateConfigurePropertiesTask.java170 FileUtils.copyFile(tmpFileName, instanceConfigFile);
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DMigrateConfigurePropertiesTask.java170 FileUtils.copyFile(tmpFileName, instanceConfigFile);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DFileHandler.java619 copyFile(f1.toString(), f2.toString());
664 private void copyFile(String input, String output) { method in class:FileHandler
681 Debug.error(fileName + ":FileHandler: copyFile: File not found: ",
684 Debug.error(fileName + ":FileHandler: copyFile: IOException",
692 Debug.error(fileName + ":FileHandler: copyFile: IOException while closing file", ex);
699 Debug.error(fileName + ":FileHandler: copyFile: IOException while closing file", ex);

Completed in 133 milliseconds

123