101102103104105106107108109110111
.setOutputStream(System.out); command.setChangeLogFile(changeLogFile) .setDiffOutputControl(diffOutputControl); try { command.execute(); } catch (CommandExecutionException e) { throw new LiquibaseException(e); } }