Searched refs:importLDIFArg (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DInstallDSArgumentParser.java90 StringArgument importLDIFArg; field in class:InstallDSArgumentParser
203 importLDIFArg = new StringArgument(
209 addArgument(importLDIFArg);
603 if (importLDIFArg.isPresent())
607 importLDIFArg.getLongIdentifier());
618 else if (importLDIFArg.isPresent() && sampleDataArg.isPresent())
621 importLDIFArg.getLongIdentifier(),
659 Argument[] args = {importLDIFArg, addBaseEntryArg, sampleDataArg};
H A DInstallDS.java833 if (argParser.importLDIFArg.isPresent())
837 for (String file : argParser.importLDIFArg.getValues())
868 argParser.importLDIFArg.getValues(),
1346 if (argParser.importLDIFArg.isPresent())
1351 for (String file : argParser.importLDIFArg.getValues())
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DInstallDSArgumentParser.java89 StringArgument importLDIFArg; field in class:InstallDSArgumentParser
202 importLDIFArg = new StringArgument(
208 addArgument(importLDIFArg);
602 if (importLDIFArg.isPresent())
606 importLDIFArg.getLongIdentifier());
617 else if (importLDIFArg.isPresent() && sampleDataArg.isPresent())
620 importLDIFArg.getLongIdentifier(),
658 Argument[] args = {importLDIFArg, addBaseEntryArg, sampleDataArg};
H A DInstallDS.java764 if (argParser.importLDIFArg.isPresent())
768 for (String file : argParser.importLDIFArg.getValues())
799 argParser.importLDIFArg.getValues(),
1267 if (argParser.importLDIFArg.isPresent())
1272 for (String file : argParser.importLDIFArg.getValues())
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DInstallDSArgumentParser.java90 StringArgument importLDIFArg; field in class:InstallDSArgumentParser
203 importLDIFArg = new StringArgument(
209 addArgument(importLDIFArg);
603 if (importLDIFArg.isPresent())
607 importLDIFArg.getLongIdentifier());
618 else if (importLDIFArg.isPresent() && sampleDataArg.isPresent())
621 importLDIFArg.getLongIdentifier(),
659 Argument[] args = {importLDIFArg, addBaseEntryArg, sampleDataArg};
H A DInstallDS.java833 if (argParser.importLDIFArg.isPresent())
837 for (String file : argParser.importLDIFArg.getValues())
868 argParser.importLDIFArg.getValues(),
1346 if (argParser.importLDIFArg.isPresent())
1351 for (String file : argParser.importLDIFArg.getValues())
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DInstallDSArgumentParser.java90 StringArgument importLDIFArg; field in class:InstallDSArgumentParser
203 importLDIFArg = new StringArgument(
209 addArgument(importLDIFArg);
603 if (importLDIFArg.isPresent())
607 importLDIFArg.getLongIdentifier());
618 else if (importLDIFArg.isPresent() && sampleDataArg.isPresent())
621 importLDIFArg.getLongIdentifier(),
659 Argument[] args = {importLDIFArg, addBaseEntryArg, sampleDataArg};
H A DInstallDS.java926 if (argParser.importLDIFArg.isPresent())
930 for (String file : argParser.importLDIFArg.getValues())
961 argParser.importLDIFArg.getValues(),
1439 if (argParser.importLDIFArg.isPresent())
1444 for (String file : argParser.importLDIFArg.getValues())
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DInstallDSArgumentParser.java89 StringArgument importLDIFArg; field in class:InstallDSArgumentParser
202 importLDIFArg = new StringArgument(
208 addArgument(importLDIFArg);
602 if (importLDIFArg.isPresent())
606 importLDIFArg.getLongIdentifier());
617 else if (importLDIFArg.isPresent() && sampleDataArg.isPresent())
620 importLDIFArg.getLongIdentifier(),
658 Argument[] args = {importLDIFArg, addBaseEntryArg, sampleDataArg};
H A DInstallDS.java764 if (argParser.importLDIFArg.isPresent())
768 for (String file : argParser.importLDIFArg.getValues())
799 argParser.importLDIFArg.getValues(),
1267 if (argParser.importLDIFArg.isPresent())
1272 for (String file : argParser.importLDIFArg.getValues())
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DInstallDSArgumentParser.java95 StringArgument importLDIFArg; field in class:InstallDSArgumentParser
193 importLDIFArg = new StringArgument(
199 addArgument(importLDIFArg);
568 if (importLDIFArg.isPresent())
570 errorMessages.add(conflictingArgs(addBaseEntryArg, importLDIFArg));
577 else if (importLDIFArg.isPresent() && sampleDataArg.isPresent())
579 errorMessages.add(conflictingArgs(importLDIFArg, sampleDataArg));
603 final Argument[] args = {importLDIFArg, addBaseEntryArg, sampleDataArg, backendTypeArg};
H A DInstallDS.java801 if (argParser.importLDIFArg.isPresent())
805 for (final String file : argParser.importLDIFArg.getValues())
829 dataOptions = NewSuffixOptions.createImportFromLDIF(baseDNs, argParser.importLDIFArg.getValues(),
1355 if (argParser.importLDIFArg.isPresent())
1360 for (final String file : argParser.importLDIFArg.getValues())

Completed in 69 milliseconds