}
command.createArgument().setValue("update");
command.createArgument().setValue("--non-interactive");
if (userName != null) {
command.createArgument().setValue("--username");
command.createArgument().setValue(userName);
}
if (password != null) {
command.createArgument().setValue("--password");
command.createArgument().setValue(password);