MCPcopy Create free account
hub / github.com/apache/pig / deleteDirectory

Method deleteDirectory

test/org/apache/pig/test/TestPigStats.java:203–209  ·  view source on GitHub ↗
(File dir)

Source from the content-addressed store, hash-verified

201 }
202
203 private void deleteDirectory(File dir) {
204 try {
205 FileUtils.deleteDirectory(dir);
206 } catch (IOException e) {
207 LOG.error("Could not delete directory " + dir, e);
208 }
209 }
210
211 public static LogicalPlan getLogicalPlan(PigServer pig) throws Exception {
212 java.lang.reflect.Method buildLp = pig.getClass().getDeclaredMethod("buildLp");

Callers 3

testPigStatsAliasMethod · 0.95
testPigStatsGetListMethod · 0.95

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected