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