Searched defs:listGroupSubCmd (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliServerGroup.java205 private SubCommand listGroupSubCmd; field in class:DsFrameworkCliServerGroup
380 listGroupSubCmd = new SubCommand(argParser, "list-groups",
382 subCommands.add(listGroupSubCmd);
541 else if (subCmd.getName().equals(listGroupSubCmd.getName()))
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliServerGroup.java206 private SubCommand listGroupSubCmd; field in class:DsFrameworkCliServerGroup
381 listGroupSubCmd = new SubCommand(argParser, "list-groups",
383 subCommands.add(listGroupSubCmd);
542 else if (subCmd.getName().equals(listGroupSubCmd.getName()))
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliServerGroup.java206 private SubCommand listGroupSubCmd; field in class:DsFrameworkCliServerGroup
381 listGroupSubCmd = new SubCommand(argParser, "list-groups",
383 subCommands.add(listGroupSubCmd);
542 else if (subCmd.getName().equals(listGroupSubCmd.getName()))
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliServerGroup.java205 private SubCommand listGroupSubCmd; field in class:DsFrameworkCliServerGroup
380 listGroupSubCmd = new SubCommand(argParser, "list-groups",
382 subCommands.add(listGroupSubCmd);
541 else if (subCmd.getName().equals(listGroupSubCmd.getName()))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliServerGroup.java206 private SubCommand listGroupSubCmd; field in class:DsFrameworkCliServerGroup
381 listGroupSubCmd = new SubCommand(argParser, "list-groups",
383 subCommands.add(listGroupSubCmd);
542 else if (subCmd.getName().equals(listGroupSubCmd.getName()))

Completed in 48 milliseconds