{
StringArgument host = new StringArgument("hostSource", 'O',
"hostSource", false, false, true,
INFO_HOST_PLACEHOLDER.get(), null, null,
INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_SOURCE.get());
host.addValue(uData.getHostNameSource());
commandBuilder.addArgument(host);
}
else if (arg.getLongIdentifier().equals(OPTION_LONG_PORT))
{
IntegerArgument port = new IntegerArgument("portSource", null,