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

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DDSConfig.java410 private BooleanArgument scriptFriendlyArgument; field in class:DSConfig
521 return scriptFriendlyArgument.isPresent();
564 scriptFriendlyArgument = new BooleanArgument("script-friendly",
567 scriptFriendlyArgument.setPropertyName(OPTION_LONG_SCRIPT_FRIENDLY);
622 parser.addGlobalArgument(scriptFriendlyArgument);
772 if (scriptFriendlyArgument.isPresent() && verboseArgument.isPresent()) {
773 Message message = ERR_TOOL_CONFLICTING_ARGS.get(scriptFriendlyArgument
1073 if (scriptFriendlyArgument.isPresent())
1075 commandBuilder.addArgument(scriptFriendlyArgument);
1123 if (scriptFriendlyArgument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DDSConfig.java409 private BooleanArgument scriptFriendlyArgument; field in class:DSConfig
520 return scriptFriendlyArgument.isPresent();
563 scriptFriendlyArgument = new BooleanArgument("script-friendly",
566 scriptFriendlyArgument.setPropertyName(OPTION_LONG_SCRIPT_FRIENDLY);
621 parser.addGlobalArgument(scriptFriendlyArgument);
771 if (scriptFriendlyArgument.isPresent() && verboseArgument.isPresent()) {
772 Message message = ERR_TOOL_CONFLICTING_ARGS.get(scriptFriendlyArgument
1072 if (scriptFriendlyArgument.isPresent())
1074 commandBuilder.addArgument(scriptFriendlyArgument);
1122 if (scriptFriendlyArgument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DDSConfig.java410 private BooleanArgument scriptFriendlyArgument; field in class:DSConfig
521 return scriptFriendlyArgument.isPresent();
564 scriptFriendlyArgument = new BooleanArgument("script-friendly",
567 scriptFriendlyArgument.setPropertyName(OPTION_LONG_SCRIPT_FRIENDLY);
622 parser.addGlobalArgument(scriptFriendlyArgument);
772 if (scriptFriendlyArgument.isPresent() && verboseArgument.isPresent()) {
773 Message message = ERR_TOOL_CONFLICTING_ARGS.get(scriptFriendlyArgument
1073 if (scriptFriendlyArgument.isPresent())
1075 commandBuilder.addArgument(scriptFriendlyArgument);
1123 if (scriptFriendlyArgument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DDSConfig.java410 private BooleanArgument scriptFriendlyArgument; field in class:DSConfig
521 return scriptFriendlyArgument.isPresent();
564 scriptFriendlyArgument = new BooleanArgument("script-friendly",
567 scriptFriendlyArgument.setPropertyName(OPTION_LONG_SCRIPT_FRIENDLY);
622 parser.addGlobalArgument(scriptFriendlyArgument);
772 if (scriptFriendlyArgument.isPresent() && verboseArgument.isPresent()) {
773 Message message = ERR_TOOL_CONFLICTING_ARGS.get(scriptFriendlyArgument
1073 if (scriptFriendlyArgument.isPresent())
1075 commandBuilder.addArgument(scriptFriendlyArgument);
1123 if (scriptFriendlyArgument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DDSConfig.java409 private BooleanArgument scriptFriendlyArgument; field in class:DSConfig
520 return scriptFriendlyArgument.isPresent();
563 scriptFriendlyArgument = new BooleanArgument("script-friendly",
566 scriptFriendlyArgument.setPropertyName(OPTION_LONG_SCRIPT_FRIENDLY);
621 parser.addGlobalArgument(scriptFriendlyArgument);
771 if (scriptFriendlyArgument.isPresent() && verboseArgument.isPresent()) {
772 Message message = ERR_TOOL_CONFLICTING_ARGS.get(scriptFriendlyArgument
1072 if (scriptFriendlyArgument.isPresent())
1074 commandBuilder.addArgument(scriptFriendlyArgument);
1122 if (scriptFriendlyArgument
[all...]
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/
H A DDSConfig.java844 private BooleanArgument scriptFriendlyArgument; field in class:DSConfig
923 return scriptFriendlyArgument.isPresent();
941 scriptFriendlyArgument = CommonArguments.getScriptFriendly();
976 parser.addGlobalArgument(scriptFriendlyArgument);
1145 throwIfConflictingArgsSet(scriptFriendlyArgument, verboseArgument);
1324 if (scriptFriendlyArgument.isPresent()) {
1325 commandBuilder.addArgument(scriptFriendlyArgument);

Completed in 34 milliseconds