Searched defs:ldifPath (Results 1 - 6 of 6) sorted by relevance

/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-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);

Completed in 155 milliseconds