* this may be a Java7 subclass with detailed information * @since 3.3 */ public void delete(File f) throws IOException { FileUtils.delete(f); } 代码示例来源:origin: org.eclipse.jgit/org.eclipse.jgit /** * Remove the .keep file that holds this pack in place. * * @throws java.io....