Searched refs:ldifFilePath (Results 1 - 18 of 18) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/tools/
H A DImportLDIFTestCase.java54 private String ldifFilePath; field in class:ImportLDIFTestCase
96 ldifFilePath = homeDirName + File.separator + "entries.ldif";
97 FileOutputStream ldifFile = new FileOutputStream(ldifFilePath);
122 ldifFilePath,
153 ldifFilePath,
191 ldifFilePath,
228 ldifFilePath,
264 ldifFilePath,
298 ldifFilePath,
330 ldifFilePath,
[all...]
H A DLDIFSearchTestCase.java49 private String ldifFilePath; field in class:LDIFSearchTestCase
80 ldifFilePath = homeDirName + File.separator + "entries.ldif";
82 FileOutputStream ldifFile = new FileOutputStream(ldifFilePath);
113 "-l", ldifFilePath,
139 "-l", ldifFilePath,
166 "-l", ldifFilePath,
197 "-l", ldifFilePath,
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DLDIFSearchTestCase.java49 private String ldifFilePath; field in class:LDIFSearchTestCase
80 ldifFilePath = homeDirName + File.separator + "entries.ldif";
82 FileOutputStream ldifFile = new FileOutputStream(ldifFilePath);
113 "-l", ldifFilePath,
139 "-l", ldifFilePath,
166 "-l", ldifFilePath,
197 "-l", ldifFilePath,
H A DImportLDIFTestCase.java55 private String ldifFilePath; field in class:ImportLDIFTestCase
95 ldifFilePath = homeDirName + File.separator + "entries.ldif";
96 FileOutputStream ldifFile = new FileOutputStream(ldifFilePath);
124 ldifFilePath,
158 ldifFilePath,
202 ldifFilePath,
246 ldifFilePath,
289 ldifFilePath,
330 ldifFilePath,
365 ldifFilePath,
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DLDIFSearchTestCase.java48 private String ldifFilePath; field in class:LDIFSearchTestCase
79 ldifFilePath = homeDirName + File.separator + "entries.ldif";
81 FileOutputStream ldifFile = new FileOutputStream(ldifFilePath);
112 "-l", ldifFilePath,
138 "-l", ldifFilePath,
165 "-l", ldifFilePath,
196 "-l", ldifFilePath,
H A DImportLDIFTestCase.java54 private String ldifFilePath; field in class:ImportLDIFTestCase
85 ldifFilePath = homeDirName + File.separator + "entries.ldif";
86 FileOutputStream ldifFile = new FileOutputStream(ldifFilePath);
111 ldifFilePath,
143 ldifFilePath,
182 ldifFilePath,
220 ldifFilePath,
257 ldifFilePath,
292 ldifFilePath,
325 ldifFilePath,
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DLDIFSearchTestCase.java49 private String ldifFilePath; field in class:LDIFSearchTestCase
80 ldifFilePath = homeDirName + File.separator + "entries.ldif";
82 FileOutputStream ldifFile = new FileOutputStream(ldifFilePath);
113 "-l", ldifFilePath,
139 "-l", ldifFilePath,
166 "-l", ldifFilePath,
197 "-l", ldifFilePath,
H A DImportLDIFTestCase.java55 private String ldifFilePath; field in class:ImportLDIFTestCase
95 ldifFilePath = homeDirName + File.separator + "entries.ldif";
96 FileOutputStream ldifFile = new FileOutputStream(ldifFilePath);
124 ldifFilePath,
158 ldifFilePath,
202 ldifFilePath,
246 ldifFilePath,
289 ldifFilePath,
330 ldifFilePath,
365 ldifFilePath,
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DLDIFSearchTestCase.java48 private String ldifFilePath; field in class:LDIFSearchTestCase
79 ldifFilePath = homeDirName + File.separator + "entries.ldif";
81 FileOutputStream ldifFile = new FileOutputStream(ldifFilePath);
112 "-l", ldifFilePath,
138 "-l", ldifFilePath,
165 "-l", ldifFilePath,
196 "-l", ldifFilePath,
H A DImportLDIFTestCase.java54 private String ldifFilePath; field in class:ImportLDIFTestCase
85 ldifFilePath = homeDirName + File.separator + "entries.ldif";
86 FileOutputStream ldifFile = new FileOutputStream(ldifFilePath);
111 ldifFilePath,
143 ldifFilePath,
182 ldifFilePath,
220 ldifFilePath,
257 ldifFilePath,
292 ldifFilePath,
325 ldifFilePath,
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DLDIFSearchTestCase.java49 private String ldifFilePath; field in class:LDIFSearchTestCase
80 ldifFilePath = homeDirName + File.separator + "entries.ldif";
82 FileOutputStream ldifFile = new FileOutputStream(ldifFilePath);
113 "-l", ldifFilePath,
139 "-l", ldifFilePath,
166 "-l", ldifFilePath,
197 "-l", ldifFilePath,
H A DImportLDIFTestCase.java55 private String ldifFilePath; field in class:ImportLDIFTestCase
95 ldifFilePath = homeDirName + File.separator + "entries.ldif";
96 FileOutputStream ldifFile = new FileOutputStream(ldifFilePath);
124 ldifFilePath,
158 ldifFilePath,
202 ldifFilePath,
246 ldifFilePath,
289 ldifFilePath,
330 ldifFilePath,
365 ldifFilePath,
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DLDIFBackend.java95 private String ldifFilePath; field in class:LDIFBackend
168 File ldifFile = getFileForPath(ldifFilePath);
175 ldifFilePath + " does not exist");
208 File ldifFile = getFileForPath(ldifFilePath);
1135 Message m = ERR_LDIF_BACKEND_DUPLICATE_ENTRY.get(ldifFilePath,
1164 Message m = ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE.get(ldifFilePath,
1174 Message m = ERR_LDIF_BACKEND_MISSING_PARENT.get(ldifFilePath,
1297 ldifFilePath = currentConfig.getLDIFFile();
1330 if (ldifFilePath != null)
1332 File currentLDIF = getFileForPath(ldifFilePath);
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DLDIFBackend.java132 private String ldifFilePath; field in class:LDIFBackend
209 File ldifFile = getFileForPath(ldifFilePath);
216 ldifFilePath + " does not exist");
249 File ldifFile = getFileForPath(ldifFilePath);
1278 Message m = ERR_LDIF_BACKEND_DUPLICATE_ENTRY.get(ldifFilePath,
1307 Message m = ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE.get(ldifFilePath,
1317 Message m = ERR_LDIF_BACKEND_MISSING_PARENT.get(ldifFilePath,
1481 ldifFilePath = currentConfig.getLDIFFile();
1520 if (ldifFilePath != null)
1522 File currentLDIF = getFileForPath(ldifFilePath);
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DLDIFBackend.java132 private String ldifFilePath; field in class:LDIFBackend
209 File ldifFile = getFileForPath(ldifFilePath);
216 ldifFilePath + " does not exist");
249 File ldifFile = getFileForPath(ldifFilePath);
1278 Message m = ERR_LDIF_BACKEND_DUPLICATE_ENTRY.get(ldifFilePath,
1307 Message m = ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE.get(ldifFilePath,
1317 Message m = ERR_LDIF_BACKEND_MISSING_PARENT.get(ldifFilePath,
1481 ldifFilePath = currentConfig.getLDIFFile();
1520 if (ldifFilePath != null)
1522 File currentLDIF = getFileForPath(ldifFilePath);
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DLDIFBackend.java95 private String ldifFilePath; field in class:LDIFBackend
168 File ldifFile = getFileForPath(ldifFilePath);
175 ldifFilePath + " does not exist");
208 File ldifFile = getFileForPath(ldifFilePath);
1135 Message m = ERR_LDIF_BACKEND_DUPLICATE_ENTRY.get(ldifFilePath,
1164 Message m = ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE.get(ldifFilePath,
1174 Message m = ERR_LDIF_BACKEND_MISSING_PARENT.get(ldifFilePath,
1297 ldifFilePath = currentConfig.getLDIFFile();
1330 if (ldifFilePath != null)
1332 File currentLDIF = getFileForPath(ldifFilePath);
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DLDIFBackend.java132 private String ldifFilePath; field in class:LDIFBackend
209 File ldifFile = getFileForPath(ldifFilePath);
216 ldifFilePath + " does not exist");
249 File ldifFile = getFileForPath(ldifFilePath);
1278 Message m = ERR_LDIF_BACKEND_DUPLICATE_ENTRY.get(ldifFilePath,
1307 Message m = ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE.get(ldifFilePath,
1317 Message m = ERR_LDIF_BACKEND_MISSING_PARENT.get(ldifFilePath,
1481 ldifFilePath = currentConfig.getLDIFFile();
1520 if (ldifFilePath != null)
1522 File currentLDIF = getFileForPath(ldifFilePath);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DLDIFBackend.java95 private String ldifFilePath; field in class:LDIFBackend
153 File ldifFile = getFileForPath(ldifFilePath);
160 ldifFilePath + " does not exist");
193 File ldifFile = getFileForPath(ldifFilePath);
1113 ERR_LDIF_BACKEND_DUPLICATE_ENTRY.get(ldifFilePath, currentConfig.dn(), entryDN);
1142 ldifFilePath, currentConfig.dn(), entryDN);
1152 ldifFilePath, currentConfig.dn(), entryDN);
1251 ldifFilePath = currentConfig.getLDIFFile();
1282 if (ldifFilePath != null)
1284 File currentLDIF = getFileForPath(ldifFilePath);
[all...]

Completed in 131 milliseconds