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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java983 return getValueOrDefault(getAdminUidArg());
1069 return getValueOrDefault(secureArgsList.hostNameArg);
1111 return getValueOrDefault(secureArgsList.hostNameArg);
1133 return getValueOrDefault(secureArgsList.hostNameArg);
1199 return getValueOrDefault(hostNameSourceArg);
1221 return getValueOrDefault(hostNameDestinationArg);
1243 return getValueOrDefault(portSourceArg);
1265 return getValueOrDefault(portDestinationArg);
1287 return getValueOrDefault(secureArgsList.portArg);
1309 return getValueOrDefault(secureArgsLis
1413 static String getValueOrDefault(StringArgument arg) method in class:ReplicationCliArgumentParser
1426 static int getValueOrDefault(IntegerArgument arg) method in class:ReplicationCliArgumentParser
[all...]

Completed in 42 milliseconds