Searched defs:cliArg (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DInstallDSArgumentParser.java67 BooleanArgument cliArg; field in class:InstallDSArgumentParser
131 cliArg = new BooleanArgument(
136 cliArg.setPropertyName(OPTION_LONG_CLI);
137 addArgument(cliArg);
427 return cliArg.isPresent();
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallerArgumentParser.java56 private BooleanArgument cliArg; field in class:UninstallerArgumentParser
106 cliArg = new BooleanArgument(
111 args.add(cliArg);
434 return cliArg.isPresent();
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallerArgumentParser.java55 private BooleanArgument cliArg; field in class:UninstallerArgumentParser
105 cliArg = new BooleanArgument(
110 args.add(cliArg);
433 return cliArg.isPresent();
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DInstallDSArgumentParser.java66 BooleanArgument cliArg; field in class:InstallDSArgumentParser
130 cliArg = new BooleanArgument(
135 cliArg.setPropertyName(OPTION_LONG_CLI);
136 addArgument(cliArg);
426 return cliArg.isPresent();
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DInstallDSArgumentParser.java67 BooleanArgument cliArg; field in class:InstallDSArgumentParser
131 cliArg = new BooleanArgument(
136 cliArg.setPropertyName(OPTION_LONG_CLI);
137 addArgument(cliArg);
427 return cliArg.isPresent();
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallerArgumentParser.java56 private BooleanArgument cliArg; field in class:UninstallerArgumentParser
106 cliArg = new BooleanArgument(
111 args.add(cliArg);
434 return cliArg.isPresent();
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallerArgumentParser.java55 private BooleanArgument cliArg; field in class:UninstallerArgumentParser
105 cliArg = new BooleanArgument(
110 args.add(cliArg);
433 return cliArg.isPresent();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DInstallDSArgumentParser.java67 BooleanArgument cliArg; field in class:InstallDSArgumentParser
131 cliArg = new BooleanArgument(
136 cliArg.setPropertyName(OPTION_LONG_CLI);
137 addArgument(cliArg);
427 return cliArg.isPresent();
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DInstallDSArgumentParser.java66 BooleanArgument cliArg; field in class:InstallDSArgumentParser
130 cliArg = new BooleanArgument(
135 cliArg.setPropertyName(OPTION_LONG_CLI);
136 addArgument(cliArg);
426 return cliArg.isPresent();
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallerArgumentParser.java56 private BooleanArgument cliArg; field in class:UninstallerArgumentParser
106 cliArg = new BooleanArgument(
111 args.add(cliArg);
434 return cliArg.isPresent();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/
H A DUninstallerArgumentParser.java54 private BooleanArgument cliArg; field in class:UninstallerArgumentParser
106 cliArg = CommonArguments.getCLI();
107 args.add(cliArg);
421 return cliArg.isPresent();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DInstallDSArgumentParser.java72 BooleanArgument cliArg; field in class:InstallDSArgumentParser
137 cliArg = CommonArguments.getCLI();
138 addArgument(cliArg);
416 return cliArg.isPresent();

Completed in 87 milliseconds