public static void start() {
   List<File> arquivosLog = MetodosComuns.buscaArquivosLog();
   File buscaListaCarregamentos = MetodosComuns.buscaListaCarregamentos();
   List<String> registrosLidos = MetodosComuns.lerArquivoTxt(buscaListaCarregamentos);
   BuscaManutencoes.realizaCruzamentoDeDados(arquivosLog, registrosLidos);
   jProgressBar.setString("PARADO");
   jProgressBar.setValue(0);
 }