Пример #1
0
 @Override
 public int execute(ExecutionContext context) throws IOException, InterruptedException {
   MoreFiles.makeExecutable(filesystem.resolve(file));
   return 0;
 }