Exemple #1
0
 public BuckBuildLog getBuildLog() throws IOException {
   return BuckBuildLog.fromLogContents(
       getDestPath(), Files.readAllLines(getPath(PATH_TO_BUILD_LOG), UTF_8));
 }
 public BuckBuildLog getBuildLog() throws IOException {
   return BuckBuildLog.fromLogContents(
       Files.readLines(getFile(PATH_TO_BUILD_LOG), Charsets.UTF_8));
 }