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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java492 final SubcommandChoice subcommandChoice = getSubcommandChoice(argParser.getSubCommand());
493 if (subcommandChoice != null)
495 subCommand = subcommandChoice.getName();
496 returnValue = execute(subcommandChoice);
548 private ReplicationCliReturnCode execute(SubcommandChoice subcommandChoice) argument
550 switch (subcommandChoice)

Completed in 54 milliseconds