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

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallerArgumentParser.java64 private BooleanArgument removeConfigurationFilesArg; field in class:UninstallerArgumentParser
140 removeConfigurationFilesArg = new BooleanArgument(
146 args.add(removeConfigurationFilesArg);
298 return removeConfigurationFilesArg.isPresent();
396 removeConfigurationFilesArg,
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallerArgumentParser.java63 private BooleanArgument removeConfigurationFilesArg; field in class:UninstallerArgumentParser
139 removeConfigurationFilesArg = new BooleanArgument(
145 args.add(removeConfigurationFilesArg);
297 return removeConfigurationFilesArg.isPresent();
395 removeConfigurationFilesArg,
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallerArgumentParser.java64 private BooleanArgument removeConfigurationFilesArg; field in class:UninstallerArgumentParser
140 removeConfigurationFilesArg = new BooleanArgument(
146 args.add(removeConfigurationFilesArg);
298 return removeConfigurationFilesArg.isPresent();
396 removeConfigurationFilesArg,
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallerArgumentParser.java63 private BooleanArgument removeConfigurationFilesArg; field in class:UninstallerArgumentParser
139 removeConfigurationFilesArg = new BooleanArgument(
145 args.add(removeConfigurationFilesArg);
297 return removeConfigurationFilesArg.isPresent();
395 removeConfigurationFilesArg,
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallerArgumentParser.java64 private BooleanArgument removeConfigurationFilesArg; field in class:UninstallerArgumentParser
140 removeConfigurationFilesArg = new BooleanArgument(
146 args.add(removeConfigurationFilesArg);
298 return removeConfigurationFilesArg.isPresent();
396 removeConfigurationFilesArg,
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/
H A DUninstallerArgumentParser.java62 private BooleanArgument removeConfigurationFilesArg; field in class:UninstallerArgumentParser
137 removeConfigurationFilesArg = new BooleanArgument(
143 args.add(removeConfigurationFilesArg);
290 return removeConfigurationFilesArg.isPresent();
387 removeConfigurationFilesArg,

Completed in 30 milliseconds