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