Searched refs:ldifPath (Results 1 - 25 of 30) sorted by relevance

12

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/tasks/
H A DLdifFileWriter.java66 * @param ldifPath The path to the LDIF file to be written.
76 public static void makeLdif(String ldifPath, argument
84 makeLdif(ldifPath, template);
90 * @param ldifPath The path to the LDIF file to be written.
100 public static void makeLdif(String ldifPath, argument
108 makeLdif(ldifPath, template);
113 * @param ldifPath The path to the LDIF file to be written.
120 public static void makeLdif(String ldifPath, TemplateFile template) argument
124 new LDIFExportConfig(ldifPath, ExistingFileBehavior.OVERWRITE);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/tasks/
H A DLdifFileWriter.java67 * @param ldifPath The path to the LDIF file to be written.
77 public static void makeLdif(String ldifPath, argument
85 makeLdif(ldifPath, template);
91 * @param ldifPath The path to the LDIF file to be written.
101 public static void makeLdif(String ldifPath, argument
109 makeLdif(ldifPath, template);
114 * @param ldifPath The path to the LDIF file to be written.
121 public static void makeLdif(String ldifPath, TemplateFile template) argument
125 new LDIFExportConfig(ldifPath, ExistingFileBehavior.OVERWRITE);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/tasks/
H A DLdifFileWriter.java66 * @param ldifPath The path to the LDIF file to be written.
76 public static void makeLdif(String ldifPath, argument
84 makeLdif(ldifPath, template);
90 * @param ldifPath The path to the LDIF file to be written.
100 public static void makeLdif(String ldifPath, argument
108 makeLdif(ldifPath, template);
113 * @param ldifPath The path to the LDIF file to be written.
120 public static void makeLdif(String ldifPath, TemplateFile template) argument
124 new LDIFExportConfig(ldifPath, ExistingFileBehavior.OVERWRITE);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/tasks/
H A DLdifFileWriter.java67 * @param ldifPath The path to the LDIF file to be written.
77 public static void makeLdif(String ldifPath, argument
85 makeLdif(ldifPath, template);
91 * @param ldifPath The path to the LDIF file to be written.
101 public static void makeLdif(String ldifPath, argument
109 makeLdif(ldifPath, template);
114 * @param ldifPath The path to the LDIF file to be written.
121 public static void makeLdif(String ldifPath, TemplateFile template) argument
125 new LDIFExportConfig(ldifPath, ExistingFileBehavior.OVERWRITE);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/tasks/
H A DLdifFileWriter.java66 * @param ldifPath The path to the LDIF file to be written.
76 public static void makeLdif(String ldifPath, argument
84 makeLdif(ldifPath, template);
90 * @param ldifPath The path to the LDIF file to be written.
100 public static void makeLdif(String ldifPath, argument
108 makeLdif(ldifPath, template);
113 * @param ldifPath The path to the LDIF file to be written.
120 public static void makeLdif(String ldifPath, TemplateFile template) argument
124 new LDIFExportConfig(ldifPath, ExistingFileBehavior.OVERWRITE);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/tasks/
H A DLdifFileWriter.java67 * @param ldifPath The path to the LDIF file to be written.
77 public static void makeLdif(String ldifPath, argument
85 makeLdif(ldifPath, template);
91 * @param ldifPath The path to the LDIF file to be written.
101 public static void makeLdif(String ldifPath, argument
109 makeLdif(ldifPath, template);
114 * @param ldifPath The path to the LDIF file to be written.
121 public static void makeLdif(String ldifPath, TemplateFile template) argument
125 new LDIFExportConfig(ldifPath, ExistingFileBehavior.OVERWRITE);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DExportLDIFPanel.java384 String ldifPath = file.getText();
385 if ((ldifPath == null) || (ldifPath.trim().equals("")))
392 File f = new File(ldifPath);
395 errors.add(ERR_CTRL_PANEL_EXPORT_DIRECTORY_PROVIDED.get(ldifPath));
430 File f = new File(ldifPath);
435 INFO_CTRL_PANEL_CONFIRMATION_EXPORT_LDIF_DETAILS.get(ldifPath));
H A DImportLDIFPanel.java590 String ldifPath = file.getText();
591 if ((ldifPath == null) || (ldifPath.trim().equals("")))
595 } else if (isLocal() && !Utils.fileExists(ldifPath))
H A DNewBaseDNPanel.java597 String ldifPath = path.getText();
598 if ((ldifPath == null) || (ldifPath.trim().equals("")))
602 } else if (isLocal() && !Utils.fileExists(ldifPath))
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DExportLDIFPanel.java383 String ldifPath = file.getText();
384 if ((ldifPath == null) || (ldifPath.trim().equals("")))
391 File f = new File(ldifPath);
394 errors.add(ERR_CTRL_PANEL_EXPORT_DIRECTORY_PROVIDED.get(ldifPath));
429 File f = new File(ldifPath);
434 INFO_CTRL_PANEL_CONFIRMATION_EXPORT_LDIF_DETAILS.get(ldifPath));
H A DImportLDIFPanel.java589 String ldifPath = file.getText();
590 if ((ldifPath == null) || (ldifPath.trim().equals("")))
594 } else if (isLocal() && !Utils.fileExists(ldifPath))
H A DNewBaseDNPanel.java596 String ldifPath = path.getText();
597 if ((ldifPath == null) || (ldifPath.trim().equals("")))
601 } else if (isLocal() && !Utils.fileExists(ldifPath))
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DExportLDIFPanel.java384 String ldifPath = file.getText();
385 if ((ldifPath == null) || (ldifPath.trim().equals("")))
392 File f = new File(ldifPath);
395 errors.add(ERR_CTRL_PANEL_EXPORT_DIRECTORY_PROVIDED.get(ldifPath));
430 File f = new File(ldifPath);
435 INFO_CTRL_PANEL_CONFIRMATION_EXPORT_LDIF_DETAILS.get(ldifPath));
H A DImportLDIFPanel.java590 String ldifPath = file.getText();
591 if ((ldifPath == null) || (ldifPath.trim().equals("")))
595 } else if (isLocal() && !Utils.fileExists(ldifPath))
H A DNewBaseDNPanel.java597 String ldifPath = path.getText();
598 if ((ldifPath == null) || (ldifPath.trim().equals("")))
602 } else if (isLocal() && !Utils.fileExists(ldifPath))
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DExportLDIFPanel.java383 String ldifPath = file.getText();
384 if ((ldifPath == null) || (ldifPath.trim().equals("")))
391 File f = new File(ldifPath);
394 errors.add(ERR_CTRL_PANEL_EXPORT_DIRECTORY_PROVIDED.get(ldifPath));
429 File f = new File(ldifPath);
434 INFO_CTRL_PANEL_CONFIRMATION_EXPORT_LDIF_DETAILS.get(ldifPath));
H A DImportLDIFPanel.java589 String ldifPath = file.getText();
590 if ((ldifPath == null) || (ldifPath.trim().equals("")))
594 } else if (isLocal() && !Utils.fileExists(ldifPath))
H A DNewBaseDNPanel.java596 String ldifPath = path.getText();
597 if ((ldifPath == null) || (ldifPath.trim().equals("")))
601 } else if (isLocal() && !Utils.fileExists(ldifPath))
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DExportLDIFPanel.java384 String ldifPath = file.getText();
385 if ((ldifPath == null) || (ldifPath.trim().equals("")))
392 File f = new File(ldifPath);
395 errors.add(ERR_CTRL_PANEL_EXPORT_DIRECTORY_PROVIDED.get(ldifPath));
430 File f = new File(ldifPath);
435 INFO_CTRL_PANEL_CONFIRMATION_EXPORT_LDIF_DETAILS.get(ldifPath));
H A DImportLDIFPanel.java590 String ldifPath = file.getText();
591 if ((ldifPath == null) || (ldifPath.trim().equals("")))
595 } else if (isLocal() && !Utils.fileExists(ldifPath))
H A DNewBaseDNPanel.java597 String ldifPath = path.getText();
598 if ((ldifPath == null) || (ldifPath.trim().equals("")))
602 } else if (isLocal() && !Utils.fileExists(ldifPath))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DExportLDIFPanel.java361 String ldifPath = file.getText();
362 if (ldifPath == null || ldifPath.trim().equals(""))
369 File f = new File(ldifPath);
372 errors.add(ERR_CTRL_PANEL_EXPORT_DIRECTORY_PROVIDED.get(ldifPath));
404 File f = new File(ldifPath);
409 INFO_CTRL_PANEL_CONFIRMATION_EXPORT_LDIF_DETAILS.get(ldifPath));
H A DImportLDIFPanel.java488 String ldifPath = file.getText();
489 if (ldifPath == null || "".equals(ldifPath.trim()))
493 } else if (isLocal() && !Utils.fileExists(ldifPath))
H A DNewBaseDNPanel.java660 String ldifPath = path.getText();
661 if (ldifPath == null || "".equals(ldifPath.trim()))
666 else if (isLocal() && !Utils.fileExists(ldifPath))
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1345 for (String ldifPath : ldifPaths)
1348 argList.add(ldifPath);
2814 for (String ldifPath : ldifPaths)
2816 File f = new File(ldifPath);
3974 String ldifPath = qs.getFieldStringValue(FieldName.LDIF_PATH);
3975 if ((ldifPath == null) || (ldifPath.trim().equals("")))
3979 } else if (!fileExists(ldifPath))
3988 ldifPaths.add(ldifPath);

Completed in 69 milliseconds

12